
- Forum
- Programming Talk
- Microsoft .NET
- Console Applications in vb.net2005
Console Applications in vb.net2005
This is a discussion on Console Applications in vb.net2005 within the Microsoft .NET forums, part of the Programming Talk category; Hi, i am implementing vb.net windows application. i have one console application. i want to use it in windows form ...
-
08-06-2007, 02:24 AM #1
- Join Date
- Aug 2007
- Location
- Dubai
- Answers
- 7
Console Applications in vb.net2005
Hi,
i am implementing vb.net windows application.
i have one console application.
i want to use it in windows form
how to use it?
And could anybody tell me proper use of console applications
or how can we improve programming with console application
-
Console application helps if you are trying to low level programming which interacts at OS level... if you are looking to provide good application for users.. I would go for nice GUI windows based ..
Thanks,

Reply With Quote





