Click here to Skip to main content
15,891,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVC++ 6.0 and ".dsw" file. Pin
WREY15-Sep-02 13:59
WREY15-Sep-02 13:59 
GeneralRe: VC++ 6.0 and ".dsw" file. Pin
Maximilien15-Sep-02 14:08
Maximilien15-Sep-02 14:08 
GeneralRe: VC++ 6.0 and ".dsw" file. Pin
WREY15-Sep-02 14:57
WREY15-Sep-02 14:57 
GeneralRe: VC++ 6.0 and ".dsw" file. Pin
Pavel Klocek15-Sep-02 19:28
Pavel Klocek15-Sep-02 19:28 
GeneralDisable toolbar button (easy?) Pin
FlyingWren15-Sep-02 10:45
FlyingWren15-Sep-02 10:45 
GeneralRe: Disable toolbar button (easy?) Pin
Michael Dunn15-Sep-02 11:09
sitebuilderMichael Dunn15-Sep-02 11:09 
GeneralRe: Disable toolbar button (easy?) Pin
FlyingWren15-Sep-02 15:28
FlyingWren15-Sep-02 15:28 
GeneralRe: Disable toolbar button (easy?) Pin
Michael Dunn15-Sep-02 15:58
sitebuilderMichael Dunn15-Sep-02 15:58 
It's kept as m_wndToolbar in your CMainFrame class, however the proper way to disable buttons is to write an UPDATE_COMMAND_UI handler for that particular button's ID. That way MFC will automatically call your handler so you can disable the button (and associated menu item, if there is one).

--Mike--
Just released - RightClick-Encrypt v1.4 - Adds fast & easy file encryption to Explorer
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralDetecting modal loop Pin
Ravi Bhavnani15-Sep-02 9:59
professionalRavi Bhavnani15-Sep-02 9:59 
GeneralRe: Detecting modal loop Pin
Michael Dunn15-Sep-02 11:12
sitebuilderMichael Dunn15-Sep-02 11:12 
GeneralRe: Detecting modal loop Pin
Ravi Bhavnani15-Sep-02 11:42
professionalRavi Bhavnani15-Sep-02 11:42 
GeneralExcel Like Tab Pin
insanely42015-Sep-02 9:09
insanely42015-Sep-02 9:09 
GeneralRe: Excel Like Tab Pin
JohnnyG15-Sep-02 10:34
JohnnyG15-Sep-02 10:34 
QuestionUpdate MSDAC or JET ??? Pin
Hadi Rezaee15-Sep-02 9:00
Hadi Rezaee15-Sep-02 9:00 
AnswerRe: Update MSDAC or JET ??? Pin
Michael P Butler15-Sep-02 9:54
Michael P Butler15-Sep-02 9:54 
GeneralRe: Update MSDAC or JET ??? Pin
Hadi Rezaee15-Sep-02 10:35
Hadi Rezaee15-Sep-02 10:35 
AnswerRe: Update MSDAC or JET ??? Pin
Pavel Klocek15-Sep-02 19:03
Pavel Klocek15-Sep-02 19:03 
GeneralRe: Update MSDAC or JET ??? Pin
Hadi Rezaee16-Sep-02 22:06
Hadi Rezaee16-Sep-02 22:06 
GeneralRe: Update MSDAC or JET ??? Pin
Pavel Klocek17-Sep-02 6:22
Pavel Klocek17-Sep-02 6:22 
GeneralProblem with float ( differnce between float and integer) Pin
CHEICKNA TRAORE15-Sep-02 8:56
CHEICKNA TRAORE15-Sep-02 8:56 
GeneralRe: Problem with float ( differnce between float and integer) Pin
Hadi Rezaee15-Sep-02 9:05
Hadi Rezaee15-Sep-02 9:05 
GeneralRe: Problem with float ( differnce between float and integer) Pin
Pavel Klocek15-Sep-02 19:06
Pavel Klocek15-Sep-02 19:06 
GeneralGetting ADO version ! Pin
Hadi Rezaee15-Sep-02 8:44
Hadi Rezaee15-Sep-02 8:44 
GeneralRegistering DLLs or ActiveX !!! Pin
Hadi Rezaee15-Sep-02 8:32
Hadi Rezaee15-Sep-02 8:32 
GeneralRe: Registering DLLs or ActiveX !!! Pin
Dave Bryant15-Sep-02 16:09
Dave Bryant15-Sep-02 16:09 

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.