|
-
Aug 13th, 2003, 02:16 PM
#1
RIchTextBox.Undo()
I have a rich textbox and the Undo() and Redo() functions Used to work, and now they don't AT ALL.
From what I've done so far, I do not see any code in which would interfer with it working, it just doesn't anymore.
Is there something that wouldn't make it work, because form what I can tell I didn't do anything wrong.... 
Is there any other Undo()/Redo() functions I can use or am I going to have to make my own and if so, how exactly should I go about that?(Array of textboxes sounds the easyest but alto the most memory consuming method)
-
Aug 13th, 2003, 02:30 PM
#2
well those properties are read-only and apart from setting them with api's i cant see that they can have been affected by anything you did. having said that , has the richtextbox been set to read-only or anything?
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Aug 13th, 2003, 02:31 PM
#3
Originally posted by dynamic_sysop
well those properties are read-only and apart from setting them with api's i cant see that they can have been affected by anything you did. having said that , has the richtextbox been set to read-only or anything?
No it hasn't. I've been coding an editor for in my spare time just to elarn VB more and I have been doing others things to the program that I actaully ahven't even TOUCHED the textbox's properties or anything.... so I am to why it stopped working...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|