Jump to content
Xtreme .Net Talk

subashbtechmba

Members
  • Posts

    3
  • Joined

  • Last visited

About subashbtechmba

  • Birthday 07/07/1984

subashbtechmba's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, How to retrieve the winform controls from another Form? For Example i have winForm named as sample1,in which i want to write code for to retrieve controls of another form named as Sample2? Is It Possible? How to use control.controlcollection.find(formname)? Thanks Subash
  2. Hi, I have listview and Textbox in a winform.Listview contains more than 10 items.I want to search listview items with textbox.text values.How it is Possible? Thanks Subash
  3. Hi, I want to get the controls inside a tab page or group box which is in a windows forms in C#. Ex: foreach(Controls ctrl in tabPage1.controls) { if(ctrl is Label) { my code is here } } Above code is the written by me for accesing Label Controls in my form.But i cant retreive Label Control Because it is inside the tabpage. Is there any solution for this without specifying Groupbox1.Controls or tabpage1.controls Plesae help me with the code Thanks Subash
×
×
  • Create New...