OnlineKnowledgeRepository
OnlineKnowledgeRepository
OnlineKnowledgeRepository
Would you like to react to this message? Create an account in a few clicks or log in to continue.


For Questions and Assistance please use the proper Category.. please..
 
HomeLatest imagesSearchRegisterLog in
Welcome guys!!.. In order for you guys to post your Questions and assistance requests,, please REGISTER first.. Only members can post.. If you have requests then feel free to email ADMIN neuron or SPAMMER onatzky.. thanks!
Search
 
 

Display results as :
 
Rechercher Advanced Search
Donation box
Latest topics
» Convert signed ZD to PD
How to Check and create a folder in VB.NET EmptyThu Sep 01, 2016 7:57 pm by neuron

» Abia State Polytechnic Admission form for 2013/2014 out!
How to Check and create a folder in VB.NET EmptyTue Oct 08, 2013 9:30 am by stevejoo

» Convert ZD to SIGNED PD
How to Check and create a folder in VB.NET EmptySun Sep 08, 2013 9:22 pm by neuron

» How to Speed Up My PC
How to Check and create a folder in VB.NET EmptyTue Feb 26, 2013 9:15 am by alphysudaria143

» Hi I'm alphysudaria143
How to Check and create a folder in VB.NET EmptySun Feb 17, 2013 12:25 am by alphysudaria143

» How to Copy all the Generations of a GDG
How to Check and create a folder in VB.NET EmptyThu Oct 11, 2012 8:30 am by neuron

» Remove Duplicates in a dataset though Sort
How to Check and create a folder in VB.NET EmptyThu Oct 11, 2012 8:23 am by neuron

» how to insert data into your access database vb.net
How to Check and create a folder in VB.NET EmptyTue Aug 14, 2012 9:56 am by neuron

» how to populate combobox in vb.net during form load
How to Check and create a folder in VB.NET EmptyTue Aug 14, 2012 9:53 am by neuron

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Help
Please support me my registering to NEOBUX
advertisements
How to Check and create a folder in VB.NET Banner3
Affiliates
free forum
 



 

 How to Check and create a folder in VB.NET

Go down 
AuthorMessage
neuron
Administrator
Administrator
neuron


Posts : 38
Join date : 2009-08-06

How to Check and create a folder in VB.NET Empty
PostSubject: How to Check and create a folder in VB.NET   How to Check and create a folder in VB.NET EmptyWed Sep 02, 2009 7:08 pm

Code:


        Dim FolderBrowserDialog1 As New FolderBrowserDialog

        ' Then use the following code to create the Dialog window
        ' Change the .SelectedPath property to the default location
        With FolderBrowserDialog1
            ' Desktop is the root folder in the dialog.
            .RootFolder = Environment.SpecialFolder.Desktop
            ' Select the C:\Windows directory on entry.
            .SelectedPath = "c:\windows"
            ' Prompt the user with a custom message.
            .Description = "Select the source directory"
            If .ShowDialog = DialogResult.OK Then
                ' Display the selected folder if the user clicked on the OK button.
                txtdest.Text = .SelectedPath & "\"
            End If
        End With

Back to top Go down
https://myonlinekr.forumotion.com
 
How to Check and create a folder in VB.NET
Back to top 
Page 1 of 1
 Similar topics
-
» Copy from 1 folder to another in VB.NET
» Create shortcut of an exe or a file on desktop VB.NET
» How to know the content of a folder and get their attributes
» Check who's IPs is connected to you

Permissions in this forum:You cannot reply to topics in this forum
OnlineKnowledgeRepository :: All About PC :: Programming :: VB.NET-
Jump to: