Login Register






console filter_list
Author
Message
console #1
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:
[Image: OilyCostlyEwe.gif]

Reply

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

Reply

RE: console #3
no i want to create a sort of command promt in vb.net
[Image: OilyCostlyEwe.gif]

Reply

RE: console #4
Yeah, so instead of creating a "Windows Forms Application, you create a "Console Application" when starting a new project.

Reply

RE: console #5
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
[Image: OilyCostlyEwe.gif]

Reply

RE: console #6
As in, you want to make your own command line?

Reply