View Single Post
  #1 (permalink)  
Old March 9th, 2016, 01:28 AM
Madderhatter Madderhatter is offline
Registered User
 
Join Date: Mar 2016
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Total nub questions

I hope these forums are still going?


I just started some tutorials with visual C++ One of the biggest frustrations I'm having is that I'm trying to modify and understand some existing source. The tutorials I'm watching the guy is working around the form, and to get him to the code for say a button on a form, all he does is double click it and it takes him to the relevant code.

When I try to do this with the program I'm trying to understand, it brings up the mfc class wizard. Is there a way for me to disable that and instead make it take me to the code for that button? I don't understand where the code for the form is at all since I don't have a lot of experience I can't pick it out in the code as a starting place. Would be a big help.
Reply With Quote