i am using the following code and it works fine
Private Sub CboTSF_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me.CboTSF.SetFocus
Me.CboTSF.Dropdown
End Sub
The problem with this code is as I move mouse on the combo box it drops down (Which It should) butt i want to add a code so when I move the mouse pointer away from combo box, the drop down list of combo box is closed.