|
Subject:
|
Create list of logical drives in combobox
|
|
Posted By:
|
bcmaverik
|
Post Date:
|
1/30/2004 11:39:24 AM
|
I want to create combobox in which user can select disk he wants to do things on.
i know how to get them in string but i don't know how to put them in combobox.
Please help
|
|
Reply By:
|
jrwlkn
|
Reply Date:
|
1/30/2004 1:40:05 PM
|
What type of application will be running this?
John
|
|
Reply By:
|
marcostraf
|
Reply Date:
|
1/30/2004 1:40:34 PM
|
use the AddItem method of thr combobox: for i = 0 to numdisk-1 combo.additem diskName(i) next Can't you just use the driveListBox?
Marco
|
|
Reply By:
|
bcmaverik
|
Reply Date:
|
1/30/2004 1:47:15 PM
|
i'm making a program that will search for doc documents and display them in listbox
i made an error posting this here it should be in vb.net thats why i don't have driveListBox
could a mod please move it
|