View Single Post
  #3 (permalink)  
Old 12-28-2008, 9:39 PM
bharanidharanit bharanidharanit is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Dec 2008
Location: India
Age: 22
Posts: 53
Reputation: 19
bharanidharanit is on a distinguished programming path ahead
Default Resolved it

I solved this, use file name in the tag with this extension and use the below coding

Code:
WebBrowser1.Navigate(Application.StartupPath & "\Source\" & e.Node.Tag)