Dieuz Posted April 15, 2007 Posted April 15, 2007 (edited) Is it possible to create a combo that the selection will be pictures. If yes how could I do that? Is there any style like $BS_BITMAP but for combos? Edited April 16, 2007 by Dieuz
Dieuz Posted April 16, 2007 Author Posted April 16, 2007 I tried this but it doesnt work. ;This doesnt work $combo = GUICtrlCreateCombo ("", 350,30,15,15, $CBS_BITMAP) GUICtrlSetImage($combo, @ScriptDir & "\Image.bmp")
Dieuz Posted April 16, 2007 Author Posted April 16, 2007 (edited) Grrrr, I'm sure there is a way to do it!What Im trying to do is this: (scrolldown) Can someone help me doing a combo like this or maybe a workaround that will let the user decide wich image he want. Edited April 16, 2007 by Dieuz
Paulie Posted April 16, 2007 Posted April 16, 2007 Grrrr, I'm sure there is a way to do it!What Im trying to do is this: (snipCan someone help me doing a combo like this or maybe a workaround that will let the user decide wich image he want.You could do a combobox with the name of the picture and then a "preview" next to it...other than that, i don't know how to do it...
Dieuz Posted April 16, 2007 Author Posted April 16, 2007 There's no Gui options that could do the same things as combo? because a preview wont really work in my case...
DjDeep00 Posted April 16, 2007 Posted April 16, 2007 You could play around and use the Treeview control with checkboxes and images. Thats the closest you are gonna get.
Dieuz Posted April 16, 2007 Author Posted April 16, 2007 (edited) I think Im gonna use Guictrlcreatepic and make a button that will change the picture. Edited April 16, 2007 by Dieuz
Valuater Posted April 16, 2007 Posted April 16, 2007 (edited) I did something like this...when you choose the pic and then click the button, the whole GUI changes to the pic color and styleEzSkin 1-2-38) Edited April 16, 2007 by Valuater
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now