![]() |
update field message from win32 dll to dialog app
win32 c++ dll code:
Code:
#include <windows.h>Code:
#define WM_U_Ctrl WM_APP + 0x100 |
Re: update field message from win32 dll to dialog app
Quote:
|
Re: update field message from win32 dll to dialog app
Moved to a new thread rather than the other old thread.
|
Re: update field message from win32 dll to dialog app
1 Attachment(s)
it still did not get resolved. see attachment.
|
Re: update field message from win32 dll to dialog app
Actually you are not sending the message to the Window App window but sending it to the current instance of the dll because ghModule is the dll handle.
|
Re: update field message from win32 dll to dialog app
Uh, yes when i was in debug mode it was unused. that is right. how do i get hndle of the app then?.
|
Re: update field message from win32 dll to dialog app
You can pass that to the DLL or use the FindWindow function to get the handle.
|
Re: update field message from win32 dll to dialog app
thank you.
|
| All times are GMT +5.5. The time now is 02:17. |