Entry
Microsoft: .NET: Visual Studio: Visual C#.NET: How to create a Visual C#.NET windows application?
Jan 10th, 2004 12:37
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 10 January 2004 - 09:01 pm -------------------
Microsoft: .NET: Visual Studio: Visual C#.NET: How to create a Visual
C#.NET windows application?
---
Steps: Overview:
1. -Start Microsoft Visual studio
2. -click button 'New Project'
or 'File'->'New'->'Project'
3. -select from list 'Visual C# Projects'
in the left pane
4. -possibly change the default name and the path of this project
e.g.
Name = WindowsApplication1
Location = c:\temp\visualcsharp
(change this to your own choice)
5. -double click on icon 'Windows Application'
in the right pane
6. -A new form will be visible
7. -Hold your mouse on the left side over the
'Toolbox' area (written on the left side)
8. -You can then e.g. double click on this
components (e.g. a button) to put them
on your form
9. -If you double click on the components
(e.g. a button) a window opens in which
you can type your additional source code
10. -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
----------------------------------------------------------------------