Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Forms

Forms

Scheduled Pinned Locked Moved Visual Basic
question
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    ZeroSaine
    wrote on last edited by
    #1

    sorry i am new to this, how do i create a subform in my main form window in vs2003? thnks:sigh: Crazzy SH!T

    S M S 3 Replies Last reply
    0
    • Z ZeroSaine

      sorry i am new to this, how do i create a subform in my main form window in vs2003? thnks:sigh: Crazzy SH!T

      S Offline
      S Offline
      Sebastien Lachance
      wrote on last edited by
      #2

      Do you mean an mdi child form ? If so you can set the MdiParent of your main form to true. And in your code, create an instance of the sub form and show it. My Blog

      1 Reply Last reply
      0
      • Z ZeroSaine

        sorry i am new to this, how do i create a subform in my main form window in vs2003? thnks:sigh: Crazzy SH!T

        M Offline
        M Offline
        Malik Nasir
        wrote on last edited by
        #3

        Me.Hide() Dim F2 As New subForm() F2.ShowDialog() Me.Show()

        1 Reply Last reply
        0
        • Z ZeroSaine

          sorry i am new to this, how do i create a subform in my main form window in vs2003? thnks:sigh: Crazzy SH!T

          S Offline
          S Offline
          Syed Ali Raza
          wrote on last edited by
          #4

          DIM FRM2 AS FORM2() FRM2.SHOW()

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups