Folderbrowserdialog Search

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • computerenigma13
    New Member
    • Mar 2007
    • 36

    Folderbrowserdialog Search

    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
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by computerenigma1 3
    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
    Is this for a school assignment? What version of VB is it?

    Comment

    • vijaydiwakar
      Contributor
      • Feb 2007
      • 579

      #3
      Originally posted by computerenigma1 3
      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
      if this is a school assignment then first try it by urself
      and still u'v enay problem then ask us

      Comment

      • computerenigma13
        New Member
        • Mar 2007
        • 36

        #4
        no its for work and we are using .Net this is thefirst time anyone here has attempted it

        Comment

        • computerenigma13
          New Member
          • Mar 2007
          • 36

          #5
          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 wokring

          Comment

          • Killer42
            Recognized Expert Expert
            • Oct 2006
            • 8429

            #6
            Originally posted by computerenigma1 3
            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 wokring
            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.

            Comment

            • computerenigma13
              New Member
              • Mar 2007
              • 36

              #7
              Originally posted by Killer42
              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.
              No this is for a windows app but i was to use the web version as a guide

              Comment

              • Killer42
                Recognized Expert Expert
                • Oct 2006
                • 8429

                #8
                Originally posted by computerenigma1 3
                No this is for a windows app but i was to use the web version as a guide
                The .Net suggestion still applies, though.

                Comment

                • SammyB
                  Recognized Expert Contributor
                  • Mar 2007
                  • 807

                  #9
                  Originally posted by computerenigma1 3
                  No this is for a windows app but i was to use the web version as a guide
                  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.aspx
                  HTH --Sam

                  Comment

                  • computerenigma13
                    New Member
                    • Mar 2007
                    • 36

                    #10
                    tried the .net and there is no help there

                    Comment

                    • SammyB
                      Recognized Expert Contributor
                      • Mar 2007
                      • 807

                      #11
                      Originally posted by computerenigma1 3
                      tried the .net and there is no help there
                      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 .NET

                      Comment

                      • computerenigma13
                        New Member
                        • Mar 2007
                        • 36

                        #12
                        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 too

                        Comment

                        • SammyB
                          Recognized Expert Contributor
                          • Mar 2007
                          • 807

                          #13
                          Originally posted by computerenigma1 3
                          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 too
                          OK, what language? VB, C#,... ?

                          Comment

                          • computerenigma13
                            New Member
                            • Mar 2007
                            • 36

                            #14
                            VB in 2005

                            Comment

                            • SammyB
                              Recognized Expert Contributor
                              • Mar 2007
                              • 807

                              #15
                              Originally posted by computerenigma1 3
                              VB in 2005
                              OK, I'll give you an example in a minute.

                              Comment

                              Working...