
06-19-2009, 7:40 AM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,325
Reputation: 1315
|
|
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.
|