Click here to Skip to main content
15,925,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing Pointers Pin
Bob Stanneveld19-Aug-03 2:56
Bob Stanneveld19-Aug-03 2:56 
GeneralRe: Passing Pointers Pin
NewHSKid19-Aug-03 3:02
NewHSKid19-Aug-03 3:02 
GeneralRe: Passing Pointers Pin
Bob Stanneveld19-Aug-03 7:45
Bob Stanneveld19-Aug-03 7:45 
GeneralRe: Passing Pointers Pin
Ravi Bhavnani19-Aug-03 2:57
professionalRavi Bhavnani19-Aug-03 2:57 
GeneralRe: Passing Pointers Pin
NewHSKid19-Aug-03 3:11
NewHSKid19-Aug-03 3:11 
GeneralRe: Passing Pointers Pin
PremL19-Aug-03 13:21
PremL19-Aug-03 13:21 
QuestionHow do I add a toolbar to a non-MFC application? Please help. Pin
adelgary19-Aug-03 2:35
adelgary19-Aug-03 2:35 
AnswerRe: How do I add a toolbar to a non-MFC application? Please help. Pin
Iain Clarke, Warrior Programmer19-Aug-03 3:14
Iain Clarke, Warrior Programmer19-Aug-03 3:14 
Look up CreateToolbarEx to get the SDK version up and running.

You'll have to load the Toolbar resource yourself and parse it into an array of TBBUTTONS,
but that shouldn't be too hard. Off the top of my head you use LoadResource (..., RT_TOOLBAR, ...).

Unless someone wants to correct me, its not a complex job, just a bit lengthy.

Iain.

QuestionRight aligned toolbar button, Howto ? Pin
Thomas Andersen19-Aug-03 2:02
Thomas Andersen19-Aug-03 2:02 
QuestionDisabling alt-tab/taskswitching in full screen mode? Pin
Kayembi19-Aug-03 1:38
Kayembi19-Aug-03 1:38 
AnswerRe: Disabling alt-tab/taskswitching in full screen mode? Pin
ZoogieZork19-Aug-03 11:58
ZoogieZork19-Aug-03 11:58 
Generalprepertysheet in Formview (SDI) Pin
clack23419-Aug-03 0:47
clack23419-Aug-03 0:47 
GeneralRe: prepertysheet in Formview (SDI) Pin
vcplusplus19-Aug-03 3:14
vcplusplus19-Aug-03 3:14 
Questionmultithreaded server, block on recv(), how do i send at any moment? Pin
Kuniva19-Aug-03 0:43
Kuniva19-Aug-03 0:43 
AnswerRe: multithreaded server, block on recv(), how do i send at any moment? Pin
Johnny ²19-Aug-03 1:10
Johnny ²19-Aug-03 1:10 
AnswerRe: multithreaded server, block on recv(), how do i send at any moment? Pin
Norman Bates19-Aug-03 1:22
Norman Bates19-Aug-03 1:22 
GeneralRe: multithreaded server, block on recv(), how do i send at any moment? Pin
Kuniva19-Aug-03 2:29
Kuniva19-Aug-03 2:29 
AnswerRe: multithreaded server, block on recv(), how do i send at any moment? Pin
igor196019-Aug-03 10:16
igor196019-Aug-03 10:16 
GeneralRe: multithreaded server, block on recv(), how do i send at any moment? Pin
Kuniva19-Aug-03 13:49
Kuniva19-Aug-03 13:49 
GeneralDirectX Help please Pin
Eugene V.19-Aug-03 0:22
Eugene V.19-Aug-03 0:22 
GeneralRe: DirectX Help please Pin
PremL19-Aug-03 6:14
PremL19-Aug-03 6:14 
QuestionHOW CAN I DO THIS ? Pin
bttf18-Aug-03 23:55
bttf18-Aug-03 23:55 
AnswerRe: HOW CAN I DO THIS ? Pin
vcplusplus19-Aug-03 3:30
vcplusplus19-Aug-03 3:30 
GeneralRe: HOW CAN I DO THIS ? Pin
bttf19-Aug-03 9:08
bttf19-Aug-03 9:08 
QuestionAdd sizing gripper to dialog? Pin
Dominik Reichl18-Aug-03 23:21
Dominik Reichl18-Aug-03 23:21 

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.