Folks, I wish to create a link to the web. Please bear with me in your response. I am not that fluent in speaking code. The simpler the better. Thanks for your patience.
Kenster![]()
Professional Software Development Tools
Folks, I wish to create a link to the web. Please bear with me in your response. I am not that fluent in speaking code. The simpler the better. Thanks for your patience.
Kenster![]()
You need to be a little more specific.
Depending on what you want.
Within AMS you can use the following code on any event you want to open up the default browser to a web site.
Or if you are wanting to make a Shortcut to put on someone's dekstop, use this:Code:--open the default browser to IR's website File.OpenURL("http://www.indigorose.com", SW_SHOWNORMAL)
Hope that helps.Code:--Set the contents of the URL file sWebLink = "[DEFAULT]\r\n"; sWebLink = sWebLink .. "BASEURL=http://www.warmuskerken.com/\r\n"; sWebLink = sWebLink .. "[InternetShortcut]\r\n"; sWebLink = sWebLink .. "URL=http://www.warmuskerken.com/"; --Write out the file TextFile.WriteFromString(_DesktopFolder .. "\\Warmuskerken.url", sWebLink, false);
or:
Shell.CreateShortcut(Shell.GetFolder(SHF_DESKTOP), "Indigo Rose Web Site","http://www.indigorose.com");
Smarty Pants!
![]()
Originally Posted by Brett
Actually, I am wearning my new pair of Old Navy cargo pants which I love (it's cold here today.) Loose, comfortable, cheap, and oh, so stylish. I guess they are smart pants, come to think of it...
Worm, thanks for the code, it worked. I appreciate yours and everyone else's help.
Kenster
Harem pants are fully inline with the criteria you've listed and will turbocharge your nightlife."Smarter" pants, if you will.
Corey Milner
Creative Director, Indigo Rose Software