|
Destroying ActiveX control
|
| |
Hi All, I have MDI application, each MDI view contains property pages, each page hosts WebBrowser control. My problem is that when I close MDI document, occasionally the "Unhandled exception" occurs. This causes crash (not always...). All pointers up to COleControlSite destructor look ok for me... The error occurs at m_pObject->Close(OLECLOSE_NOSA VE);... more »
|
|
ActiveX Control Interprocess Communication (IPC)
|
| |
I have an ActiveX (.ocx) control that starts a windows application (winapp.exe) via a spawn call (_spawnl from process.h). The control has a windowed (vs windowless) and thus an associated hWnd (CWnd::m_hWnd). I designed the control so that after the control spawns the winapp, it waits around until the winapp has initialized itself, and sends back the... more »
|
|
ActiveX control MFC Visual C++ 97 to visual C++ 2003 (and 2005)
|
| |
I have an old application with custom ActiveX controls (MFC, COleControl); this controls work fine. I build this old application with VC++5('97). Now, I have builded the application (and the controls) with VC++2003; no major changes in source code. But after build, the ActiveX controls does not work well anymore.... more »
|
|
Advice needed
|
| |
i need help on my download scam site the who is dns server is not working with my php database. can anyone help? you can email me directly or use this address Address: Truda 14-1 City: Saint-Petersburg State: Saint-Petersburg ZIP: 188934 Country: RU Phone: +7.9113234634 the site is [link]... more »
|
|
I want to draw sth on the flash contorl
|
| |
I have already download the sourcecode of Transparent Flash Control [link] now I want to draw something on the flash control, I do it like this OLECONTAINER(void)::Draw(HDC hdcDraw, const RECT *rcDraw, BOOL bErase) { HWND hwnd = GetHWND(); HRESULT hr; RECT r;... more »
|
|
drag text drop to excel, how to update excel'cell dynamic?
|
| |
hi all i'am developing a program which generates or update some text per second. after you drag the text ( Csv format ) to excel, the excel update the text per second synchronously from my program. anyone know how to implement this feature in my program ? does excel plugin need? tks.
|
|
|