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. Pop Up

Pop Up

Scheduled Pinned Locked Moved Visual Basic
tutorialquestion
6 Posts 5 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
    Aparna B
    wrote on last edited by
    #1

    how to pop up a window in windows application?

    V D P 3 Replies Last reply
    0
    • A Aparna B

      how to pop up a window in windows application?

      V Offline
      V Offline
      Vimalsoft Pty Ltd
      wrote on last edited by
      #2

      hi before you post, you need to think and plan and ask your self if people will understand what you going to ask. Number one, this is the way understand your unclear question. you want to Display a form when something happened in you other form lets say you MDI, e.g when a button is clicked then you want to popup a form(Window). if so you need to understand that in .NET we are now OOPs orientated, so you have to create an object of the form that you want to display and use the show method to diplay your form. it seems you have not learned the Basic's of vb.net, i suggest you buy a book, or here is an E-book that will help. http://www.ebooknetworking.com[^] Hope it helps

      Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

      T 1 Reply Last reply
      0
      • V Vimalsoft Pty Ltd

        hi before you post, you need to think and plan and ask your self if people will understand what you going to ask. Number one, this is the way understand your unclear question. you want to Display a form when something happened in you other form lets say you MDI, e.g when a button is clicked then you want to popup a form(Window). if so you need to understand that in .NET we are now OOPs orientated, so you have to create an object of the form that you want to display and use the show method to diplay your form. it seems you have not learned the Basic's of vb.net, i suggest you buy a book, or here is an E-book that will help. http://www.ebooknetworking.com[^] Hope it helps

        Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

        T Offline
        T Offline
        Tom Deketelaere
        wrote on last edited by
        #3

        may I suggest using the 'showdialog' method (at least if I understand the OP correct)

        If my help was helpfull let me know, if not let me know why. The only way we learn is by making mistakes.

        1 Reply Last reply
        0
        • A Aparna B

          how to pop up a window in windows application?

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          You relaly need to pickup a book on VB.NET for Beginners. The ability to show another form is a very basic skill you must have in order to be successful in developing code in ANY language. Here's the documentation on two methods of showing a form, complete with examples: Form.Show method[^] Form.ShowDialog method[^]

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007

          P 1 Reply Last reply
          0
          • A Aparna B

            how to pop up a window in windows application?

            P Offline
            P Offline
            Paul Conrad
            wrote on last edited by
            #5

            Use the Show or ShowDialog method. But, you really should get a book first.

            "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

            1 Reply Last reply
            0
            • D Dave Kreskowiak

              You relaly need to pickup a book on VB.NET for Beginners. The ability to show another form is a very basic skill you must have in order to be successful in developing code in ANY language. Here's the documentation on two methods of showing a form, complete with examples: Form.Show method[^] Form.ShowDialog method[^]

              A guide to posting questions on CodeProject[^]
              Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                   2006, 2007

              P Offline
              P Offline
              Paul Conrad
              wrote on last edited by
              #6

              Seems like alot of people around here lately trying to do things beyond their apparent capabilities.

              "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

              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