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
  1. Home
  2. General Programming
  3. Visual Basic
  4. MDI prob

MDI prob

Scheduled Pinned Locked Moved Visual Basic
questioncsharporaclehelp
2 Posts 2 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.
  • A Offline
    A Offline
    Ashwin C
    wrote on last edited by
    #1

    :confused::confused:two things: 1) im making an app in which there is a form which is also a mdicontainer ....now...i need another control box kind of thing inside this form.this control box is basically an outcome of the data wizard..so its connected to oracle. also in the control box there is a button which when clicked opens up several other forms...now the prob is all these forms that get opened after clicking the button should be children of the main MDI form. how should i do that? in the button code..what i did was dim newform as new form2() ....[this is one of the many forms to be opened up after button down] newform.mdiparent = form1() ....[form1 is the main form] newform.show() now the error is that form is supposedly of type ??!?? so the code doesnt compile 2) how do i build this application and make it run on a system which doesnt have .NET installed?

    M 1 Reply Last reply
    0
    • A Ashwin C

      :confused::confused:two things: 1) im making an app in which there is a form which is also a mdicontainer ....now...i need another control box kind of thing inside this form.this control box is basically an outcome of the data wizard..so its connected to oracle. also in the control box there is a button which when clicked opens up several other forms...now the prob is all these forms that get opened after clicking the button should be children of the main MDI form. how should i do that? in the button code..what i did was dim newform as new form2() ....[this is one of the many forms to be opened up after button down] newform.mdiparent = form1() ....[form1 is the main form] newform.show() now the error is that form is supposedly of type ??!?? so the code doesnt compile 2) how do i build this application and make it run on a system which doesnt have .NET installed?

      M Offline
      M Offline
      mikasa
      wrote on last edited by
      #2

      What!? #1.) There should not be a problem as long as your MDI Form's "MDIContainer" Property = True. #2.) You can't

      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