Is there a way to increase the number of items that appear in a VB6 combo control when it falls? I have about 10 items, and I would like to show them to everyone.
This code on the classic Karl Peterson website will automatically sort the combo box according to the number of elements:
http://vb.mvps.org/samples/FullDrop/
I used the code here and I can confirm that it works as advertised. If you delete the last call to SendMessage, it will not actually exit until the user clicks on it.
http://vbnet.mvps.org/index.html?code/comboapi/comboheight.htm
Source: https://habr.com/ru/post/1715251/More articles:javascript comparison array - javascriptVisual Studio Debugging Path - cC stackoverflow runtime - cData structure for cache design with efficient insertion, deletion, and extraction of the highest value - algorithmHow to add value of combobox element in string collection editor in c #? - c #CAShaperLayer -renderInContext not working? - iphonePerformance: compiling in VS, running in mono on Windows and Linux - performancetips for building my first e-commerce site - e-commerceWhat do I need to know about dynamic programming? - javaHow to add a service link to a WCF client for a web service that requires a client authentication certificate - authenticationAll Articles