Results 1 to 3 of 3

Thread: Get path to desktop???

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Posts
    142

    Get path to desktop???

    Hey all,
    Every time a new user is created, I would like to make a folder on the user's deshtop. I am having the hardest time finding how to do this. Any help would be appreciated.

    Thanks,
    bebandit

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    VB Code:
    1. Dim dt As String = Environment.GetFolderPath(Environment.SpecialFolder.Desktop)
    2.         MessageBox.Show(dt)

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Posts
    142

    worked like a charm!!!

    Thanks!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width