Click here to Skip to main content
15,896,444 members

Comments by Zack Mcintosh (Top 11 by date)

Zack Mcintosh 28-Sep-12 16:45pm View    
Never mind I reloaded the project and it fixed it
Zack Mcintosh 9-Sep-12 22:45pm View    
I got it thanks to slight help from you. It works with String.IsNullOrWhiteSpace
If String.IsNullOrWhiteSpace(item) Then
Else
ListBox1.Items.Add(item)
End If
Zack Mcintosh 7-Sep-12 1:18am View    
Just to fill you in so you can help even more. This is to work with a program called DropBox. It creates it's directory in the user's folder that installs it. I want to make a program that will look for, find, and load the file in the user's folder. Not just my folder though but on someone else's computer as well so it has to find the current user or whatever to be able to load the .txt files into a textbox so I can edit them straigt from a program instead of having to keep opening them. Would I be able to place the program in that folder and have it return the directory of that folder with the code above? That makes since to me at least.
Zack Mcintosh 6-Sep-12 15:46pm View    
Also how would you go about finding current user directory?
Zack Mcintosh 29-Aug-12 13:55pm View    
The guy is still getting the same problem.