Click here to Skip to main content
15,924,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I get the ID of the dialog item which own the focus? Pin
ThatsAlok6-May-05 21:37
ThatsAlok6-May-05 21:37 
AnswerRe: How can I get the ID of the dialog item which own the focus? Pin
Jörgen Sigvardsson6-May-05 23:25
Jörgen Sigvardsson6-May-05 23:25 
GeneralSending packets using an specific port Pin
vertigo_one6-May-05 19:40
vertigo_one6-May-05 19:40 
Generalcompiling and execting code at runtime Pin
Mridang Agarwalla6-May-05 17:30
Mridang Agarwalla6-May-05 17:30 
GeneralRe: compiling and execting code at runtime Pin
S. Senthil Kumar6-May-05 20:17
S. Senthil Kumar6-May-05 20:17 
Generalgrid computing, clustering, farms, parallel processing..... Pin
Mridang Agarwalla6-May-05 17:26
Mridang Agarwalla6-May-05 17:26 
GeneralDisplaying Help Pin
nzguy20046-May-05 17:23
nzguy20046-May-05 17:23 
GeneralRe: Displaying Help Pin
khan++6-May-05 19:55
khan++6-May-05 19:55 
In the handler for your help button handler:

char* path = "c:\\help.html";
ShellExecute(NULL,"open",path,NULL,NULL,SW_SHOWNORMAL);

And there are no "Procedures" in C.

this is this.
GeneralRe: Displaying Help Pin
nzguy20046-May-05 20:40
nzguy20046-May-05 20:40 
GeneralRe: Displaying Help Pin
Gary R. Wheeler8-May-05 4:24
Gary R. Wheeler8-May-05 4:24 
GeneralRe: Displaying Help Pin
Blake Miller9-May-05 6:10
Blake Miller9-May-05 6:10 
Generaltutorials on Visual C++ Pin
Mridang Agarwalla6-May-05 17:18
Mridang Agarwalla6-May-05 17:18 
GeneralRe: tutorials on Visual C++ Pin
Ravi Bhavnani7-May-05 3:58
professionalRavi Bhavnani7-May-05 3:58 
Generalsending broadcast packets Pin
Mridang Agarwalla6-May-05 17:13
Mridang Agarwalla6-May-05 17:13 
GeneralRe: sending broadcast packets Pin
CodeBeetle8-May-05 9:44
CodeBeetle8-May-05 9:44 
GeneralRe: sending broadcast packets Pin
Mridang Agarwalla8-May-05 17:18
Mridang Agarwalla8-May-05 17:18 
GeneralCString Pin
locoone6-May-05 15:52
locoone6-May-05 15:52 
GeneralRe: CString Pin
simon wan6-May-05 15:59
simon wan6-May-05 15:59 
GeneralRe: CString Pin
ThatsAlok6-May-05 21:33
ThatsAlok6-May-05 21:33 
GeneralEmbeded Executable Resource Pin
zx2c46-May-05 15:15
zx2c46-May-05 15:15 
GeneralRe: Embeded Executable Resource Pin
Gary R. Wheeler8-May-05 4:34
Gary R. Wheeler8-May-05 4:34 
GeneralRe: Embeded Executable Resource Pin
Gary R. Wheeler8-May-05 4:39
Gary R. Wheeler8-May-05 4:39 
GeneralCFileDialog customization Pin
Anonymous6-May-05 14:09
Anonymous6-May-05 14:09 
GeneralRe: CFileDialog customization Pin
Jaime Olivares6-May-05 15:23
Jaime Olivares6-May-05 15:23 
GeneralVC++ 6.0 Class Wizard parsing problem Pin
humots6-May-05 13:36
humots6-May-05 13:36 

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.