Results 1 to 3 of 3

Thread: Open app with Run dialog

  1. #1
    TimeHero
    Guest

    Open app with Run dialog

    Hi!
    I'm working on a small application (for personal use) to quickly open an application, just like the Run dialog.
    In the app I have a textbox where I input the application name and when I press "Enter" it should try to open the application with the Run dialog and if it aren't there I am going to search My Documents, but that's a later problem. Right now I want to know how I automaticly input a string in to the Run prompt.
    Thanks!

    / Erik

  2. #2
    Megatron
    Guest
    Code:
    Shell Text1.Text, 1

  3. #3
    TimeHero
    Guest
    Thank you so much!

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