|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Clearing Combobox without clearing text boxIs it possible to clear a combobox without clearing the text box in
VB6. There are about 1000 items there in the combo and it is loaded from a database (manually loaded using additem method). If I am using the removeitem option the program gets very slow I am using the combo box's simple combo style. Anyone can help me? please ................... -- Hashim K.A Get the text and cursor position (SelStart, SelLen), clear the combo, then
restore the text and cursor position. Should do what you want. Robert Show quoteHide quote "Hashim" <mail.has***@gmail.com> wrote in message news:1142851054.600760.147320@t31g2000cwb.googlegroups.com... > Is it possible to clear a combobox without clearing the text box in > VB6. > There are about 1000 items there in the combo and it is loaded from a > database (manually loaded using additem method). > If I am using the removeitem option the program gets very slow > I am using the combo box's simple combo style. > > Anyone can help me? please ................... > > > > -- > Hashim K.A >
Are there alternatives to using WIN32_Find_Data?
SendMessage vs. PostMessage Best ways for reading and editing text files OT: Blew away shortcut to desktop, How to replace it?? Windows 2000 Professional search for a file using vba Timer to start my program at a certain time? How to implement Link List in VB 6.0? Run-time error 523 Question about Strings to Numbers VB Newbie |
|||||||||||||||||||||||