I'm having the presentaition of my program tomorow and i noticed that one thing is not finished. I just must finsh it until tomorow. You are my last chance.
I have 1 textbox
Problem:
I need to make program wich disalows user to copy information from textbox to clipboard.
(I need to make right mouse button and Ctrl+c
keys inactive on this textbox)
I tried to make something like:
But this just doesn't workCode:Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii = 2 Then KeyAscii = 0 End If End Sub
Any ideas apricieted
-thank you
------------------
-casparas
novice programer
[email protected]




Reply With Quote