Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralViewing include file dependency tree Pin
Philip Winston24-May-00 8:58
Philip Winston24-May-00 8:58 
GeneralRe: Viewing include file dependency tree Pin
Tim Deveaux25-May-00 14:48
Tim Deveaux25-May-00 14:48 
GeneralRe: Viewing include file dependency tree Pin
Philip Winston26-May-00 5:25
Philip Winston26-May-00 5:25 
QuestionHow to create Web Search Assistant of IE 5.0? Pin
mahesh24-May-00 8:00
mahesh24-May-00 8:00 
AnswerRe: How to create Web Search Assistant of IE 5.0? Pin
Erik Thompson31-May-00 7:41
sitebuilderErik Thompson31-May-00 7:41 
QuestionPlease Help! Open a menu programmatically? Pin
Jim Steele24-May-00 5:25
Jim Steele24-May-00 5:25 
AnswerRe: Please Help! Open a menu programmatically? Pin
Dmitriy25-May-00 9:33
Dmitriy25-May-00 9:33 
AnswerRe: Please Help! Open a menu programmatically? Pin
kasreng26-May-00 7:04
kasreng26-May-00 7:04 
You can try the following

/* Pass the handle to the window
SetForegroundWindow(hwnd)
// Pass alt- f
keybd_event(VK_MENU,0,0,0);
keybd_event('F',0,0,0);

// Release alt
keybd_event (VK_MENU, 0,KEYEVENTF_KEYUP ,0)

Regards,
Renga.

GeneralCListCtrl Bug Pin
Ingo Eberhardt24-May-00 0:31
sussIngo Eberhardt24-May-00 0:31 
GeneralHttpSendRquest and HttpSendRequentex Pin
zlyang23-May-00 23:50
zlyang23-May-00 23:50 
GeneralFTP Client Pin
beretta23-May-00 13:24
beretta23-May-00 13:24 
GeneralRe: FTP Client Pin
imsniper23-May-00 21:36
imsniper23-May-00 21:36 
GeneralRe: FTP Client Pin
beretta25-May-00 6:05
beretta25-May-00 6:05 
GeneralRe: FTP Client Pin
Buck25-May-00 12:30
Buck25-May-00 12:30 
GeneralRe: FTP Client Pin
beretta30-May-00 4:50
beretta30-May-00 4:50 
GeneralRe: FTP Client Pin
beretta30-May-00 4:50
beretta30-May-00 4:50 
GeneralRe: FTP Client Pin
beretta30-May-00 4:51
beretta30-May-00 4:51 
GeneralCRichEditCtrl and Print Preview Pin
Tim Brown23-May-00 4:46
Tim Brown23-May-00 4:46 
GeneralAdding Bars, Buttons, Menu to the IE Pin
sql23-May-00 3:14
sql23-May-00 3:14 
GeneralRe: Adding Bars, Buttons, Menu to the IE Pin
Masaaki Onishi23-May-00 5:12
Masaaki Onishi23-May-00 5:12 
General(Hopefully) a simple question on classes and inheritance. Pin
Erich Ruth22-May-00 11:54
Erich Ruth22-May-00 11:54 
GeneralRe: (Hopefully) a simple question on classes and inheritance. Pin
Masaaki Onishi22-May-00 13:23
Masaaki Onishi22-May-00 13:23 
GeneralRe: (Hopefully) a simple question on classes and inheritance. Pin
James Curran26-May-00 8:27
James Curran26-May-00 8:27 
GeneralRe: I already noticed this. Pin
Masaaki Onishi26-May-00 11:51
Masaaki Onishi26-May-00 11:51 
GeneralRe: (Hopefully) a simple question on classes and inheritance. Pin
Chris Meech23-May-00 7:04
Chris Meech23-May-00 7:04 

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.