faqts : Computers : Programming : Languages : Visual basic : Visual basic .NET

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 6 people (83%) answered Yes
Recently 5 of 6 people (83%) answered Yes

Entry

Microsoft: .NET: Visual Studio: Visual Basic: How to create a Visual Basic .net windows application?

Jan 10th, 2004 12:30
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 08 December 2003 - 08:02 pm -------------------

Microsoft: .NET: Visual Studio: Visual Basic: How to create a Visual 
Basic.NET windows application?

---

Steps: Overview:

 1. -Start Microsoft Visual studio

 2. -click button 'New Project'
     or 'File'->'New'->'Project'

 3. -select from list 'Visual Basic Projects'
     in the left pane

 4. -double click on icon 'Windows Application'
     in the right pane

 5. -possibly choose a new name for this project

 6. -click button 'OK'

 7. -A new form will be visible

 8. -Hold your mouse on the left side over the
     'Toolbox' area (written on the left side)

 9. -You can then e.g. double click on this
     components (e.g. a button) to put them
     on your form

10. -If you double click on the components
     (e.g. a button) a window opens in which
     you can type your additional source code

11. -To run, when finished, click in the menu on 'Debug',
     then 'Start' (or <F5>) to run your application

---
---

Internet: see also:

---

Microsoft:Visual Studio: Project: Create: New: Can you give overview? 
[console / windows / Internet]
http://www.faqts.com/knowledge_base/view.phtml/aid/28187/fid/1600

----------------------------------------------------------------------