Simple combobox effect
Simple combobox effect
API Declarations
'place a combobox and a command button
'paste the following code
Rate Simple combobox effect
(1(1 Vote))
Combo1.SetFocus
SendKeys "%{up}"
End Sub
Private Sub Form_Load()
Combo1.AddItem "anirban"
Combo1.AddItem "jeet"
Combo1.AddItem "debayan"
Combo1.AddItem "piyali"
End Sub
Simple combobox effect Comments
No comments yet — be the first to post one!
Post a Comment