Change Focus in Combobox' DropDown event? |
Post Reply |
Author | |
mjohn
Groupie Joined: 24 January 2011 Status: Offline Points: 24 |
Post Options
Thanks(0)
Posted: 30 May 2011 at 12:40am |
Hi. I want change the focus in ComboBox_DropDown event, but can't, How to do it?
//////////////////// Private Sub ComboBox_DropDown() Dim frm As form1 Set frm = New form1 With frm .Show vbModeless .SetFocus End With End Sub /////////////////// Above code can't make the frm get the focus. Thanks! Product: Xtreme Toolkit Version 15.0.1 Platform: Windows 7 pro Language: VB6 SP6 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |