Hello, I have a dialog in vb6 which changes the values being displayed in its parent dialog.
the x1 is displayed in txt_c1 text in parent dialog and it has a txt_1validate funtion too for the text box. Now i want to change the value of txt_c1 txtbox from child dialog and then call its validate function. But the problem is that txt_c1 is not avaible in child dialog.
Please note that i am working in vb6 in the MS VB 6.0 IDE