Search Results

Search found 2 results on 1 pages for 'apals'.

Page 1/1 | 1 

  • windows control library in c sharp

    - by apals
    I have just added a textbox, button, label to validate ID of 12 characters. The library is called check_ID. It works fine. The only problem is i have to access the forecolor of label, backcolor of textbox , forecolor of button as per color scheme of the project. But it seems that none of the properties of the objects in check_ID are available for modification. I have even changed the modifier to public of all objects by repoening the check_ID project. Is there another way to access the properties of these objects that are created using windows control library?. A very big thanks in advance.

    Read the article

  • calling method of parent form in c#

    - by arvind
    Hi, i have opened a mainform and call a child form like Form4 f = new Form4(); f.Owner = this; f.Show(this); in form4, user selects a text file, the contents of which are to be displayed in a textBox1 of mainform i was trying something like Owner.textBox1.Text = "file contents"; but it does'nt work thanks in advance apals

    Read the article

1