Attachment

I am trying to figure out how to create a windows form with an "attachment" button which is similiar to how the Hotmail works. Can anyone help  Thanks.

Answer this question

Attachment

  • mikejliddell

    Consider have the button launch an OpenFileDialog
    ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfsystemwindowsformsopenfiledialogclasstopic.htm

    ms-help://MS.NETFrameworkSDKv1.1/cpguidenf/html/cptskOpeningFilesUsingOpenFileDialogComponent.htm

    copy and paste these links into the .NET Framework SDK Help document explorer.

  • Attachment