May 2010
Intermediate to advanced
1272 pages
61h 18m
English
The My.Application property basically allows managing the following environment information:
• Getting information on the ClickOnce deployment for the current application
• Retrieving environment variables
• Writing entries to the Windows Applications log
• Retrieving command line arguments
Next you see in detail how you can get/set such information using My.Application.
It can be useful to get information on the state of the deployment if your application has been installed via the ClickOnce technology (discussed in detail in Chapter 55, “Deploying Applications with ClickOnce”). You might want to provide the ability of downloading files on-demand or to implement additional behaviors ...
Read now
Unlock full access