Hello,
I made a form into Visual Studio (Window forms) and i used a webbrowser from toolbox.
I want to open into the webbrowser a web page from local drive. In properties, into the URL box if I write the absolute path (ex. c:\xy.htm) it works, but how i can use a relative path (ex. the page is into the same folder with the executable file) ?
I try .\xy.htm but it didn't worked. Any ideas ??
Thanks in advance !