473,387 Members | 1,876 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

old style combobox

As much as 10 years ago we had a combobox that would display, in a
dropdownlist (not a dropdown where you can enter code in a textbox element
of the cbox), a series of items that would be accessible by striking keys in
sequence. So you would strike 'b', 'e', 'r', 'n' and you would get to
'bernie' not 'norman', and not 'bat' if 'bat' were followed by 'bernie' in
the list.

I have yet to find this simple functionality in vb .net, not in the standard
combobox, not in Infragistics, not in C1, not anywhere. Wherever I have
been sent, the cbox is flawed. Why can't this be done?

Anyone know of a combobox that will solve this simple problem - please don't
send me after flawed code, like 'it works except....; or 'it works but you
have to follow the keystrokes by striking the tab key (didn't have to 10
years ago).

Thanks for any help.

Bernie Yaeger


Nov 20 '05 #1
4 1508
Hi,

http://www.thecodeproject.com/vb/net...e_combobox.asp

Ken
-------------------
"Bernie Yaeger" <be*****@cherwellinc.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
As much as 10 years ago we had a combobox that would display, in a
dropdownlist (not a dropdown where you can enter code in a textbox element
of the cbox), a series of items that would be accessible by striking keys in sequence. So you would strike 'b', 'e', 'r', 'n' and you would get to
'bernie' not 'norman', and not 'bat' if 'bat' were followed by 'bernie' in
the list.

I have yet to find this simple functionality in vb .net, not in the standard combobox, not in Infragistics, not in C1, not anywhere. Wherever I have
been sent, the cbox is flawed. Why can't this be done?

Anyone know of a combobox that will solve this simple problem - please don't send me after flawed code, like 'it works except....; or 'it works but you
have to follow the keystrokes by striking the tab key (didn't have to 10
years ago).

Thanks for any help.

Bernie Yaeger

Nov 20 '05 #2
Cor
Hi Bernie,

I also saw some code from which I thought: Is that real the solution for
this?

I have seen ver few documented bugs from the dotnet combobox textbox, while
we all who are active in the dotnet newsgroups have seen that there are
often problems with is.

However there is one documented and that is the one which says that the
first character entered in a combobox textbox is not correct processed.
After the second one it will it says. (But the text is not clear for me if
that will be always correct or everytime again false when done).

I would make you attent on that because I think it has to do with your
problem.

Cor
Nov 20 '05 #3
Hi Ken,

Tx - I have the code and I'm just about to play around with it.

Tx again for your help.

Bernie
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:un**************@TK2MSFTNGP11.phx.gbl...
Hi,

http://www.thecodeproject.com/vb/net...e_combobox.asp

Ken
-------------------
"Bernie Yaeger" <be*****@cherwellinc.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
As much as 10 years ago we had a combobox that would display, in a
dropdownlist (not a dropdown where you can enter code in a textbox element of the cbox), a series of items that would be accessible by striking keys
in
sequence. So you would strike 'b', 'e', 'r', 'n' and you would get to
'bernie' not 'norman', and not 'bat' if 'bat' were followed by 'bernie'

in the list.

I have yet to find this simple functionality in vb .net, not in the

standard
combobox, not in Infragistics, not in C1, not anywhere. Wherever I have
been sent, the cbox is flawed. Why can't this be done?

Anyone know of a combobox that will solve this simple problem - please

don't
send me after flawed code, like 'it works except....; or 'it works but you have to follow the keystrokes by striking the tab key (didn't have to 10
years ago).

Thanks for any help.

Bernie Yaeger


Nov 20 '05 #4
Hi Cor,

Thanks for your reply, as always. I did find some code that might solve the
problem; working on it now.

Tx again,

Bernie

"Cor" <no*@non.com> wrote in message
news:ed**************@TK2MSFTNGP09.phx.gbl...
Hi Bernie,

I also saw some code from which I thought: Is that real the solution for
this?

I have seen ver few documented bugs from the dotnet combobox textbox, while we all who are active in the dotnet newsgroups have seen that there are
often problems with is.

However there is one documented and that is the one which says that the
first character entered in a combobox textbox is not correct processed.
After the second one it will it says. (But the text is not clear for me if
that will be always correct or everytime again false when done).

I would make you attent on that because I think it has to do with your
problem.

Cor

Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bhom | last post by:
I am trying to create a grid on a form that looks like the 'Split Transaction' grid in Quicken - it allows drop down controls in various cells of grid to make a selection, and then stores the text...
1
by: David | last post by:
Hello, I would like to change the style of a specific column in a DataGrid - into a ComboBox. Namely, when the user selects that specific column (in any row), he will see a ComboBox which is...
0
by: David | last post by:
Hello, I practice C#, and I would like to change the style of a specific column in a Windows Forms DataGrid - into a ComboBox. Namely, when the user selects that specific column (in any row), he...
1
by: Morten Wennevik | last post by:
Like a Button and RadioButton has a FlatStyle and a TextBox has a BorderStyle, is it possible to set a ComboBox to appear in the same way? No 3D borders. -- Using M2, Opera's revolutionary...
16
by: Mike L | last post by:
This is for a Win form. My combo box DropDownStyle is set to simple. When the user types in a 3 character string in the combo box, the closest item in the collection is shown, right below where...
8
by: Bernie Yaeger | last post by:
As much as 10 years ago we had a combobox that would display, in a dropdownlist (not a dropdown where you can enter code in a textbox element of the cbox), a series of items that would be...
0
by: Ben Coats | last post by:
Hey I'm trying to find code for an Explorer-style Directory ComboBox. (You know, it display "Desktop", "My Computer", all drives, etc., but it has a treeview control inside the combobox so that you...
4
by: Ben Coats | last post by:
Hey, I'm trying to find code for an Explorer-style Directory ComboBox. (You know, it display "Desktop", "My Computer", all drives, etc., but it has a treeview control inside the combobox so that...
1
by: Henry Jan | last post by:
Hi All, I want to create ComboBox and ListBox control with MAC style as this one on .NET: http://www.econtechvn.com/en/macuisuite_detail.htm However, it's really difficult with the...
4
by: GS | last post by:
in visual studio 2005 express VB I found mention of drop style for listbox but so far my searches came up empty as to how and what they are. I was to set height and I figure I can probably do...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.