Results 1 to 4 of 4

Thread: frm1 to frm2

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2004
    Posts
    908

    frm1 to frm2

    what is the statement to show form2 from form1 when click a cmd button in frm1?

  2. #2

  3. #3
    Addicted Member
    Join Date
    Aug 2002
    Posts
    224

    frm1 to frm2

    Hi,

    Dim f As New Form2()
    f.Show()

    Have a nice day

  4. #4
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    and just to show yet another huge variation in code:
    dim frm as new form2
    frm.show

    I suggest you rename cmd to Button1
    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!!

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