Hi, I have two forms in my application. I created an instance of one in the other e.g. FileBrowse browse = new FileBrowse();
Then, I call browse.show() and the form appears. In the class FileBrowse, I have a few buttons etc. One such button opens a file dialog to the user. When do I invoke the broswe.btnBrowse(rtb1) in my other form?
Help is appreciated.