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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.