I m using VB6.
I want to increase the maximum number of charaters that an be entered in the combo box from 256(which is the default limit) to 2048.
I think it can be done using SendMessage API but i m not able to do it.
Can anyone help...