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. How to create a popup window in Visual Studio 2005?

How to create a popup window in Visual Studio 2005?

Scheduled Pinned Locked Moved Visual Basic
tutorialquestioncsharpvisual-studiohelp
2 Posts 2 Posters 3 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.
  • F Offline
    F Offline
    frossie
    wrote on last edited by
    #1

    Hi all, i have a problem here, can anyone please guide me more? I want to click on a title which will link itself to open a pop up window that shows a checklist of things. How can i go about writing the codes to make a window pop up with all the contents i want inside? Thanks in advance for taking up your time.

    frossie

    N 1 Reply Last reply
    0
    • F frossie

      Hi all, i have a problem here, can anyone please guide me more? I want to click on a title which will link itself to open a pop up window that shows a checklist of things. How can i go about writing the codes to make a window pop up with all the contents i want inside? Thanks in advance for taking up your time.

      frossie

      N Offline
      N Offline
      Nouvand
      wrote on last edited by
      #2

      Just create the popup form and put your contents(such as checkbox, etc). Remember your new form's name. Example: frmPopup In Designtime.. doubleclik the title you to assign as triger to popup your content form. in Click procedure just add a single code: frmPopup.Show () Thats all..

      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