Anyone know of any good resources for VB.NET and the compact framework?

The MSDN almost always includes nothing but examples of C# or despite my CF filter I get articles that only apply to the full .net framework.

I am trying to create a multiple form application but I want the first form to close when the second opens. I am sure this is a novice question but I have 10 days to wait before the books I ordered get here =)

The only example I found, which apparently is a nice example, is purely in C# of course.