Results 1 to 2 of 2

Thread: Create another instance of form on desktop

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Dublin
    Posts
    8

    Post

    I want to creat another instance of the same form on the desktop without having to use a MDI form

    Any takers

  2. #2
    Guest

    Post

    Option Explicit

    Private Sub Command1_Click()

    Dim asd As New Form1
    asd.Show

    End Sub ' tell me if that what you need

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