Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Global Variable Problem Pin
Manfred Staiger23-Feb-04 23:16
Manfred Staiger23-Feb-04 23:16 
GeneralRe: Global Variable Problem Pin
Robert A. T. Káldy24-Feb-04 0:29
Robert A. T. Káldy24-Feb-04 0:29 
GeneralRe: Global Variable Problem Pin
Manfred Staiger24-Feb-04 1:10
Manfred Staiger24-Feb-04 1:10 
GeneralRe: Global Variable Problem Pin
BIG_MG24-Feb-04 2:09
BIG_MG24-Feb-04 2:09 
GeneralRe: Global Variable Problem Pin
Tim Smith24-Feb-04 4:12
Tim Smith24-Feb-04 4:12 
GeneralRe: Global Variable Problem Pin
Tim Smith24-Feb-04 4:14
Tim Smith24-Feb-04 4:14 
QuestionHow to show a menu? Pin
BoudewijnEctor23-Feb-04 22:38
BoudewijnEctor23-Feb-04 22:38 
AnswerRe: How to show a menu? Pin
Roger Allen24-Feb-04 3:39
Roger Allen24-Feb-04 3:39 
Put this code in you OnInitDiaog()

CMenu menu;

menu.LoadMenu(ID_OF_MENU);

SetMenu(&Menu);

menu.Detach(); // CDialog will clean up for us in its OnDestroy()
DrawMenuBar(); // make sure the UI is upto date


Roger Allen - Sonork 100.10016
Roger Wright: Remember to buckle up, please, and encourage your friends to do the same. It's not just about saving your life, but saving the quality of life for those you may leave behind...
AnswerRe: How to show a menu? Pin
amar shinde10-Mar-04 23:51
sussamar shinde10-Mar-04 23:51 
QuestionHow to get listing of all files used Pin
Member 33502223-Feb-04 22:28
Member 33502223-Feb-04 22:28 
AnswerRe: How to get listing of all files used Pin
David Crow24-Feb-04 3:03
David Crow24-Feb-04 3:03 
GeneralScan PCI slot Pin
earslan23-Feb-04 22:20
earslan23-Feb-04 22:20 
GeneralVBS files vs C++ files Pin
davrodriguez23-Feb-04 22:08
davrodriguez23-Feb-04 22:08 
GeneralRe: VBS files vs C++ files Pin
David Crow24-Feb-04 3:11
David Crow24-Feb-04 3:11 
GeneralError..Inno..Vc++..Setup Pin
rasha200323-Feb-04 22:07
rasha200323-Feb-04 22:07 
GeneralRe: Error..Inno..Vc++..Setup Pin
Prakash Nadar23-Feb-04 22:12
Prakash Nadar23-Feb-04 22:12 
GeneralRe: Error..Inno..Vc++..Setup Pin
Steve S23-Feb-04 22:20
Steve S23-Feb-04 22:20 
GeneralRe: Error..Inno..Vc++..Setup Pin
Prakash Nadar23-Feb-04 22:56
Prakash Nadar23-Feb-04 22:56 
GeneralRe: Error..Inno..Vc++..Setup Pin
Ravi Bhavnani24-Feb-04 5:34
professionalRavi Bhavnani24-Feb-04 5:34 
GeneralRe: Error..Inno..Vc++..Setup Pin
rasha200323-Feb-04 22:33
rasha200323-Feb-04 22:33 
GeneralRe: Error..Inno..Vc++..Setup Pin
Prakash Nadar23-Feb-04 22:54
Prakash Nadar23-Feb-04 22:54 
GeneralRe: Error..Inno..Vc++..Setup Pin
rasha200323-Feb-04 23:11
rasha200323-Feb-04 23:11 
GeneralRe: Error..Inno..Vc++..Setup Pin
rasha200324-Feb-04 2:37
rasha200324-Feb-04 2:37 
Generalhaving problem with CListView, ScrollBar Pin
23-Feb-04 21:29
suss23-Feb-04 21:29 
GeneralRe: having problem with CListView, ScrollBar Pin
Prakash Nadar23-Feb-04 21:40
Prakash Nadar23-Feb-04 21:40 

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.