"Name My " not declared error
Hi all
I very new programer of vb2005.Please someone help me out.
I want to display all the folders of "C:\" drive in a list box(lstbox1) using my.computer.filesystem.getdirectories("C:\") as written below .While compiling this code error massage coming "Name My not declared .." pls guid
for each strfoler as string in my.computer.filesystem.getdirectories("C:\")
lstbox1.item.add(strfolder)
next
ajay
|