Results 1 to 2 of 2

Thread: [RESOLVED] calling system

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    146

    Resolved [RESOLVED] calling system

    can u plz tell me that how can i open system calculator(or some other program such as paint , notepad etc) by clicking a button in my form

  2. #2
    Fanatic Member
    Join Date
    Aug 2005
    Location
    South Africa
    Posts
    760

    Re: calling system

    You would use
    VB Code:
    1. Shell "notepad.exe", vbNormalFocus
    You can replace notepad with the path to an exe file or just with the name of it if it is a windows component
    If I helped you out, please consider adding to my reputation!

    -- "The faulty interface lies between the chair and the keyboard" --

    VB6 Programs By Me:
    ** Dictionary, Thesaurus & Rhyme-Generator In One ** WMP Recent Files List Editor ** Pretty Impressive Clock ** Extract Firefox History **

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