PDA

View Full Version : Combo box help please!!!



dado1
03-04-2009, 12:42 PM
I do not speak english very well, but I will try to explain my problem.

Exemple.

Settings

Item text Item data
1. a
2. b
3. c

Can I make something like tihis, that when I select the line 1 . (with text "a"), than will open some file (pdf.document 1 or word document 1 )
When I select the line 2 (with text "b"), than it will open some file (pdf.document 2 or word document 2), and same with line 3, when I select the line 3 (text "c), than will open some pdf3 or word document3.

Plesae help me!

I hope that you understand me!

azmanar
03-04-2009, 02:32 PM
Hi,

Select an item in a combo box, a pdf or doc file will open. If that is the case, yes you can. Just set the data section with the right path to the file.

NOTE:
Sometimes, we don't want to directly launch Files after selecting a Combo item. Quick fingers will cause a lot of files launching at the same time. May crash or hang the PC.

So its safer to launch a file by a Button, after an item is selected from the Combo. Just a thought.