Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(Solved)...Disable Enter for Dialog buttons
#1

Ok I have a dumb question, how do you make a dialog button so that the enter cant trigger it? other than disabling it.


Code:
Copy      Help
4 Button 0x54032000 0x0 24 100 48 14 "Button"

Changing the tabstop works but only if you dont click the button and put it in focus.

Code:
Copy      Help
4 Button 0x54022000 0x0 24 100 48 14 "Button"
#2
Don't know but it should be possible.
#3

I got it. :mrgreen:


Code:
Copy      Help
sel wParam
,case 4 ifk (VK_RETURN);ret
,out 1


Forum Jump:


Users browsing this thread: 1 Guest(s)