Results 1 to 2 of 2
  1. #1
    Cyberfudger
    Cyberfudger is offline
    Guest
    Join Date
    2012 Nov
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    [VB.Net] How to start a process hidden (Works great with batch files)

    Code:
    Dim startfile As New ProcessStartInfo("C:\filelocation")
            startfile.WindowStyle = ProcessWindowStyle.Hidden
            Process.Start(startfile)
    I just thought some people might want this code, so here ya go

  2. #2
    x7ee1
    x7ee1 is offline
    Guest
    Join Date
    2012 Dec
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    sadly its not working. im rly searching for one that prevents cmd windows from showing up. what settings did u use after compiling it?

Similar Threads

  1. Replies: 2
    Last Post: 2018-04-02, 04:48 PM
  2. [Info] Great idea! BOT
    By ragazzi05 in forum Martial Empires
    Replies: 2
    Last Post: 2012-02-21, 04:23 PM
  3. [Process, Services & Network] Process Hacker
    By wildspirit in forum Files & Tools
    Replies: 0
    Last Post: 2011-11-09, 05:00 AM
  4. hello, great gammer
    By ayam2kampung in forum Introduction / Say 'Hello'
    Replies: 0
    Last Post: 2011-10-28, 08:02 AM
  5. Process dump files
    By explosionsinthe in forum General Talk
    Replies: 3
    Last Post: 2011-08-02, 02:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •