Hello
i'm using visual studio 2010 express. I'm beginner. I'm searching how to design a button and to program it ?
Thanks for any help
aymenchouikh 0 Newbie Poster
Recommended Answers
Jump to PostIn the properties window, you can change many properties of a button to fit your needs. Have a look at the generated code in the form.h file. See how it works and if you wish, you can write this code for yourself also.
Jump to PostThe Designer in Visual Studio generated code for a button like this:
I simply dragged a button from the toolbox window onto the form and changed its Text property in the Property window.#pragma region Windows Form Designer generated code /// <summary> /// Required method for Designer …
All 6 Replies
ddanbe 2,724 Professional Procrastinator Featured Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
aymenchouikh 0 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
aymenchouikh 0 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.