Hi,
I have a bitmap button, and with one click I want to load a certain URL
using whichever browser is the default
I don't want to particularly use the in-built browser commands, just
access this one page, without all the coding hassle
Any ideas?
Brian
			
			
			
				CASE @IDCONTROL
	SELECT @CONTROLID
		case mybutton
			System "http://www.ionicwind.com/"  
Can't get much simpler ;)
LarryMc
			
			
			
				Larry, you're right!
I never thought of using the System command - Duh!
Brian