Hello :)
I've encountered a strange error developing a WinForm program with
VS2003, CF1.0 and PPC 2002 emulator...

Iv'e build a code like this:
In a empty form i request some data from a web service, then i build
programmatically a panel, then i add to form with
Controls.Add(myPanel).
This code works fine.

If i use webService async calls, i'm able to retrieve web service data,
i build correctly (i think, the code is the same of previous
operation!) the panel, but, when i call Controls.Add(myPanel), the
program throws ArgumentException in windows.forms.dll.

Any user has encountered this problem?
Thanks for any response!