Results 1 to 4 of 4

Thread: Making a form modal

  1. #1

    Thread Starter
    Member Aerials's Avatar
    Join Date
    Jul 2002
    Location
    Chile
    Posts
    50

    Question Making a form modal

    How do I make a form modal?

  2. #2
    Addicted Member Peter1's Avatar
    Join Date
    Aug 2002
    Posts
    166
    Pete

  3. #3
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Dim frm As New frmModal()
    frm.ShowDialog(Me)
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  4. #4

    Thread Starter
    Member Aerials's Avatar
    Join Date
    Jul 2002
    Location
    Chile
    Posts
    50

    Red face

    Originally posted by MrPolite
    Dim frm As New frmModal()
    frm.ShowDialog(Me)
    oh thats what u meant...
    aa! lol

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