How to write an "Undo" program in VB6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • monkey3333sg
    New Member
    • Sep 2006
    • 4

    #1

    How to write an "Undo" program in VB6

    I would like to add an "undo" button in my programme
  • Assyst
    New Member
    • Sep 2006
    • 4

    #2
    Originally posted by monkey3333sg
    I would like to add an "undo" button in my programme

    Tell the exact scenario , So that can be able to dicuss abt that ?

    Comment

    • monkey3333sg
      New Member
      • Sep 2006
      • 4

      #3
      Originally posted by Assyst
      Tell the exact scenario , So that can be able to dicuss abt that ?
      I am using VB 6 program draw some lines and blocks. I would like to undo every single step.

      I was thinking save every step into a form, so can close it and open the previous one.

      Comment

      Working...