-
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
-
Re: LinkLabel
put the following into the linklabel's click event:
Process.Start("c:\myprogram\whatever.vbs")
-
Re: LinkLabel
-
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.