kcd-clan Posted April 21, 2006 Posted April 21, 2006 GUICtrlSetOnEvent(Send("{ENTER}"), "sendit") Visit mEMy programs made.Iul - IulG-V Console - G-V Console_RandomLetter - _RandomLetter()Saftey Kill - Saftey Killcolorzone() = colorzone()
Uten Posted April 21, 2006 Posted April 21, 2006 GUICtrlSetOnEvent(Send("{ENTER}"), "sendit")Don't you nead to replace Send("{ENTER}") with a $controlID ? Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
AutoChris Posted April 25, 2006 Posted April 25, 2006 GUICtrlSetOnEvent(Send("{ENTER}"), "sendit")I think what you are looking for is either HotKeySet or _IsPressed. Or you may want to put $BS_DEFPUSHBUTTON in your GUICtrlCreateButton() function.
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