Results 1 to 4 of 4

Thread: LinkLabel [Resolved]

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2003
    Posts
    42

    LinkLabel [Resolved]

    Hey guys/gals, just to let you know I am a n00b at programming and I have a quick question.


    I created a linklabel, and all I want that linklabel to do when it's clicked is go to c:\myprogram\whatever.vbs and excute that whatever.vbs file.


    Anyone know ?


    Thanks
    ScarEye
    Last edited by ScarEye; Mar 1st, 2005 at 01:32 AM.

  2. #2
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: LinkLabel

    put the following into the linklabel's click event:
    Process.Start("c:\myprogram\whatever.vbs")
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2003
    Posts
    42

    Re: LinkLabel

    Thank you tr333

  4. #4
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: LinkLabel

    no problems...

    don't forget to rate a post if someone has helped you, and add [resolved] to the title of the original thread.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

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