Click here to Skip to main content
15,902,763 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: export Pin
Mark Salsbery10-May-08 13:00
Mark Salsbery10-May-08 13:00 
GeneralRe: export Pin
CPallini10-May-08 22:08
mveCPallini10-May-08 22:08 
GeneralRe: export Pin
Mark Salsbery11-May-08 10:46
Mark Salsbery11-May-08 10:46 
GeneralRe: export Pin
viliam11-May-08 20:14
viliam11-May-08 20:14 
QuestionProblem in Value of Radio button? Pin
Le@rner9-May-08 22:06
Le@rner9-May-08 22:06 
QuestionRe: Problem in Value of Radio button? Pin
Rajkumar R9-May-08 22:12
Rajkumar R9-May-08 22:12 
QuestionHow to PostMessage from dll to Win32 appication Window procedure Pin
Abhijit A9-May-08 21:13
Abhijit A9-May-08 21:13 
AnswerRe: How to PostMessage from dll to Win32 appication Window procedure Pin
alex7869-May-08 21:23
alex7869-May-08 21:23 
use

<br />
HWND hwnd = FindWindow(szClassname,szTitle);<br />
PostMessage(hwnd,WM_APP+100001,wParam,lParam);<br />


where szClassName is the classname for the window and sztitle is the title of the window....if you give sztitle NULL it will post message to all the window having szClassName....

in the dll...it will work....by the way what are you using for doing that?????

there are 10 type of people in the world...
01 who understand binary.
10 who don't...

GeneralRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Abhijit A9-May-08 21:41
Abhijit A9-May-08 21:41 
QuestionRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Rajkumar R9-May-08 21:56
Rajkumar R9-May-08 21:56 
AnswerRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Abhijit A9-May-08 22:07
Abhijit A9-May-08 22:07 
GeneralRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Rajkumar R10-May-08 0:33
Rajkumar R10-May-08 0:33 
GeneralRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Abhijit A10-May-08 0:59
Abhijit A10-May-08 0:59 
GeneralRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Rajkumar R10-May-08 1:46
Rajkumar R10-May-08 1:46 
GeneralRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Abhijit A10-May-08 1:57
Abhijit A10-May-08 1:57 
GeneralRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Rajkumar R10-May-08 2:47
Rajkumar R10-May-08 2:47 
QuestionDynamic menus related problem Pin
ritz12349-May-08 20:52
ritz12349-May-08 20:52 
AnswerRe: Dynamic menus related problem [modified] Pin
Rajkumar R9-May-08 21:06
Rajkumar R9-May-08 21:06 
Questionthe application has failed to start because its side by side configuration is incorrect. Please see the application event log for more details Pin
Le@rner9-May-08 18:48
Le@rner9-May-08 18:48 
AnswerRe: the application has failed to start because its side by side configuration is incorrect. Please see the application event log for more details Pin
Rajkumar R9-May-08 20:45
Rajkumar R9-May-08 20:45 
GeneralRe: the application has failed to start because its side by side configuration is incorrect. Please see the application event log for more details Pin
Le@rner9-May-08 23:03
Le@rner9-May-08 23:03 
QuestionNeed your help Pin
Hungry Developer9-May-08 18:33
Hungry Developer9-May-08 18:33 
AnswerRe: Need your help [modified] Pin
Mukesh Kumar9-May-08 19:40
Mukesh Kumar9-May-08 19:40 
AnswerRe: Need your help Pin
CPallini9-May-08 20:42
mveCPallini9-May-08 20:42 
AnswerRe: Need your help Pin
Rajkumar R9-May-08 21:52
Rajkumar R9-May-08 21:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.