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

combo highlight

I have two combo control (dropdown combo type) on an SSTab form
eventhough the combo is disabled, it looks like it's highlighted (deep
blue)?
What settiong allows highlighting even if the field is disabled?

Also, is there a way on SSTab to prevent user to go to another tab?
(in my app if user is on tab 2, he is not allowed to tab to others.

Any advice is appreciated. T H A N K S !!
Apr 26 '06 #1
7 4273
> Also, is there a way on SSTab to prevent user to go to another tab?
(in my app if user is on tab 2, he is not allowed to tab to others.


This is a problem with the SSTab control.

You will need to put each tabs controls on a picturebox or frame then
show/hide them as you change tabs.

This seems to explain it fairly well:
http://www.earlsoft.co.uk/hashvb/Tabbed_dialogs

--
Dean Earley (de*********@icode.co.uk)
i-Catcher Development Team

iCode Systems
Apr 26 '06 #2
"Raoul Watson" <Wa*****@IntelligenCIA.com>'s wild thoughts
were released on Wed, 26 Apr 2006 00:12:14 GMT bearing the
following fruit:
I have two combo control (dropdown combo type) on an SSTab form
eventhough the combo is disabled, it looks like it's highlighted (deep
blue)?
What settiong allows highlighting even if the field is disabled?
There isn't one. I seem to recall someone else posting about
this phenomenon.. Anyway there must be something else going
on becuase this certainly is not a common issue.
Also, is there a way on SSTab to prevent user to go to another tab?
Disable the other tabs.

J
(in my app if user is on tab 2, he is not allowed to tab to others.

Any advice is appreciated. T H A N K S !!

Jan Hyde (VB MVP)

--
Abundance: Big party held in a bakery. (Aiken Drum)

Apr 26 '06 #3
Dean Earley <de*********@icode.co.uk>'s wild thoughts were
released on Wed, 26 Apr 2006 11:38:37 +0100 bearing the
following fruit:
Also, is there a way on SSTab to prevent user to go to another tab?
(in my app if user is on tab 2, he is not allowed to tab to others.
This is a problem with the SSTab control.


Ah.. I read it that the OP doesn't want the user to be able
to access the other tabs.
You will need to put each tabs controls on a picturebox or frame then
show/hide them as you change tabs.
Just disabling them will suffice.

J
This seems to explain it fairly well:
http://www.earlsoft.co.uk/hashvb/Tabbed_dialogs

Jan Hyde (VB MVP)

--
Abundance: Big party held in a bakery. (Aiken Drum)

Apr 26 '06 #4
>> You will need to put each tabs controls on a picturebox or frame then
show/hide them as you change tabs.


Just disabling them will suffice.


But I use the tabstrip which doesn't do the moving voodoo so i can
either show/hide them or disable them and set the ZOrder.

--
Dean Earley (de*********@icode.co.uk)
i-Catcher Development Team

iCode Systems
Apr 26 '06 #5

"Jan Hyde" <St***********@REMOVE.ME.uboot.com> wrote in message
news:rb********************************@4ax.com...
...

Disable the other tabs.


DUH! I am embarassed.. something so simple I overlooked.

Thanks for straightening me out.

The highlight baffles me because the combo is not even drawn last (i.e.
didn't
have focus at one time) --so i don't know why they're highlighted. It
doesn't do that
on regular form.
Apr 27 '06 #6
Dean Earley <de*********@icode.co.uk>'s wild thoughts were
released on Wed, 26 Apr 2006 16:34:22 +0100 bearing the
following fruit:
You will need to put each tabs controls on a picturebox or frame then
show/hide them as you change tabs.


Just disabling them will suffice.


But I use the tabstrip which doesn't do the moving voodoo so i can
either show/hide them or disable them and set the ZOrder.


Huh?

You were talking about the SSTab

Quote:
'This is a problem with the SSTab control.'


Jan Hyde (VB MVP)

--
Concentrate: A special penny postage rate available only to prisoners at federal prisons. (Stan Kegel)

Apr 27 '06 #7
"Raoul Watson" <Wa*****@IntelligenCIA.com>'s wild thoughts
were released on Wed, 26 Apr 2006 23:49:44 GMT bearing the
following fruit:

"Jan Hyde" <St***********@REMOVE.ME.uboot.com> wrote in message
news:rb********************************@4ax.com.. .
..

Disable the other tabs.


DUH! I am embarassed.. something so simple I overlooked.

Thanks for straightening me out.

The highlight baffles me because the combo is not even drawn last (i.e.
didn't
have focus at one time) --so i don't know why they're highlighted. It
doesn't do that
on regular form.


Have you done a search on google groups. I definitely
remember someone else mentioning this.


Jan Hyde (VB MVP)

--
As far as we know, our computer has never had an undetected error.

Apr 27 '06 #8

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

Similar topics

6
by: Arlie Rahn | last post by:
Does anyone know of a way (using win32s perhaps) to eliminate that focus rectangle over the selected option you see in a normal VB combo box?
0
by: John Wind | last post by:
Hello, I posted this problem in a thread on a seperate message, I'm not sure I did it right so I started a new message, sorry for any problem this has caused. This problem has me pulling my hair...
8
by: PeteCresswell | last post by:
I'm looking for some code that makes a list presented in a subform autoscroll in response to the user typing - like a combo box dropdown or a regular ListBox does. I.e. The user is looking at...
3
by: RC | last post by:
I have a form where the user enters the Model info. The user picks the Model from either a combobox or listbox which both are filled from the Models table. If the Model type isn't in the boxes,...
9
by: Bob Alston | last post by:
In 2002, "GrayJay" posted the following code: I did this in a jazz record catalogue to find composers - On a form "frmComposers" Create a text box - txtFindComposer, and add the following sub...
14
by: Gary Shell | last post by:
I have five comboboxes each has a item listed populated by hand in the IDE. Each has the text property bound to a text field in the database. When I initially fill the dataset and display the page...
4
by: Shyguy | last post by:
I have a combo box that searches for records in the database. When a name is typed in that is not in the database, Access shows a message box that says, The test you entered isn't an item in...
9
by: prakashwadhwani | last post by:
I have an unbound combo box in the form header. I have used an input mask "CCCC" 40 times to limit the max number of characters to 40. When I tab into the combo box & press a character say "K"...
6
tdw
by: tdw | last post by:
Hi, Is there a way to program the down arrow key on the keyboard to move to the next item in a combo box list? The reason I want to do this is that my "Ordered By" combo box on my form is...
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: 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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.