Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to protect my text in richtext
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
How to protect my text in richtext
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01184104
Message ID:
01184104
Views:
65
Hi all
i want to protect the text that i have in a rich text box.i try to prevent user to copy text :
If (keycode=17 And Shift=2) OR (keycode=16 And Shift=1)
	Messagebox('no copy')
	Nodefault
Endif
this work good.but yesterday i setup snag it and see that it can capture the text even if it has scrool bars.but it couldn't capture a pdf if it's protected.

what can i do for this probleb?
Ali Mohammad Hossein Zadeh
Next
Reply
Map
View

Click here to load this message in the networking platform