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. C / C++ / MFC
  4. From C++ Windows Forms

From C++ Windows Forms

Scheduled Pinned Locked Moved C / C++ / MFC
c++winformstutorialquestion
3 Posts 3 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.
  • W Offline
    W Offline
    wael_r
    wrote on last edited by
    #1

    I'm tring from form1 to click on a button to open another form2 ex:Form1: private: System::Void button1_Click(System::Object * sender, System::EventArgs * e) { TestForm *f= new TestForm(); f->Show(); } when i press this button again the same form2 will open again. How to prevent this? any solution please.

    A S 2 Replies Last reply
    0
    • W wael_r

      I'm tring from form1 to click on a button to open another form2 ex:Form1: private: System::Void button1_Click(System::Object * sender, System::EventArgs * e) { TestForm *f= new TestForm(); f->Show(); } when i press this button again the same form2 will open again. How to prevent this? any solution please.

      A Offline
      A Offline
      ashukasama
      wrote on last edited by
      #2

      use ShowDialog

      1 Reply Last reply
      0
      • W wael_r

        I'm tring from form1 to click on a button to open another form2 ex:Form1: private: System::Void button1_Click(System::Object * sender, System::EventArgs * e) { TestForm *f= new TestForm(); f->Show(); } when i press this button again the same form2 will open again. How to prevent this? any solution please.

        S Offline
        S Offline
        Stuart Dootson
        wrote on last edited by
        #3

        How about posting in the correct forum[^], where people are more likely to know the answer, as it's to do with Managed C++/CLI, you know, like you'll find in the correct forum[^]?

        Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

        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