View Single Post
Old Oct 28th, 2004, 7:07 PM   #2
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 6 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
! Make it bigger...
cboGenConUnit1.height = whatever

cboGenConUnit1.index = 1 ! This references the index of the
             ! array of items in the textbox...
             ! 1st(1), 2nd(2), etc...

Hope this helps
__________________

tempest is offline   Reply With Quote