Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mouse on Combobox Pushbutton
#6
are you just wanting to move the mouse to the combo or open the dropdown list in the combo?

try this
using WM_TIMER adjust timer length if needs more time
Code:
Copy      Help
sel message
,case WM_INITDIALOG
,SetTimer hDlg 1 100 0 
,case WM_DESTROY
,case WM_COMMAND goto messages2
,case WM_TIMER
,sel wParam
,,case 1
,,KillTimer hDlg wParam    
,,mou 136 9 id(5 hDlg) 1 ;;combo box, push button 'Open'


Messages In This Thread
Mouse on Combobox Pushbutton - by ssimop - 07-09-2018, 04:00 AM
RE: Mouse on Combobox Pushbutton - by Kevin - 07-09-2018, 06:27 AM
RE: Mouse on Combobox Pushbutton - by ssimop - 07-09-2018, 07:32 AM
RE: Mouse on Combobox Pushbutton - by Kevin - 07-09-2018, 07:44 AM
RE: Mouse on Combobox Pushbutton - by ssimop - 07-09-2018, 07:48 AM
RE: Mouse on Combobox Pushbutton - by Kevin - 07-09-2018, 07:50 AM
RE: Mouse on Combobox Pushbutton - by ssimop - 07-09-2018, 07:57 AM
RE: Mouse on Combobox Pushbutton - by Kevin - 07-09-2018, 08:04 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)