Sparky90ful Posted June 18, 2013 Share Posted June 18, 2013 Hy all fhirst of all i'm sorry if is another post like this but i didn't findit so that's why i'm am posting.I need a little help.I am a noob in programing but i have finished scripting a program.On my machine it work perfectly but i giveit to a friend to test it and for him doesn't work the Send comand who send some keys can anyone help me make the script fit to any windows?? i forgot to mentioned cuz my friend has windows 7 and me xp sp3.Thanks for your help and sorry if is another post like this. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 18, 2013 Moderators Share Posted June 18, 2013 Sparky90ful,Welcome to the AutoIt forum. It is always a good idea to post the code with which you are having trouble - just telling us you are using "Send" does not give us much to work on! When you post the code please use Code tags - see here how to do it - so that you get a scrolling box and syntax colouring. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Sparky90ful Posted June 18, 2013 Author Share Posted June 18, 2013 (edited) Opt("SendKeyDownDelay", 10000) Send($1) Send($11) Opt("SendKeyDownDelay", 5000) Send($2) Send($22) Opt("SendKeyDownDelay", 4000) Send ($3) Send($33) Opt("SendKeyDownDelay", 10000) Send($1) Send($11) Send($2) Send($22) Send ($3) Send($33) Send($1) Send($11) Opt("SendKeyDownDelay", 1000)Where $1 $11 $2 $22 $3 $33 are keys Thanks for welcome mesage Edited June 18, 2013 by Sparky90ful Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 19, 2013 Moderators Share Posted June 19, 2013 Sparky90ful,my friend has windows 7 and me xp sp3What is the app to which you are trying to Send these keys? That might have something to do with it. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Sparky90ful Posted June 19, 2013 Author Share Posted June 19, 2013 Sparky90ful,What is the app to which you are trying to Send these keys? That might have something to do with it. M23I undersatnd what information you are trying to obtain and yes is against the forum rules.I didn't knew why you are asking so many question and i decided to read the forum rules for understand what you are looking for......If you want to help me just tell me what can i do if not thanks anyway for you time. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 19, 2013 Moderators Share Posted June 19, 2013 Sparky90ful, yes is against the forum rulesThen what happens now will hardly come as a surprise. <click> (© Jos)M23 Bert 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts