Hi everyone. Been busy the last few weeks, and have finals this week, so ive been gone from coding for a little while. Im trying to get back into it though, and was playing around with the execfile command, when i decided i needed help. I tried to do a simple program, where you press the enter button, and it opens up Internet Explorer. Well that didnt work.
I might just be a little rusty, but could anyone offer some help?
I think this is where the problem would be, and if that looks like it checks out, then ill just post the whole thing.
I might just be a little rusty, but could anyone offer some help?
I think this is where the problem would be, and if that looks like it checks out, then ill just post the whole thing.
If KeyHit(28) Then ExecFile("C:\Program Files\Internet Explorer\iexplore.exe") EndIf