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. Update parent form control status from child form [modified]

Update parent form control status from child form [modified]

Scheduled Pinned Locked Moved C#
announcement
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.
  • H Offline
    H Offline
    hemant kaushal
    wrote on last edited by
    #1

    Hi all, I m trying to create toolbar for IE . In my toolbar i had a button "Sign in" which opens a form which allow user to login. On login suceed i have to remove the sign in button from toolbar and have to show "Sign out" button on toolbar. Thanks in advance.

    modified on Wednesday, December 23, 2009 4:51 AM

    S L 2 Replies Last reply
    0
    • H hemant kaushal

      Hi all, I m trying to create toolbar for IE . In my toolbar i had a button "Sign in" which opens a form which allow user to login. On login suceed i have to remove the sign in button from toolbar and have to show "Sign out" button on toolbar. Thanks in advance.

      modified on Wednesday, December 23, 2009 4:51 AM

      S Offline
      S Offline
      Sunil Pandita
      wrote on last edited by
      #2

      Hi, What programming language are you using. In C#.net it would be done as below Form1 f=this.Owner as Form1; f.Button1.Text="Sign Out"; Where Form1 is the name of the parent that holds the sign in button with name button1. Hope this helps Thanks

      1 Reply Last reply
      0
      • H hemant kaushal

        Hi all, I m trying to create toolbar for IE . In my toolbar i had a button "Sign in" which opens a form which allow user to login. On login suceed i have to remove the sign in button from toolbar and have to show "Sign out" button on toolbar. Thanks in advance.

        modified on Wednesday, December 23, 2009 4:51 AM

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        What is your question, I don't see one.

        Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]

        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