Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Visual Basic (http://www.programmingforums.org/forum18.html)
-   -   Rich Text Boxes (http://www.programmingforums.org/showthread.php?t=5730)

brokenhope Sep 3rd, 2005 10:56 PM

Rich Text Boxes
 
I was just wondering if it was possible to disable images in rich text boxes, and if it is how? because I really need them disabled. I also need pasteing anything but text to be disabled. Anyone know?

Rory Sep 7th, 2005 2:34 PM

In VB.NET you can do this very easily, but your only option would be to intercept the KeyDown event for Ctrl+V etc and change the OLEDropTarget to false, or intercept the DragOver/DragDrop events.


All times are GMT -5. The time now is 4:20 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC