Visual Studio 2010 how to link code to gui?

Soldato
Joined
9 Dec 2006
Posts
9,289
Location
@ManCave
this is possible a really stupid question, but i want to start learning C,

im using VS2010 now how do i link my code to say a button in form gui?

ive done simple console programs that work fine but i want to put a gui behind it, so i can try new ideas & learn how things work.


i hope you can understand what im saying.

in VB it was easy double click a button and tadda
 
Or click on the button once and then the lightening bolt in the property window - this will give you a list of all control events.
 
Back
Top Bottom