I searched for. Net CF in the yard today and found several articlesArticleMentioned. net CF cannot implement the splash article. I have done related development in the project, so I posted a piece of Article specially to share this annoying article with you. net CF splash.
First, we create a new WM smart device application.ProgramProject, and then use the default form1 form to set its size to 192,192. Set the formborderstyle of the form to none. If you do not want to display the title of the form on the taskbar, clear the text of the form, drag a label to the center of the form, and write something at will.
My designs include:
In the form_load () event, add the followingCode:
Code
Rectangle Screen = Screen. primaryscreen. bounds;
This . Location = New Point (screen. Width - This . Width) / 2 , (Screen. Height - This . Height) / 2 );
OK, run it, and the effect is as follows:
So far, the splash of a shanzhai has come out for your reference!