Results 1 to 2 of 2

Thread: CommonDialog Conversion [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member Rattlerr's Avatar
    Join Date
    Jul 2005
    Location
    FloralCity,Florida
    Posts
    269

    Resolved CommonDialog Conversion [RESOLVED]

    I need some help with syntex for the CommonDialog I know "With" isnt used in C# but i'm converting an old VB6 App to the C#.NET 2005

    VB Code:
    1. With CommonDialog
    2.   .Filename = ""
    3.   .DialogTitle = "Load bots List"
    4.   .Filter = "All Supported Types|*.txt"
    5.   .ShowOpen
    6.    If .FileName = "" Then Exit Sub

    If someone could help me convert this I'd appreciate it..Been trying too look it up on msdn with no luck..thxs in advance
    Last edited by Rattlerr; Jan 31st, 2006 at 12:55 AM.

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