HI,

I am trying to make a GUI A that has many rows of data. I right click on gui A and open GUI b that edits the row in GUI A i clicked on. Then i click save on GUI B . and changes are reflected in GUI A. The I need a way to communicate between GUI A and GUI B. Any hints on what could be the most time efficient way to accomplish this

Thank you,
Regards.
Ila Agarwal

Recommended Answers

All 2 Replies

If, by GUI, you mean Form, then you can check out my tutorial here to see how to pass a reference to Form1 into Form2 allowing Form2 to pass data back to Form1.
Alternatively, you can open Form2 modally using ShowDialog() and add a public property to Form2 that Form1 can use to access the data it needs.

I hate the word GUI :@
Call it a USER INTERFACE or UI.
In the 21st century,IMHO, EVERYTHING is graphic.
Else go back a few decades and use this

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.