Is possible to display two forms using the Compact Framework (Windows Mobile 6.1), where the first form (behind the second – GREEN) occupies the entire space (as default), while the second form (above the first – BLUE) has a distance greater than zero from the top of the screen (a Top property that does not work when I tried it)?
The following image explains what I mean:

How can I do?
Windows Mobile is not capable of displaying forms that do not take the entire screen. If you need that, you must find a device that runs Windows CE. The only thing in Windows Mobile that’s not “full screen” is a
MessageBox.As Compact Framework applications can run both on Windows Mobile and Windows CE, there is a
Topproperty for forms, which has no effect in Windows Mobile (like the other properties that usually adjust location or size).