Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi

 

I am trying to create a vb .NET windows application where I can also have a console window displayed in addition to the form.

 

The idea is that if I type

 

app1.exe

 

then application will start up as a window application only. But if I type

 

app1.exe /b

 

then the application wiil start up a window application but I will als have a DOS console window up such that I can send commands from it to the form.

 

Anyone knows how to:

 

a - How to start a dos window from a windows application (I don't have a console application)

b- How to change focus between the form and the DOS window.

c- How to send commands back and forth.

 

Thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...