View Single Post
  #4 (permalink)  
Old 06-19-2009, 7:40 AM
JohnH's Avatar
JohnH JohnH is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,325
Reputation: 1315
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

Most likely this info will be available in command line arguments. I don't know if registry path has to be modified in your case, often a %1 is appended.
In applications Startup event you can find this in e.CommandLine. It is also found in My.Application.CommandLineArgs or Environment.GetCommandLineArgs.
__________________
Reply With Quote