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

C / C++ / MFC

 
GeneralNavigation in visual studio using bookmarks Pin
Muhammad Ahmed30-Jun-04 21:25
Muhammad Ahmed30-Jun-04 21:25 
GeneralRe: Navigation in visual studio using bookmarks Pin
P-Rex30-Jun-04 21:58
P-Rex30-Jun-04 21:58 
GeneralRe: Navigation in visual studio using bookmarks Pin
David Crow1-Jul-04 2:42
David Crow1-Jul-04 2:42 
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 
Try:

void CMainFrame::OnImageManipulation() 
{
    m_imageProcessingToolBar.ShowWindow(SW_SHOW);
}


or

void CMainFrame::OnImageManipulation() 
{
   m_imageProcessingToolBar.ShowWindow(TRUE);
}


See if one of those snippets work. Best of luck in your programming efforts.

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: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 
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 

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.