Click here to Skip to main content
15,902,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalget member var from App Pin
JabraJabra30-Jun-04 21:24
JabraJabra30-Jun-04 21:24 
GeneralRe: get member var from App Pin
jmkhael30-Jun-04 22:17
jmkhael30-Jun-04 22:17 
GeneralRe: get member var from App Pin
JabraJabra30-Jun-04 23:43
JabraJabra30-Jun-04 23:43 
GeneralToolBar won't un-hide correctly. Pin
zooosta30-Jun-04 21:13
zooosta30-Jun-04 21:13 
GeneralRe: ToolBar won't un-hide correctly. Pin
bneacetp30-Jun-04 23:58
bneacetp30-Jun-04 23:58 
GeneralRe: ToolBar won't un-hide correctly. Pin
zooosta1-Jul-04 13:05
zooosta1-Jul-04 13:05 
GeneralRe: ToolBar won't un-hide correctly. Pin
bneacetp1-Jul-04 13:25
bneacetp1-Jul-04 13:25 
GeneralRe: ToolBar won't un-hide correctly. Pin
bneacetp1-Jul-04 13:28
bneacetp1-Jul-04 13:28 
The first example using ShowContolBar toggles the toolbar visibility. If you just want to show the toolbar, try coding your function like this:

ShowControlBar(&m_wndToolBar, TRUE, FALSE);
// Reshuffle the frame layout. - You might want to remove this line.
RecalcLayout();


Sorry. I hope this suggestion helps.

Happy Programming and God Bless!

"Your coding practices might be buggy, but your code is always right."

Internet::WWW::CodeProject::bneacetp
GeneralRe: ToolBar won't un-hide correctly. Pin
zooosta1-Jul-04 13:35
zooosta1-Jul-04 13:35 
GeneralRe: ToolBar won't un-hide correctly. Pin
bneacetp1-Jul-04 13:53
bneacetp1-Jul-04 13:53 
Generalquestion related to system font Pin
johnny,Kim30-Jun-04 20:26
johnny,Kim30-Jun-04 20:26 
GeneralUsing SpinButtonCtrl Pin
Shuang. Wu30-Jun-04 20:13
Shuang. Wu30-Jun-04 20:13 
GeneralRe: Using SpinButtonCtrl Pin
bneacetp1-Jul-04 0:05
bneacetp1-Jul-04 0:05 
GeneralRe: Using SpinButtonCtrl Pin
Shuang. Wu1-Jul-04 16:10
Shuang. Wu1-Jul-04 16:10 
GeneralRe: Using SpinButtonCtrl Pin
bneacetp1-Jul-04 16:45
bneacetp1-Jul-04 16:45 
GeneralRe: Using SpinButtonCtrl Pin
Shuang. Wu1-Jul-04 19:17
Shuang. Wu1-Jul-04 19:17 
GeneralRe: Using SpinButtonCtrl Pin
bneacetp1-Jul-04 20:35
bneacetp1-Jul-04 20:35 
QuestionHow to find location of Button? Pin
Rajesh_K_Sharma30-Jun-04 18:56
Rajesh_K_Sharma30-Jun-04 18:56 
AnswerRe: How to find location of Button? Pin
Neville Franks30-Jun-04 23:54
Neville Franks30-Jun-04 23:54 
AnswerRe: How to find location of Button? Pin
Antony M Kancidrowski1-Jul-04 0:00
Antony M Kancidrowski1-Jul-04 0:00 
Questionare dialog boxes the way to go? Pin
AmericanBacon30-Jun-04 18:47
AmericanBacon30-Jun-04 18:47 
AnswerRe: are dialog boxes the way to go? Pin
Steve Mayfield30-Jun-04 19:02
Steve Mayfield30-Jun-04 19:02 
AnswerRe: are dialog boxes the way to go? Pin
palbano1-Jul-04 4:52
palbano1-Jul-04 4:52 
QuestionHow to insert Borland C++ program into a MFC thread? Pin
Einly30-Jun-04 17:49
Einly30-Jun-04 17:49 
AnswerRe: How to insert Borland C++ program into a MFC thread? Pin
valikac1-Jul-04 11:30
valikac1-Jul-04 11:30 

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.