I'm using Common Control for Open file. User has to right mouse down on Picturebox to enable the Open Dialog window to load a picture. I can't use Left mouse as that is used for other purposes. The problem occurs when the Open Dialog window appears directly behind the mouse down which cause the context popup menu to appear as soon as user releases the mouse.
1) Is there anyway to disallow this
2) Would creating my own Open Dialog using APIs have the same problem.
3) Would subclassing work
1) Is there anyway to disallow this
2) Would creating my own Open Dialog using APIs have the same problem.
3) Would subclassing work