1
Answer

control buttons

Photo of percis teena

percis teena

12y
1.1k
1
Cn tech me basic control functions to be intserted into  GUI  e.g. buttons, labels, textbox,checkbox & comboboxes in microsoft visual studio 2010?

Answers (1)

0
Photo of Glenn Patton
NA 308 85k 12y
Start a new project drag a button/label over and play, it worked for me!
in the click routine generated from the button type label1.Text = "Hello World!";
and away you go. Just play! :)