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
H

Huzefa_Incredible

@Huzefa_Incredible
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Get the list of Controls in the windows application
    H Huzefa_Incredible

    i dont think thats possible...as for me i am creatin an application where i want to convert the whole form presented to me into an XML file and this is dynamically so i dnt knw which controls are there and in which order i just want to fetch those controls on the form in the order in which we usually put the controls ie top to bottom and left to right.. the form may have 10controls also and 50 controls also...

    .Net Developer

    C# help csharp xml

  • Get the list of Controls in the windows application
    H Huzefa_Incredible

    hey the blog for which you have created a link is in some other language then english...plz tell how to convert it in english otherwise please explain in detail as to how get the location of the controls and then add them in the xml file...Please help!!!!!!

    .Net Developer

    C# help csharp xml

  • Get the list of Controls in the windows application
    H Huzefa_Incredible

    Hi guys, I am having a problem in my application..the prob is that i wanna get the list of controls on the other form...so what i have done is that 1> I have instantiate the form of which i wanna get the Control list 2> Recurse through a foreach loop and get each control and put the details in a XML file.. Now the main prob that is arising is that the controls are comin i the form in any order(ie textbox,button,textbox etc) and i want to recurse in the order of top to bottom and left to right(ie first label then textbox then again a label and then textbox and so on). the i have implemented is Code: ( text )Form2 frm = new Form2(); foreach (System.Windows.Forms.Control ctr in frm.Controls) { .....//some codes here }
    if anyone can help plz reply and for further clarification do reply....

    .Net Developer

    C# help csharp xml
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups