HTML Dialog Help
-
I'm using a HTML dialog and I want to be able to hit one button, HTML or regular, and have it call C++ code and open a web site in the dialog box. I can currently make a HTML button either call the website or run the C++ code. I think that I would rather have a regular dialog button, so it doesn't dissappear when the website is pulled up. Any help with the call to open a web site with VC++.net code would be great. I'm running Visual Studio.net Pro. J Guds Masters Student Kansas University
-
I'm using a HTML dialog and I want to be able to hit one button, HTML or regular, and have it call C++ code and open a web site in the dialog box. I can currently make a HTML button either call the website or run the C++ code. I think that I would rather have a regular dialog button, so it doesn't dissappear when the website is pulled up. Any help with the call to open a web site with VC++.net code would be great. I'm running Visual Studio.net Pro. J Guds Masters Student Kansas University
You can use ShellExecuteEx() with sei.lpFile set to the URL. Neville Franks, Author of ED for Windows www.getsoft.com and coming soon: Surfulater www.surfulater.com