I haven't tried this one myself, yet since these are 2.0 objects, you should be able to create new ones using something like:
Form myForm = new Form();
don't paste that code though, I haven't verified the class that Form or Screen for that matter are included. Hope this helps you get started on your search. If I have time I will take a look at the class library myself.

GL