Sinisterly
console - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework)
+--- Thread: console (/Thread-console)



console - Psycho_Coder - 03-11-2012

how to create a console in vb.net with form application with all kinds of functionality and the commands can also be executed from this application


please help!!!!!!!!!
thank you in advanceWink:headbash::headbash::headbash::wacko:


RE: console - Ambiguous - 03-11-2012

Create a console application? What do you mean?
If you want to execute console commands, I think you can use Shell (), Consolle.writeline ()


RE: console - Psycho_Coder - 03-11-2012

no i want to create a sort of command promt in vb.net



RE: console - Ambiguous - 03-11-2012

Yeah, so instead of creating a "Windows Forms Application, you create a "Console Application" when starting a new project.


RE: console - Psycho_Coder - 03-11-2012

but actually i want to ,make a form application which will do the same work as dos

if you can give suggestion or codings then it will be very nice of you


RE: console - Ambiguous - 03-11-2012

As in, you want to make your own command line?