ANN: FAQ Updates

  • Thread starter Thread starter Geoff Schwab [MSFT]
  • Start date Start date
G

Geoff Schwab [MSFT]

Greetings,

I am pleased to announce the following additions/modifications to the .NET
Compact Framework FAQ.

http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/faq/default.aspx


Modified:
6.17. How do I programmatically soft reset the device?
http://msdn.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#6.17

Added:
1.28. Why does installation of the PocketPC 2002 SDK fail?
http://msdn.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#1.28

5.36. How do I get notified when the user clicks on a treeview node?
http://msdn.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#5.36

5.37. How do I set the title of a fullscreen multiline edit control window?
http://msdn.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#5.37

5.38. Why don' I see the validItem selected when I set
ComboBox.SelectedValue to validItemInCollection?
http://msdn.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#5.38

12. Smartphone
http://msdn.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#12.0

12.1. Where can I get the latest Smartphone SDK?
http://msdn.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#12.1

12.2. What are the rules for smartphone menus?
http://msdn.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#12.2

12.3. Why are there disabled controls in the toolbox when creating a
Smartphone project?
http://msdn.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#12.3

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
I don't think that 2.4 (not in this post) is completely right. I can't find
a Graphics.DrawImage overload like:

g.DrawImage(bmp, 0, 0, bmp.Width, bmp.Height,GraphicsUnit.Pixel, attr);

Closest thing I find has another (2nd) parameter of Type Rectangle.

-Chris
 
Back
Top