A abc New member Joined May 14, 2007 Messages 3 Programming Experience Beginner May 18, 2007 #1 Hello, I want to develop a console application which shall run in background. Is there a way to hide the console window with vb.net? Thanks a lot abc
Hello, I want to develop a console application which shall run in background. Is there a way to hide the console window with vb.net? Thanks a lot abc
S shawnplr Active member Joined May 17, 2007 Messages 44 Programming Experience Beginner May 18, 2007 #2 If your starting it from a windows form you could try StartInfo.WindowStyle = ProcessWindowStyle.Hidden Upvote 0 Downvote
If your starting it from a windows form you could try StartInfo.WindowStyle = ProcessWindowStyle.Hidden
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,873 Location Norway Programming Experience 10+ May 21, 2007 #3 If you create a shortcut to this app you should also be able to set initial window mode to minimized. Upvote 0 Downvote
If you create a shortcut to this app you should also be able to set initial window mode to minimized.