I have a form that I open using
dim frm as new FrmMain()
frm.show
from that form I open another form
dim frm as new FrmEdit()
frm.show
now how do i change the controls on the first form from the second form?
|
Results 1 to 3 of 3
Thread: Forms and controlsThreaded View
|
Click Here to Expand Forum to Full Width |