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#
  4. Open an "About" window....

Open an "About" window....

Scheduled Pinned Locked Moved C#
3 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.
  • E Offline
    E Offline
    eggie5
    wrote on last edited by
    #1

    uh I have this form, and then I have this form called about.cs, and I have this.... private void aboutClick(object sender, System.EventArgs e) { ***OPEN ABOUT WINDOW HERE*** } could somebody please fill this in... Thanksssssss. /\ |_ E X E GG

    D 1 Reply Last reply
    0
    • E eggie5

      uh I have this form, and then I have this form called about.cs, and I have this.... private void aboutClick(object sender, System.EventArgs e) { ***OPEN ABOUT WINDOW HERE*** } could somebody please fill this in... Thanksssssss. /\ |_ E X E GG

      D Offline
      D Offline
      draco_iii
      wrote on last edited by
      #2

      What exactly are you trying to do with the Click? Do you want to close the about window? about.ActiveForm.Hide() Is this where you are trying to open the about window? Form aboutForm = new about(); aboutForm.Show(); It depends on what file the aboutClick() is in.

      E 1 Reply Last reply
      0
      • D draco_iii

        What exactly are you trying to do with the Click? Do you want to close the about window? about.ActiveForm.Hide() Is this where you are trying to open the about window? Form aboutForm = new about(); aboutForm.Show(); It depends on what file the aboutClick() is in.

        E Offline
        E Offline
        eggie5
        wrote on last edited by
        #3

        THanks... all I need was to know how to open the about form. thanks again. /\ |_ E X E GG

        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