Like Cor said, it won't work. myform has not been instantiated to anything
since you only delcared it's type, not an instance of the type. This is
pretty basic so you should be able to figure it out from here.
"Darious Snell" wrote:
I started doing some additional debugging and it may be that there is a problem loading
forms in the threading model that is in use in my solution, not in the manner I was
passing datasets around with.