473,385 Members | 1,732 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,385 software developers and data experts.

can I have a Combo Box without the arrow?

I want my form to LOOK cool. Can I have a Combo Box without the arrow? Or at lease the features of a Combo Box with VBA code to perform the same actions?
I want the field to auto fill like a combo box and if needed to pull up a list.
I could put code in OnUpdate for auto fill and OnClick for a list. What code should I use?
Aug 5 '10 #1

✓ answered by Stewart Ross

Short answer is no - the down-arrow of the combo control is not optional and cannot be made invisible. Why spend time re-developing what works perfectly well already with something that does not fit current Windows conventions?

-Stewart

2 7207
Stewart Ross
2,545 Expert Mod 2GB
Short answer is no - the down-arrow of the combo control is not optional and cannot be made invisible. Why spend time re-developing what works perfectly well already with something that does not fit current Windows conventions?

-Stewart
Aug 6 '10 #2
@Daniel Yantis
the Appearance is everything, and this will look like what you want.....

Stack 1 text box (Visible = Yes) and one combo box (Visible = no) both boxes with same size and positions, use script onenter of textbox to make the combobox.visible = true/Yes, set focus to combobox and textbox.visible to false/No.
You can also set the combo box to auto expand (using script at this point and have it fill with an updated row source ("combobox.rowsource =" per the event)

onexit event of combobox Reset Visible of textbox to Yes/True set focus to textbox and hide combobox.visible = false.
this should get the job done in a manner that you want....
Mar 29 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Mike | last post by:
I have a combo box and a text box. Text to be display will be contigent upon what is selected via the combo box. How do I do this? I put the following code in the text box object: var a =...
4
by: Todd Cary | last post by:
I have these links on a page <a href="dsc_0447.htm"></a> &nbsp; <a href="dsc_0449.htm"></a> and I would like to have the right arrow and left arrow do the same as the links. How can I do...
1
by: Hank | last post by:
On various forms I have combo boxes with preloaded selections. I click the down arrow to display the choices. On some of the boxes, if I type the first letter of the selection (Lets say "C") then...
3
by: Jareckipw | last post by:
Hello I have one problem in vba. I have combo box, which has for example 3 columns. Then I want to add items to suitable columns without using ";" separator. cmb_name.additem "string1" + ";"...
2
by: berylwilson | last post by:
Hi all, I have an MDI application, where the user can have more than one child windows. Im trying to have a cursor for each child window and the position of the cursor has to be synchronized...
9
by: Edwinah63 | last post by:
Hi everyone, Please let there be someone out there who can help. I have two BOUND combo boxes on a continuous form, the second being dependent on the first. I have no problem getting the...
6
by: MLH | last post by:
Am interested in larger fonts in controls. Combo boxes, no matter how you size them and their font, have tiny little hard-to-hit dropdown buttons on the right end. Is it possible/practical to...
6
by: John J. | last post by:
In my combo's list I have for instance these values: AbcdX AbcdY When I press A in the combo, AbcdX gets selected though I need AbcdY to be selected. With Alt-ArrowDown I can dropdown the list,...
0
by: Del | last post by:
Hello and thanks for any and all assistance! I have a database that is used by several users on several different machines. The backend database is housed on a file server. Each user has a...
7
by: ncsthbell | last post by:
Working on converting some old MS2000 access applications to MS2007. I have many datasheets in the application and I have noticed that on all of them the column headers have a down arrow with...
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: 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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.