![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 126
Rep Power: 4
![]() |
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?
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
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.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|