34,333
edits
Changes
→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]]