i am currently working on an App for Win CE 5.0 and every Form start on my device with a bar over every object on my form. Does anyone know something about this? Better how to remove it...

enter image description here

有帮助吗?

解决方案

That's a Form MainMenu with no items in it. Just remove the MainMenu item from each of the Forms (or the base Form if they all derive from a common parent).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top