Jump to content

Visual Basic .NET: Difference between revisions

m
changing link from http->https
mNo edit summary
m (changing link from http->https)
Line 40: Line 40:
; Catch arguments when a single-instance application is already running
; Catch arguments when a single-instance application is already running


The load event can't be triggered if the application can't be opened more than once at a time. This is named a "single-instance application" and will trigger an StartupNextInstance event. Read [http://stackoverflow.com/questions/28831765/pass-command-line-to-first-instance-of-a-single-instance-app here] for details.
The load event can't be triggered if the application can't be opened more than once at a time. This is named a "single-instance application" and will trigger an StartupNextInstance event. Read [https://stackoverflow.com/questions/28831765/pass-command-line-to-first-instance-of-a-single-instance-app here] for details.


  'ApplicationEvents.vb
  'ApplicationEvents.vb
2,112

edits