Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

VB.net help

Options
  • 11-01-2005 6:16pm
    #1
    Closed Accounts Posts: 25


    Hey i'm really new to vb.net and i just got an assignment to do.
    I have to make a simple email package.
    I'm going to save each email as a text file.
    I want my main form to have buttons for each folder (inbox/outbox etc) and a display area, what i was wondering was how do you get it so when you click a button it displays the contents of a folder in the main form.
    Thanks for any help.


Comments

  • Closed Accounts Posts: 82 ✭✭cyberbob


    use the dir() function to get the contents of a folder


Advertisement