Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Button

Status
Not open for further replies.

scienzia

Programmer
Feb 21, 2002
160
IT
Where do I have to write the code for a button-click event, and what is the difference between mfc and win32?!?

Thankyou very much
 
I suggest that you use MFC... I don't know if you already started your project but you really should create an MFC app wizard project with visual c++... This way, you'll be able to use an environment Visual Basic like... You'll only have to paste a button and double click on it to access the code that'll be execute when a user will click it...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top