Hi guys!
I have a question for you.
I have a little application with a textbox on it... I type "commands" in the textbox and when I press RETURN they get executed.
I'm using the SHELL() function, I know it is async but thats what I need.
I know that by using SHELL() I'm limited to ENVIRON$(PATH) or else I have to type the full command line of the application, no problem with this too!!
The only problem I have is that it won't work with URLs or email addresses.
I wanted it to work like the Windows shell utility that stays in the Start Menu > Run...
In the windows utility I can type "www.powerbasic.com" and it opens my browser and loads PB homepage.
Or I type "mailto:[email protected]" and it opens outlook.
Any clues on how I can make my textbox behave like this?
Thanks!!
------------------
I have a question for you.
I have a little application with a textbox on it... I type "commands" in the textbox and when I press RETURN they get executed.
I'm using the SHELL() function, I know it is async but thats what I need.
I know that by using SHELL() I'm limited to ENVIRON$(PATH) or else I have to type the full command line of the application, no problem with this too!!
The only problem I have is that it won't work with URLs or email addresses.
I wanted it to work like the Windows shell utility that stays in the Start Menu > Run...
In the windows utility I can type "www.powerbasic.com" and it opens my browser and loads PB homepage.
Or I type "mailto:[email protected]" and it opens outlook.
Any clues on how I can make my textbox behave like this?
Thanks!!
------------------
Comment