1.38. Where can I get a Command shell for Pocket PC 2003 devices?
1.39. How can I get detailed information about currently running processes?
1.40. How can I remotely start an application on a Pocket PC from my desktop?
1.41. Why can't I load different assemblies with the same name?
1.43. Why don't my custom controls show up properly in the toolbox? 2. 图形
2.5. 为什么从TextBox上调用CreateGraphics会失败?
2.7. Can I set the width of a pen?
2.9. Why can't I load an image? 3. 发布
3.4. 怎样建立不受PocketPC系统约束的CAB安装文件?
3.7. How do I deploy a .NET Compact Framework Service Pack to the emulator?
3.8. How do I include SQL Server CE with my application installation?
3.9. How do I use GAPI to create a graphics engine? 4. 图形用户界面(GUI): 窗体
4.2. 什么时候用窗体的构造器?什么时候用窗体的Load事件?
4.8. 怎样制作一个浮动的窗体?好象所有的窗体总是全屏状态的。
4.10. 我有一个包含很多控件的智能设备窗体,为什么运行的时候出现"NotSupportedException"错误?
4.11. 哪个是正确关闭窗体的方法:Appplication.Exit 还是 Form.Close ?
4.13 How do I get an icon in the Pocket PC Start Menu Most Recently Used (MRU) List?
4.14 How do I center a Form on the screen?
4.15 Why can't I show a Form that has been closed?
4.16 How can I enable multiple instances of an application? 5. 图形用户界面 (GUI): 通用
5.2. TextBox.AcceptsReturn在.net精简框架下是怎样工作的?
5.3. 当数据载入ComboBox的时候,为什么SelectedIndexChanged事件没有被触发?
5.5. 为什么我不能建立右键菜单分离器?(separator)
5.6. 运行时把ImageList赋给ToolBar时,为什么图象不出现?
5.12. 如何使用.net精简框架下的MessageWindow类库?
5.15. 怎样设置DataGrid的DataSource?
5.20. 如何做一个 owner-drawn List Box?
5.22. 设置InputPanel.Enabled = true的时候为什么出现异常?
5.24. 为什么当输入字符时,NumericUpDown 和 DomainUpDown 控件不会引发 ValueChanged 和 SelectedItemChanged 事件?
5.25. 为什么NumericUpDown控件增长的值不是设置好的值?