View Single Post
  #1  
Old 02-06-2010, 02:55 PM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default Passing strings from one Form to another in Visual Basic Express 2008?

I am using a TextBox control on one form to accept a directory name and trying to use it on a second form to find the number of files in that directory (filecnt = My.Computer.FileSystem.GetFiles(Form1.txtLocallyAr chivedJpg). I receive the following error whenever I try and use the directory...
__________________
Website Development
Domain Name Forum
Reply With Quote