|
-
Feb 28th, 2005, 12:53 AM
#1
Thread Starter
Member
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.
-
Feb 28th, 2005, 01:00 AM
#2
Re: LinkLabel
put the following into the linklabel's click event:
Process.Start("c:\myprogram\whatever.vbs")
-
Feb 28th, 2005, 06:57 AM
#3
Thread Starter
Member
Re: LinkLabel
Thank you tr333
-
Mar 1st, 2005, 12:22 AM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|