I\'d like a context menu on the caption bar right click
any tips/samples pref in c# ?
UPDATE - for various reasons, right click on the form won\'t work becau
Basically you need to use p-invoke to do this. There is a really great example at Here You can see from the example you will need to manually mimic the event handlers, but this is pretty straight forward.