Re: Combobox Question

Tech-Archive recommends: Fix windows errors by optimizing your registry




"Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews@xxxxxxxxxxxxxxxxx>
wrote in message news:%237yqMXO1FHA.4032@xxxxxxxxxxxxxxxxxxxxxxx

>> Well... I don't think it's a VB Classic question. Since Combo's
> ListIndex is
>> an Integer (a 16bit, signed, VB Classic Integer that is <g>),
> he'd have a
>> hard time managing that many items anyway <g>
>
> I thought, like a TextBox, you could exceed the "normal" limits
> for a control in WinXP (maybe even Win2000)... or am I thinking of
> something else?

The actual control supports more than 32K of entries in NT-based OSes but
the VB implementation of the control still takes an Integer.


.



Relevant Pages

  • Re: Problem optaining focus when calling select in UserControl
    ... > that this is a bug, which I'm not quite sure of, then you can file a bug ... >> UserControl in the GotFocus-event of a TextBox. ... >>> The Control class uses a selection scheme which tries to find the ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Write, Move, Delete text on PictureBox
    ... Public Function WYSIWYG_TextBoxText(TB As TextBox) As String ... Simply place a Label control ... Now, whenever you want create a Label, you would just use ... Err.Raise 10001, "InitializeTextBox Subroutine", _ ...
    (comp.lang.basic.visual.misc)
  • Re: System.Windows.Forms.DateTimePicker
    ... and that is to "float" the textbox over whatever cell the user ... in my StartDate. ... Does anybody know how to put a masked textbox in a datagridview control? ... Dim dateAppt As DateTime ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • RE: Overriding TEXTBOX controls vb.net
    ... and once i create the control which is from the ... textbox in the design time, say for example border i changed, theirafter this ... then use this custom control in your projects. ... Microsoft Online Community Support ...
    (microsoft.public.vsnet.general)
  • Re: DirListBox question
    ... Private Sub Dir1_MouseDown(Button As Integer, Shift As Integer, _ ... when you point at it with the mouse cursor on the entry you wish ... clicked on (the ListIndex) is not selected. ... Windows Control Panel allows the user to swap mouse buttons. ...
    (comp.lang.basic.visual.misc)