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. Windows Forms
  4. i am asking for answers and not lectures from you guys

i am asking for answers and not lectures from you guys

Scheduled Pinned Locked Moved Windows Forms
help
6 Posts 4 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.
  • I Offline
    I Offline
    imak
    wrote on last edited by
    #1

    forget about this forum to get any help; its useless

    D T 2 Replies Last reply
    0
    • I imak

      forget about this forum to get any help; its useless

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      ...

      I 1 Reply Last reply
      0
      • D dan sh

        ...

        I Offline
        I Offline
        imak
        wrote on last edited by
        #3

        I am iterating through all properties for all controls on that form but the properites related to extendercontrol just not dispalyed here, although when I go to Visual stuio designer, these propeties are showing up for each individual control within that form and I am just wondering if there is something wrong I am doing with reflection code.

        ControlCollection Controls = (ControlCollection)this.Controls;
        foreach (Control ctl in Controls)
        {
        Type t = ctl.GetType();

                    PropertyInfo\[\] PIs = t.GetProperties();
                    foreach (PropertyInfo PI in PIs)
                    {
                        Console.WriteLine(PI.Name);
                    }
                }
        
        L 1 Reply Last reply
        0
        • I imak

          I am iterating through all properties for all controls on that form but the properites related to extendercontrol just not dispalyed here, although when I go to Visual stuio designer, these propeties are showing up for each individual control within that form and I am just wondering if there is something wrong I am doing with reflection code.

          ControlCollection Controls = (ControlCollection)this.Controls;
          foreach (Control ctl in Controls)
          {
          Type t = ctl.GetType();

                      PropertyInfo\[\] PIs = t.GetProperties();
                      foreach (PropertyInfo PI in PIs)
                      {
                          Console.WriteLine(PI.Name);
                      }
                  }
          
          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          imak wrote:

          Its not a repost

          Then add the extra information to your original question, do not delete it and start a new thread.

          It's time for a new signature.

          I 1 Reply Last reply
          0
          • L Lost User

            imak wrote:

            Its not a repost

            Then add the extra information to your original question, do not delete it and start a new thread.

            It's time for a new signature.

            I Offline
            I Offline
            imak
            wrote on last edited by
            #5

            Richard MacCutchan wrote: Then add the extra information to your original question, do not delete it and start a new thread. just read the information provided to get that extra info

            1 Reply Last reply
            0
            • I imak

              forget about this forum to get any help; its useless

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

              No your asking us to do your work for you. D@nish gave you a perfectly valid answer: it is possible. You can't expect people here to just write the code for you, we all donate our time for free here. If you want somebody else to write your program then go and hire yourself a programmer and pay him. If you want our help you'll have to proof to us that you at the very least tried to do it yourself (so post you code and where your stuck or have an error).

              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