au3scr Posted November 11, 2007 Posted November 11, 2007 I cant find command for undo but i cant find command for redo _GUICtrlEdit_Undo and other problem too.. i can use it only once . and then it turns to redo, but it need use undo several times Can anyone help me with that please?
TurionAltec Posted November 12, 2007 Posted November 12, 2007 I cant find command for undo but i cant find command for redo_GUICtrlEdit_Undoand other problem too.. i can use it only once . and then it turns to redo, but it need use undo several timesCan anyone help me with that please?To do redo, try using WinMenuSelectItem ( "title", "text", "&Edit" , "&Redo" )Or in the case of MS office:send("^y")How many undos are supported would be up to the application. eg: Whether they support only one, or have a long history.
DjDeep00 Posted November 12, 2007 Posted November 12, 2007 @au3scr...Just use _GUICtrlEdit_Undo to redo whatever u used to undo.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now