Results 1 to 2 of 2

Thread: [2005] Calling a hidden application

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    5

    [2005] Calling a hidden application

    I need the VB application to execute an external application so that it is hidden. The options in shell() don't include really hiding it. Somebody told me there's an API function that does that, but I have no idea how to call it and everything. Can somebody help?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Calling a hidden application

    Create a ProcessStartInfo object. Set its properties appropriately, including the CreateNoWindow property to True. Call Process.start and pass your PSI as a parameter.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

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



Click Here to Expand Forum to Full Width