Library : MoreComboBoxGadget (only for Windows)

Developed or developing a new product in PureBasic? Tell the world about it.
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Library : MoreComboBoxGadget (only for Windows)

Post by Denis »

Just a small lib to set color to combobox.

One commande, two way to use it :

Result.l = SetComboBoxColor (#Gadget)
Set system colors for the ComboBoxGadget

Result.l = SetComboBoxColor(#Gadget, TextColor, BackGroundTextColor, BackgroundListColor)
Changes ComboBoxGadget colors referenced by #Gadget according to the 3 parameters.

Just a problem with the non editable combobox, in that case the edit control (in fact static one) has system color. I've not found the solution yet.

English chm Help file and french one. Just select your language.


Here it is (exe file)

http://denislabarre.free.fr/Librairies/ ... t_1_00.exe

(for MorelisticonGadget lib users, no new commands yet)


Denis
A+
Denis
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Loving this Denis, excellent work..

Let us know if you ever figure out how to color individual rows in a listicon gadget (and include it in morelisticon)!

Thanks!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

Loving this Denis, excellent work..
Tks Karbon :D
Let us know if you ever figure out how to color individual rows in a listicon gadget (and include it in morelisticon)!
I'll probably take a closer look to try to do this, but i'm on an another lib to set color to Listview. May after this. :wink:

Denis
A+
Denis
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

I've corrected a possible bug in my lib MoreComboBoxGadget V 1.00

Sorry for these problem.

Here is the new version (1.10)


http://denislabarre.free.fr/Librairies/ ... t_1_10.exe


Denis
A+
Denis
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

I've corrected an another bug in my lib MoreComboBoxGadget and have added the possibility to change the color to only one parameter.

I've updated help file.
Take a look at this file for the syntax.

It's on my little site here (version 2.10) :

English :
http://denislabarre.free.fr/index_en.html

French :
http://denislabarre.free.fr/index.html

If you find bug(s), send a msg here.

Denis
A+
Denis
Post Reply