Results 1 to 3 of 3

Thread: RIchTextBox.Undo()

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    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)

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    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]

  3. #3

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    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
  •  



Click Here to Expand Forum to Full Width