Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hide Console Window
#1
What's Up?

OK, So I'm using a console application, And upon execution the ugly console window rears it's head, Is it possible to execute some commands without that window poping up?

Thanks Bye.
[Image: Scorpion-Sig3.png]
Reply
#2
Um I'm not sure what you mean, can you please expand on your question?
Reply
#3
You can do a few things, click on your form and change some of these settings.

Window State: Minimized (will start minimized)
Show in Taskbar: Flase (removes icon from taskbar)
Opacity: 0%

That should hide it.
Reply
#4
(02-27-2010, 08:32 PM)Extasey Wrote: You can do a few things, click on your form and change some of these settings.

Window State: Minimized (will start minimized)
Show in Taskbar: Flase (removes icon from taskbar)
Opacity: 0%

That should hide it.

Ohhhh, I get it. Wouldn't this work:

Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Me.Hide()
    End Sub
Reply
#5
Lol yeah. Tongue
I've only just started using Vb again. Going straight from VB6 to VB.NET2008 is a bit of a learning curve, especially as I haven't done any coding in a year!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [VB.NET]Console app Menu example (amortization calculator)[Source] KoBE 8 7,608 12-28-2012, 06:55 AM
Last Post: mouse719
  [Release] iHide v1.0 -- Show and Hide File Extensions/Hidden Files Resistance 11 4,598 09-28-2012, 01:41 AM
Last Post: rqmok
  [Solved by Me][lol] How to hide/show desktop icons, click to see example... Resistance 7 1,860 12-12-2010, 04:20 PM
Last Post: NathanE
  Hide Icon In System Tray Scorpion 4 1,042 04-18-2010, 04:33 AM
Last Post: [ Process.xSs ]

Forum Jump:


Users browsing this thread: 1 Guest(s)