winforms - VB.Net What Event is Triggered When Double-Clicking to Open Custom File? -


i have created custom file type recognized application, , know event triggered when open application double-clicking file of type. have placed breakpoints @ beginning of handlers form.shown , form.load, @ beginning of form's constructor, application never hits breakpoints.

if you're opening application double-clicking on file in computer's filesystem debugger built in visual studio won't attached application's process , won't break @ breakpoints. can attach debugger running process, you're talking happens quickly, not able attach process fast enough set breakpoints , catch execution passes them.

ultimately, events triggered when open application via file association no different opening application running executable file.


Comments

Popular posts from this blog

Java sticky instances of class com.mysql.jdbc.Field aggregating -