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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -