Moderators Melba23 Posted May 27, 2014 Moderators Posted May 27, 2014 Lukepro2315,You need to look for the "c" being pressed and then check if the Ctrl is also pressed. 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: Reveal hidden contents 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
Lukepro2315 Posted May 27, 2014 Author Posted May 27, 2014 On 5/27/2014 at 7:25 PM, Melba23 said: Lukepro2315, You need to look for the "c" being pressed and then check if the Ctrl is also pressed. M23 What??? Doesnt exist some command on one line? Something like this? If _IsPressed("11",$hDLL) and If _IsPressed("43",$hDLL) = 1 Then
Moderators Melba23 Posted May 27, 2014 Moderators Posted May 27, 2014 Lukepro2315,What is that code but one way to do what I said? 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: Reveal hidden contents 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
Lukepro2315 Posted May 27, 2014 Author Posted May 27, 2014 On 5/27/2014 at 7:37 PM, Melba23 said: Lukepro2315, What is that code but one way to do what I said? M23 Well...how? I can find it, but it will take a while...cant u just write me some example?
Werty Posted May 27, 2014 Posted May 27, 2014 Wasnt this thread locked already ??? Some guy's script + some other guy's script = my script!
Lukepro2315 Posted May 27, 2014 Author Posted May 27, 2014 On 5/27/2014 at 7:46 PM, Werty said: Wasnt this thread locked already ??? Why?
Werty Posted May 27, 2014 Posted May 27, 2014 On 5/27/2014 at 7:49 PM, Lukepro2315 said: Why? ohh, my mistake, I confused it with this thread here... '?do=embed' frameborder='0' data-embedContent>> Some guy's script + some other guy's script = my script!
Moderators Melba23 Posted May 27, 2014 Moderators Posted May 27, 2014 Werty,As I locked the other thread, do you suppose I am unaware of its existence? At the moment the two are, in my opinion, sufficiently different that I am prepared to let this one run. Lukepro2315,Why do I need to write an example? Your code above is very nearly correct:If _IsPressed("11",$hDLL) = 1 And _IsPressed("43",$hDLL) = 1 ThenSee the difference? You first look for one key and then, if it is pressed, look for the second. 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: Reveal hidden contents 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
Lukepro2315 Posted May 27, 2014 Author Posted May 27, 2014 On 5/27/2014 at 7:52 PM, Melba23 said: Werty, As I locked the other thread, do you suppose I am unaware of its existence? At the moment the two are, in my opinion, sufficiently different that I am prepared to let this one run. Lukepro2315, Why do I need to write an example? Your code above is very nearly correct: If _IsPressed("11",$hDLL) = 1 And _IsPressed("43",$hDLL) = 1 Then See the difference? You first look for one key and then, if it is pressed, look for the second. M23 Ahaaaa Got it...sry...im bit tired. Anyway ill try that Thx
Werty Posted May 27, 2014 Posted May 27, 2014 On 5/27/2014 at 7:52 PM, Melba23 said: Werty, Yea, you missed my apology Some guy's script + some other guy's script = my script!
Moderators Melba23 Posted May 27, 2014 Moderators Posted May 27, 2014 Werty,No probs. 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: Reveal hidden contents 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
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