ok, i think the reason that its only opening the program files is because you didnt change the directory...maybe
try this in the html file
- Code: Select all
<a href="file:///C:/Documents and Settings/username/Desktop">Click</a>
where 'username' is the username that ur on (i.e. 'Administrator')
try that...if it works, then do the same in vb...
now, as far as html goes, it should open the files locally, not in ur browser...it will only open folders in your browser...
in vb, the 'WebBrowser' control will only open web pages...such as .html .htm .php and so on...hence 'webbrowser'

im not sure if it will open folders tho, but it should...
in vb, to make it load the folder when you click a command button or label, just move that 'WebBrowser1.Navigate' from form load to either 'Command1_click' or 'Label1_click' or something to that affect...didnt i already tell you that on aim? hehe
P.S. i corrected ur html code
