Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi I need to know how i can disable pasting in a textbox Using Visual Basic 6. Greetings Peter
Hi, See my reply in this [^]post and replace WM_CONTEXTMENU with WM_PASTE
WM_CONTEXTMENU
WM_PASTE
The constant value for WM_PASTE is 0x302. RageInTheMachine9532