C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !






Storing All Special Folder names in Combobox


Posted Date: 07 Sep 2008    Resource Type: Code Snippets    Category: VB.NET Syntax

Posted By: Initiotech       Member Level: Gold
Rating:     Points: 10



This Simple Code allows you to store a list of all special folders in a combobox

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim SpLis As Environment.SpecialFolder
For SpLis = 0 To 43
If Not Char.IsNumber(SpLis.ToString()) Then
ComboBox1.Items.Add(SpLis)
End If
Next
End Sub
[\CODE]

Regards HEFIN DSOUZA

Attachments

  • Download Sample (20740-7413-SpecialDirectoryList.rar)



  • Responses


    No responses found. Be the first to respond and make money from revenue sharing program.

    Feedbacks      
    Popular Tags   What are tags ?   Search Tags  
    Vb.net  .  Special Folder  .  

    Post Feedback


    This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
    You must Sign In to post a response.
    Next Resource: Getting The list of all Colors in Combobox
    Previous Resource: Downloading File From The internet
    Return to Discussion Resource Index
    Post New Resource
    Category: VB.NET Syntax


    Post resources and earn money!
     
    Related Resources



    dotNet Slackers   BizTalk Adaptors    Web Design

    online optimum rewards

    Contact Us    Privacy Policy    Terms Of Use