2,112
edits
Paradox-01 (talk | contribs) 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 [  | 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  | ||