Hi,
I need help about launching a web site in default browser using Borland ( button click = launch google.com, for example ).
I found solution valid in DEV:
ShellExecute(NULL, "open", "http://google.net",
NULL, NULL, SW_SHOWNORMAL);
But it shows an error if used in Borland: Access violation at address 0A1826C8 in module 'bordbk61.dll'. Write of address DD57D84A
And program freezes afterwards.
Any solutions, or I'll need to use external bat launchers to open it >> system("open_site.bat")? :angry:
Thanks!