|
-
Jun 22nd, 2006, 03:36 AM
#1
Thread Starter
Junior Member
[2005] Hi ppl - Open dir [RESOLVED]
hi all...
i have a form With:
Button1
listbox1
listbox2
wath i need is wen i click my button open the thir:
("C:\Programs\ "+ listbox1.Selecteditem) ---- this work fine
but if i need
("C:\Programs\" + listbox1.selecteditem + listbox2.selecteditem )
supose i have a selected item in listbox1 -- EXP and i have other in listbox2 -- TEXT.txt, wen i click button1 i need this result:
open ("c:\Programs\EXP\TEXT.txt)
Last edited by Bruno Frade; Jun 22nd, 2006 at 04:01 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|