Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
VB.NET
VB.NET General Discussion
Question from an old timer...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JuggaloBrotha" data-source="post: 5921" data-attributes="member: 13"><p>well to put it simply, you can use the form designer when putting objects on it (like labels, textboxes, groupboxes, buttons, etc) but in the code module for the form if you expand the " Windows Form Designer generated code " section you can see the code used to make the form (by the designer) anywho stick a button on the form and then double click it, it'll take you to the code window with a sub already there, any code you put there will execute whenever the user clicks that button on the form (window) which is why it's called the button's click event. now add a module to the project, modules dont have a form designer (for obvious reasons) modules are used as a form of organization, you can make public level variables and subs/functions here to be accessed from multiple forms in the solution (project) there are plenty of books you can rent that'll explain all the intro crap ta get ya started on vb.net programming</p></blockquote><p></p>
[QUOTE="JuggaloBrotha, post: 5921, member: 13"] well to put it simply, you can use the form designer when putting objects on it (like labels, textboxes, groupboxes, buttons, etc) but in the code module for the form if you expand the " Windows Form Designer generated code " section you can see the code used to make the form (by the designer) anywho stick a button on the form and then double click it, it'll take you to the code window with a sub already there, any code you put there will execute whenever the user clicks that button on the form (window) which is why it's called the button's click event. now add a module to the project, modules dont have a form designer (for obvious reasons) modules are used as a form of organization, you can make public level variables and subs/functions here to be accessed from multiple forms in the solution (project) there are plenty of books you can rent that'll explain all the intro crap ta get ya started on vb.net programming [/QUOTE]
Insert quotes…
Verification
Post reply
Home
Forums
VB.NET
VB.NET General Discussion
Question from an old timer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom