Group: Awaiting Activation
Posts: 65,
Visits: 306
|
Thanks Dustin,
FYI, I tried adding InvokeRequired() check and BeginInvoke call to the menu onClick event, but that didn't seem to make a difference. I hope you have better luck with it.
I have a feeling the problem has to do with Context menu being created on UI thread and accessed on the InfoBox thread. It'd be interesting to know why it works in VB.NET and not in C#, please let me know how it turns out.
Thanks.
|