1.
You have a Windows Mobile 6.5 assembly that is shared across several applications. When you deploy the assembly, it does not install in the Global Assembly Cache (GAC). You need to ensure that the assembly installs in the GAC. What should you do?
2.
You develop a Windows Mobile 6.5 assembly. You need to give the assembly a strong name. What should you do?
3.
You are creating a form for a Windows Mobile 6.5 Professional application. The form supports the following screen resolutions: 240x320, 320x240, 480x640 and 640x480. You need to ensure that the form controls size appropriately depending on the screen resolution. You need to accomplish this task by using the fewest lines of code. What should you do?
4.
You are developing a Windows Mobile 6.5 application. You need to create a custom ownerdrawn image button control using the System.Windows.Forms.Control class and add it to a form. You need to ensure the control does not flicker. What should you do?
5.
You are developing a Windows Mobile 6.5 application. You need to ensure that the application displays the soft input panel when the user makes a specific text box active. Which event should you listen for?
6.
You are developing a Windows Mobile 6.5 application. You need to prevent users from accessing a specific control when they use a keyboard. What should you do?
7.
You are developing a Windows Mobile 6.5 application. The application includes a DataSet named myDataSet. The DataSet contains a DataTable named Products. You have a form that contains a DataGrid. You need to display the Products DataTable in the DataGrid. Which should you do?
8.
You are developing an application for Windows Mobile 6.5 devices. The application updates a ListBox control with the results of a process that synchronizes data. You implement a worker thread to handle the synchronization process, and create a delegate method in the main thread to update the ListBox control. Finally, you create an event handler to process the data. You need to ensure that the ListBox control correctly displays the worker thread results. What should you do?
9.
You are developing an application for Windows Mobile 6.5 devices. The application has a Timer object that uses the System.Threading.Timer class. You write a method named UpdateText() that sets the Text property of a TextBox control. You assign the UpdateText() method as the Timer callback method. The UpdateText() method throws an exception when setting the Text property. You need to modify the Timer callback method to ensure that the UpdateText() method can successfully set the Text property. What should you do?
10.
You are developing a Windows Mobile 6.5 application. You need to display a message balloon. Which should you use?