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
K

kaiwnyt

@kaiwnyt
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Having a form name , how to show this form ?
    K kaiwnyt

    Hi, If know a form named "Form1", how to get the form object and show it ? '************************************** Dim myFormName As String="Form1" Dim myFormObject As System.Windows.Forms.Form '... 'How to get myFormObject of "Form1" ? 'How to show "Form1" ? '... '************************************** Thanks kaiwnyt

    Visual Basic tutorial question

  • How to load other forms in a windows form ?
    K kaiwnyt

    Thanks:)

    Visual Basic tutorial question

  • How to load other forms in a windows form ?
    K kaiwnyt

    :)Thanks DarkElv and Yone Low very much ! Main Form: Mainform Child Form: Form1 Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Form1.ControlBox = False Form1.FormBorderStyle = Windows.Forms.FormBorderStyle.None Form1.Dock = DockStyle.Fill Form1.MaximizeBox = False Form1.MinimizeBox = False Form1.TopLevel = False Panel1.Controls.Add(Form1) Form1.Show() Form1.BringToFront() End Sub kaiwnyt

    Visual Basic tutorial question

  • How to load other forms in a windows form ?
    K kaiwnyt

    :confused:Hi, I created a panel named "panel1" in a main form, and I tried to add one of child forms named "childForm1" to the panel by: " panel1.controls.add(childForm1) " but errors occured: "Top-level control cannot be added to a control." Can I load other forms in a windows form ? , and how ? Thank you very much kaiwnyt

    Visual Basic tutorial question
  • Login

  • Don't have an account? Register

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