Changes

Jump to: navigation, search

Visual Basic Modules and Procedures

32 bytes added, 13:56, 19 March 2009
Visual Basic Code Modules
We mentioned previously that Visual Studio places the code to construct each form in separate module files. We now need to learn how to create a new module in a project to contain our own Visual Basic code. Begin by creating a new Windows Application project in Visual Studio called ''vbModules''. Add two TextBox controls (named value1TextBox and value2TextBox) , a button (labeled calculate) to the Form so that appears as follows:
<google>ADSDAQBOX_FLOW</google>
[[Image:visual_basic_procedures_form.jpg]]

Navigation menu