Results 1 to 6 of 6

Thread: How to Design a Windows Forms Application in VB.NET?

  1. #1
    Join Date
    Jul 2006
    Posts
    286

    How to Design a Windows Forms Application in VB.NET?

    I am newbie to the Visual Basic.NET. Now I have to design a windows form application. So anyone can explain me how to Design a Windows Forms Application in VB.NET? I am using the Visual Studio 2008, so please guide me accordingly. Also give me detailed information about the windows form application. It will be greatly appreciable if you provide me some sample of coding..!! Hoping that someone will help soon..!!!
    IF you hate me, please don't mention it. I know who hates me and who doesn't. You really do not have to make fun of people....

  2. #2
    Join Date
    Mar 2008
    Posts
    672

    Re: How to Design a Windows Forms Application in VB.NET?

    You can use the Windows Forms Designer that allows you to add controls to a form, arrange them, and write code for their events. You can add components, data controls, or Windows-based controls to a form by using the designer. Then you will have to double-click the form in the designer and write code in the Load event for that form, or double-click a control on the form and write code for the control's default event. Then by selecting the control and typing a name, you can edit a control's Text property. Adjust the placement of the selected control by moving it with the mouse or the ARROW keys. By using the SHIFT+click or CTRL+click, you can select the multiple controls.

  3. #3
    Join Date
    Mar 2008
    Posts
    349

    Re: How to Design a Windows Forms Application in VB.NET?

    I think that building Windows applications is not difficult with the help of Visual Studio. You should change a few of the Visual Studio options, before you start your first Windows Forms application with Visual Studio 2008. You may also want to change the import and export settings. You will have to use the Options dialog box, to set the options for Visual Studio. You can set the default project location by typing a path directly into the text box. This will set the default location for new projects, but you can always override the default when you create a new project. You may want to use the Startup group within the Environment group to stop the display of the Start Page.

  4. #4
    Join Date
    Aug 2006
    Posts
    235

    Re: How to Design a Windows Forms Application in VB.NET?

    You may have to change the import and export settings. You’re asked what Default Environment Settings you want to use, when you start first time Visual Studio 2008. The five options that you get including the Visual Basic, Visual C#, and Web. You have to choose from this. Your choice affects what items are available from some menus and what buttons are available from the Standard toolbar. For example, you choose the Visual Basic settings, you open a project with the File->Open Project command. But if you choose the Visual C# settings, you open a project with the File->Open-> Project/Solution command. You will have to choose the Reset All Settings option from the Import and Export Settings Wizard. Then choose the Yes, Save My Current Settings. Lastly use choose the Visual Basic Development Settings option.
    3.2 (northwood)
    2gig ram
    ATI AIW X800xt 256mb
    Gigabyte GA-8knxp 875p Chipset
    Optiwrite 8X DVD Burner
    Win XP PRO Sp2 (Works Perfectly)
    2 SATA Raptor 74gig Raid 0
    2 7200 IDE 320gig HD

  5. #5
    Join Date
    Jul 2006
    Posts
    289

    Re: How to Design a Windows Forms Application in VB.NET?

    I am providing you the list, that shows the Toolbox tabs available to the Windows Forms Designer. Hope that will help you while designing a Windows Forms Application in VB.NET. Following is the list :
    • Common Controls.
    • Containers.
    • All Windows Forms.
    • Data.
    • Menus & Toolbars.
    • Components.
    • Dialogs.
    • Printing.
    • Crystal Reports.
    Signatures reduce available bandwidth

  6. #6
    Join Date
    Jan 2008
    Posts
    1,521

    Re: How to Design a Windows Forms Application in VB.NET?

    It is supposed to return a value, to implement a function. The following is an example of the same :
    Code:
    Function CalculateArea(Radius)
      CalculateArea = Radius * Radius * 3.14
    End Function
    If you want to call the Function, you can use the return value of a function in an event or another function. Make sure you include the argument(s) of the function between parentheses. Like in the following example :
    Code:
    number = CalculateArea(100)

Similar Threads

  1. When application forms for AIIMS B.Sc. Nursing (Hons.) will come out?
    By pele1200 in forum Education Career and Job Discussions
    Replies: 2
    Last Post: 14-08-2012, 12:53 PM
  2. How to apply for JBT Haryana after 12th Arts, where to get the application forms?
    By Kurupath in forum Education Career and Job Discussions
    Replies: 4
    Last Post: 18-07-2012, 05:59 PM
  3. IAS exam 2012 application forms
    By Clarity in forum Education Career and Job Discussions
    Replies: 4
    Last Post: 06-06-2012, 07:09 PM
  4. Five normal forms in Database Design
    By Gonercase in forum Software Development
    Replies: 6
    Last Post: 01-03-2011, 09:14 AM
  5. How to use blank forms of application parts in Access 2010
    By Ishaant Avasthi in forum Windows Software
    Replies: 3
    Last Post: 03-12-2010, 10:58 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,577,666.29050 seconds with 17 queries