:rolleyes:

add a webbrowser control to your program and associate a variable with it, then in OnInitDialog() put this:

m_ctlBrowser.Navigate("YOURURL",NULL,NULL,NULL,NULL);

or if you just want it to execute without a dialog I think you can use the ShellExecute() function and send it a string for the URL as a parameter and Iexplore.exe as the program you want to open, with "open" as the string for the open type.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.