Speeding up the display of .Net Compact 2.0-application
-
Hi folks! I have a Motorola/Symbol MC70 running a Compact Framework 2.0-application. The app receives commands from the network and displays custom-controls inside a panel. My problem is, that the creation of the control takes a lot of time. Are there any ideas how i could speed up this process?
-
Hi folks! I have a Motorola/Symbol MC70 running a Compact Framework 2.0-application. The app receives commands from the network and displays custom-controls inside a panel. My problem is, that the creation of the control takes a lot of time. Are there any ideas how i could speed up this process?
Hi J.Holzer, All things are depend on your Custom-Control. What approach you are using while developing, you can optimize the performance of control. While developing custom control you can follow some tips. 1) Before rendering control load all images. 2) Choose appropriated data type. 3) Use off bitmap screen. 4) Try use less property
Pavan Pareta