Click here to Skip to main content
16,006,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhile statement probleam, please help? Pin
Tea CH11-Sep-01 17:31
Tea CH11-Sep-01 17:31 
AnswerRe: while statement probleam, please help? Pin
Christian Graus11-Sep-01 17:47
protectorChristian Graus11-Sep-01 17:47 
GeneralRe: while statement probleam, please help? Pin
Tea CH11-Sep-01 20:19
Tea CH11-Sep-01 20:19 
GeneralRe: while statement probleam, please help? Pin
Christian Graus11-Sep-01 21:53
protectorChristian Graus11-Sep-01 21:53 
GeneralRe: while statement probleam, please help? Pin
11-Sep-01 22:16
suss11-Sep-01 22:16 
GeneralIntresting Question Pin
The_Server11-Sep-01 17:08
The_Server11-Sep-01 17:08 
GeneralRe: Intresting Question Pin
Joaquín M López Muñoz12-Sep-01 0:19
Joaquín M López Muñoz12-Sep-01 0:19 
GeneralWTL CCommandBarCtrl troubles Pin
The Liquid Plumber11-Sep-01 15:37
The Liquid Plumber11-Sep-01 15:37 
I am trying to create a CCommandBarCtrl control, however
it isn't in the traditional sense (as the wizard does it).

I am not creating it in a top-level window, I am creating
a command bar as a child of a child window itself; and it
doesn't really seem to work. It will draw the top-level
menus on the toolbar, however clicking them does nothing.
None of the menus pop up, or anything.

Its creation pretty much goes like this:
m_hMenu = LoadMenu(_Module.GetResourceInstance(), MAKEINTRESOURCE(IDM_MENUBAND));
m_cmdbar.AttachMenu(m_hMenu);
m_cmdbar.LoadImages(IDR_TOOLBAR);
...which is in essence exactly the same as the wizard code
does it.

Can someone help?
GeneralWin32 Console Programming Question Pin
the_grip11-Sep-01 10:30
the_grip11-Sep-01 10:30 
GeneralRe: Win32 Console Programming Question Pin
Joaquín M López Muñoz11-Sep-01 12:09
Joaquín M López Muñoz11-Sep-01 12:09 
GeneralRe: Win32 Console Programming Question Pin
User 988511-Sep-01 12:14
User 988511-Sep-01 12:14 
GeneralSerialize problem Pin
José Luis Sogorb11-Sep-01 9:38
José Luis Sogorb11-Sep-01 9:38 
GeneralRe: Serialize problem Pin
Tomasz Sowinski12-Sep-01 0:48
Tomasz Sowinski12-Sep-01 0:48 
GeneralDisabling and Enabling MFC Wizard buttons Pin
11-Sep-01 6:46
suss11-Sep-01 6:46 
GeneralRe: Disabling and Enabling MFC Wizard buttons Pin
Tomasz Sowinski12-Sep-01 2:56
Tomasz Sowinski12-Sep-01 2:56 
GeneralCan't add variable to static text Pin
mattiase11-Sep-01 6:44
mattiase11-Sep-01 6:44 
GeneralRe: Can't add variable to static text Pin
Anders Molin11-Sep-01 7:28
professionalAnders Molin11-Sep-01 7:28 
GeneralIShellLink Pin
mrlister11-Sep-01 6:29
mrlister11-Sep-01 6:29 
QuestionCan I develop IE app on Mac?(null) Pin
maxding11-Sep-01 4:12
maxding11-Sep-01 4:12 
GeneralCrazy works in CTabCtrl but not in CPropertySheet !!! Pin
11-Sep-01 3:53
suss11-Sep-01 3:53 
GeneralRe: Crazy works in CTabCtrl but not in CPropertySheet !!! Pin
Anders Molin11-Sep-01 7:34
professionalAnders Molin11-Sep-01 7:34 
GeneralRe: Crazy works in CTabCtrl but not in CPropertySheet !!! Pin
Ravi Bhavnani11-Sep-01 9:43
professionalRavi Bhavnani11-Sep-01 9:43 
QuestionHow can I determine the size of dynamic array? Pin
11-Sep-01 3:13
suss11-Sep-01 3:13 
AnswerRe: How can I determine the size of dynamic array? Pin
Tomasz Sowinski11-Sep-01 3:25
Tomasz Sowinski11-Sep-01 3:25 
GeneralRe: How can I determine the size of dynamic array? Pin
Christian Graus11-Sep-01 3:53
protectorChristian Graus11-Sep-01 3:53 

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.