PDA

Click to See Complete Forum and Search --> : Disabling/Enabling Menus in VC++


kinjalgp
Nov 12th, 2001, 07:31 AM
I have started learning VC++ since today morning. I want to know how can I disable/Enable menu items using code?

:D Kinjal :D

abdul
Nov 12th, 2001, 08:01 AM
Are you using MFC or API?

kinjalgp
Nov 12th, 2001, 12:21 PM
I am using MFC. :D

parksie
Nov 13th, 2001, 11:25 AM
Do you know C++? If you don't, learn that first before trying to make Windows applications, whether with MFC or the API.

If you really want to use MFC, then this is the learning curve:

C++ -> API -> MFC

Lots of people get to MFC and decide it's crap (like me) then stick with the API :)

So see www.cplusplus.com and the FAQ here on VB-W :)