OK i have been looking for some help on a program i am writing i am supposed to use a folderbrowserdi alog but i cant seem to get it to let me search with it and then save to a new place can some one help
Folderbrowserdialog Search
Collapse
X
-
Tags: None
-
Is this for a school assignment? What version of VB is it?Originally posted by computerenigma1 3OK i have been looking for some help on a program i am writing i am supposed to use a folderbrowserdi alog but i cant seem to get it to let me search with it and then save to a new place can some one help -
if this is a school assignment then first try it by urselfOriginally posted by computerenigma1 3OK i have been looking for some help on a program i am writing i am supposed to use a folderbrowserdi alog but i cant seem to get it to let me search with it and then save to a new place can some one help
and still u'v enay problem then ask usComment
-
-
we are wanting to get a windows app like a web app here http://www.xefteri.com/articles/show.cfm?id=16 just having problems cause it isn't wokringComment
-
If you're working in ASP.Net then I think you'll probably find more help in the ASP forum and/or .Net forum. There are people here in VB who are willing to help out, but there's probably not the same level of experience.Originally posted by computerenigma1 3we are wanting to get a windows app like a web app here http://www.xefteri.com/articles/show.cfm?id=16 just having problems cause it isn't wokringComment
-
No this is for a windows app but i was to use the web version as a guideOriginally posted by Killer42If you're working in ASP.Net then I think you'll probably find more help in the ASP forum and/or .Net forum. There are people here in VB who are willing to help out, but there's probably not the same level of experience.Comment
-
Just use the FolderBrowserDi alog from your toolbox. It will go into the tray below your form. Select it and press F1 for help. At the bottom, click on FolderBrowserDi alog Class. There is an example there. Or see http://msdn2.microsoft.com/en-us/lib...serdialog.aspxOriginally posted by computerenigma1 3No this is for a windows app but i was to use the web version as a guide
HTH --SamComment
-
-
What .NET are you using: 2003 or 2005? What language? Are you saying that there is no FolderBrowserDi alog in your toolbox? (Right-click, sort alphabetic may help you locate it) If you right-click on the Toolbox and select Choose Items..., then on the NET tab, scroll-down, and in the F's you should have FolderBrowserDi alog and it should be checked. If it is missing, then you probably need to reinstall .NETOriginally posted by computerenigma1 3tried the .net and there is no help thereComment
-
i am using 2005 and i have a folderbrowserdi alog on my form i just cant get it ti code right to search through a directory for a certain file type and if it finds it move it to a new location
plus i have a check box for where it searches sub directories tooComment
-
OK, what language? VB, C#,... ?Originally posted by computerenigma1 3i am using 2005 and i have a folderbrowserdi alog on my form i just cant get it ti code right to search through a directory for a certain file type and if it finds it move it to a new location
plus i have a check box for where it searches sub directories tooComment
-
Comment