Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by xpios

  1. xpios

    Accessing ListView Detail Column Data

    That was the ticket... thank you very much. I have to say the documentation is somewhat poor on how to do this. Your help is much appreciated.
  2. xpios

    Accessing ListView Detail Column Data

    Hi, This is probably a dumb question, but I just haven't found a straightforward answer to it. I have a listview running in Detail mode. Basically, it's a list of data with multiple columns of data. I know how to get the value of the first column of any record. However, sometimes I want to get...
  3. xpios

    controlling windows forms....

    Ok, thanks for the input... I've also figured out another way to get what I want. I'm still going to try your idea though to see if it works. What I did was this: in formA I open form b like this Form2 myform = new Form2(); if (myform.DialogResult==DialogResult.ok) { //if i get an ok...
  4. xpios

    controlling windows forms....

    Ok in VB and VB.net I know how to control other forms and communicate with them. For example, if I want to refresh a control on another form (formB) from formA I could write something like this in the code of formA: formB.somecontrol.requery How do you do the equivalent thing in C# windows...

Part and Inventory Search

Back
Top