Images in a drop down menu (1 Viewer)

Steve_God

Registered User.
Local time
Today, 04:34
Joined
Dec 3, 2002
Messages
17
Is it possible to put images in a drop down menu, eg: instead of having "square" "circle" and "square" you could have a picture in it's place.

Thanks :)
 

Mile-O

Back once again...
Local time
Today, 04:34
Joined
Dec 10, 2002
Messages
11,316
I think he means combobox.
 

Mile-O

Back once again...
Local time
Today, 04:34
Joined
Dec 10, 2002
Messages
11,316
And unless there's an ActiveX control out there suited fot that purpose then the answer, unfortunately, is no.
 

sha7jpm

Registered User.
Local time
Today, 04:34
Joined
Aug 16, 2002
Messages
205
useful? hmmmmm

this might be off the mark a bit..

but could you not use a font such as dingbats or wingdings to pick up a square or a triangle or something else?

just make the combobox like normal..
with the letter which corresponds to the symbol in wingdings i.e. r = a rather nifty box.. with 3d shading..

the excitement is just too much....

so the table says r but the combobox on the form is formatted to wingdings...


John.
 

Mile-O

Back once again...
Local time
Today, 04:34
Joined
Dec 10, 2002
Messages
11,316
I wonder if it's purely cosmetic or the users need a picture to identify a square... :confused:
 

sha7jpm

Registered User.
Local time
Today, 04:34
Joined
Aug 16, 2002
Messages
205
not sure.. a light bulb came on in my head and thought maybe this might help.. like you say there is no other way.. but it should not matter how it is stored..

you could have a shape table with shapecode i.e. r
and then shapedescription which would be square etc etc..

of course if the users pc does not have wingdings or whatever then the whole thing goes belly up!

now children, lets have a look through the round window!
 

Not A PHB

Registered User.
Local time
Yesterday, 23:34
Joined
Oct 1, 2002
Messages
17
Images in a dropdown

While you can't place them in the drop down you could reference them and display them on your form when you select them from the drop down. Here is a simple example. Maybe it'll help.

Lance
 

Attachments

  • db1.zip
    29.6 KB · Views: 569

Steve_God

Registered User.
Local time
Today, 04:34
Joined
Dec 3, 2002
Messages
17
Thanks for that sample database :)

It's sort of what I was after but ideally the pictures would be 'on' the drop down menu (combo box).

I've tried having one table with the pictures in, and then the linking the combo box to the fields in the table, but it doesn't allow it to link to those fields.

Any other possible suggestions would be greatly appreatiated :)
 
M

mission2java_78

Guest
Steve_God said:
Thanks for that sample database :)

It's sort of what I was after but ideally the pictures would be 'on' the drop down menu (combo box).

I've tried having one table with the pictures in, and then the linking the combo box to the fields in the table, but it doesn't allow it to link to those fields.

Any other possible suggestions would be greatly appreatiated :)

This is not possible in access. You have to move up to Visual C++ or Visual Basic to have this particular control.
 

PaddyIrishMan

Registered User.
Local time
Today, 04:34
Joined
Jun 5, 2002
Messages
166
I think this is what you are looking for.

You need to add in two ActiveX Controls to your Project - an ImageCombo & an ImageList.

Here is an example which will hopefully work for you. If not it will be down to missing references.

Unfortunately I am sooo busy at the moment that this is all the help that I can give - if someone else wants to have a play with the db attached it could do with a clean up as it's a '2 minute wonder'.

Hope this helps,
Patrick.
 

Attachments

  • imagecombo97.zip
    22.2 KB · Views: 457
M

mission2java_78

Guest
Access blows up with this db.

Maybe cause I have 2k?

Not sure it just errors out and immediately closes.

I just LOVE MS ACCESS!!!
 

PaddyIrishMan

Registered User.
Local time
Today, 04:34
Joined
Jun 5, 2002
Messages
166
Attached is a 2k version with no startup form assigned to it.

I just LOVE MS ACCESS!!!

EVERYONE loves MSAccess ;)
 

Attachments

  • imagecombo2k.zip
    16.9 KB · Views: 530
M

mission2java_78

Guest
PaddyIrishMan said:
Attached is a 2k version with no startup form assigned to it.



EVERYONE loves MSAccess ;)

Nice but its ActiveX :p

:p
 
M

mission2java_78

Guest
Re: Cool!!

Not A PHB said:
Thanks Paddy!! That is a keeper! :)

Be careful with this type of control. It does not support a lot of events so you lose a lot of functionality. You can relate this pretty control to life in general, you have all these hot chica's out there...but the hottest ones are always the stuck up ones :p
 

Not A PHB

Registered User.
Local time
Yesterday, 23:34
Joined
Oct 1, 2002
Messages
17
I like the way you put that :p

Just like the hot chicas I want it mostly for the wow factor.

Lance
 
M

mission2java_78

Guest
Not A PHB said:
I like the way you put that :p

Just like the hot chicas I want it mostly for the wow factor.

Lance

lol..the wow factor.....wow you're so purdyyyyyy but at the same time you're so heartless!!!!
 

Users who are viewing this thread

Top Bottom