Results 1 to 2 of 2

Thread: form.show problem

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    22

    form.show problem

    In vb 6
    form.show vbmodal


    so what is the code in vb.net?

    dim myform as new form1
    myform.show vbmodal

    is not work for me?
    any one know the code?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: form.show problem

    Like this :

    VB Code:
    1. Dim frm2 As New Form2()
    2. frm2.ShowDialog()

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