Hi Guy's

I'll put Page File in the same location of my application and I want to get the Path from the same location , I do not like to define the Path of the web inside the code , I want to get the path from the same location of the application as the web in the same location of the application
Code:
Private Sub Form_Load()

WebBrowser1.Navigate2 "c:\page.htm"

End Sub
web page in the same location of the application so I want to get the location from the path of page from the same location of the applicaion

Please your advice me to the correct code