Jump to content

Exe issues on windows 7


Recommended Posts

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

  • Moderators

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

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

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 by Sparky90ful
Link to comment
Share on other sites

  • Moderators

Sparky90ful,

my friend has windows 7 and me xp sp3

What is the app to which you are trying to Send these keys? That might have something to do with it. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Sparky90ful,

What is the app to which you are trying to Send these keys? That might have something to do with it. :)

M23

I 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

  • Moderators

Sparky90ful,

 

yes is against the forum rules

Then what happens now will hardly come as a surprise. :naughty:

<click> (© Jos)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...