G
Guest
I am developing a custom text box and with the kind help from here I added some additional features
But I cannot get rid of the right-click menu from .NET. I got rid of it by overriding WndProc and trapping WM_LBUTTONUP, but I was wondering if there was a way to do it in .NET only, without using Win32 SDK
Thank you
But I cannot get rid of the right-click menu from .NET. I got rid of it by overriding WndProc and trapping WM_LBUTTONUP, but I was wondering if there was a way to do it in .NET only, without using Win32 SDK
Thank you