Results 1 to 2 of 2

Thread: Help neded

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    Vilnius, Lithuania
    Posts
    50

    Post

    ok i know how to activate aplication

    thats

    shell ("C:\path\app.exe")

    right?

    but that application runs minimized
    How to make it run in normal mode(not minimized)

  2. #2
    Lively Member
    Join Date
    Sep 1999
    Location
    Guayaquil, Guayas, Ecuador
    Posts
    87

    Post

    shell ("C:\path\app.exe",1)

    use 0 to hide
    1 for normal focus
    2 for minimized
    3 for maximized
    4 normal no focus
    6 minimized no focus

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