Hi,

In short this is what I have 2 forms formA and formB. Button on formA opens formB. FormB has a progress bar and a thread. The thread runs some code that creates a report. That code must access controls on formA e.g.

Code:
if formA.checkbox1.checked then
..
end if
In VB6 this was simply but I can't seem to figure out how to use invoke to do this.

I would greatly appreciate a detailed answer as I'm under pressure to get this work done.

Jim