Using Visual C++ 2003 .NET I have Combobox. Programmatically I'm filling this Combobox with entries using the Items->Add function.
If I have 12 entries in the list only 8 of them is shown when I use the scroll-arrow at the right side of the box. Is there any way I could expand this so that all 12 entries are shown at once ?
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.