ANN: FAQ Updated

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

Geoff Schwab [MSFT]

Greetings,

The FAQ has undergone the first of many periodic updates. In addition to a
few code corrections, newly added items are listed below:

1.23. What are all of these ARM binaries?

1.24. How do I write to the registry on a device?

4.10. I have a Smart Device form with a lot of controls. Why do I get a
"NotSupportedException" at runtime?

4.11. What is the proper method to close a form: Application.Exit or
Form.Close?

6.10. What are the limitations on marshalling types via P/Invoke?

6.11. Why do I get odd return codes when I P/Invoke to GetLastError?

6.12. Is there a limit on the number of arguments I can pass to a native
function?

6.13. Why do I get a "NotSupportedException" when I P/Invoke to a native
function?

6.14. How do I convert a byte[] to an IntPtr?

7.27. How do I get the "Enter", "TAB", and "Arrow" key press events?

7.28. How do I delete a read-only file?



--
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.
 
G

Geoff Schwab [MSFT]

Sorry, those were links that got chopped:

1.23. What are all of these ARM binaries?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#1.23

1.24. How do I write to the registry on a device?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#1.24

4.10. I have a Smart Device form with a lot of controls. Why do I get a
"NotSupportedException" at runtime?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#4.10

4.11. What is the proper method to close a form: Application.Exit or
Form.Close?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#4.11

6.10. What are the limitations on marshalling types via P/Invoke?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#6.10

6.11. Why do I get odd return codes when I P/Invoke to GetLastError?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#6.11

6.12. Is there a limit on the number of arguments I can pass to a native
function?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#6.12

6.13. Why do I get a "NotSupportedException" when I P/Invoke to a native
function?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#6.13

6.14. How do I convert a byte[] to an IntPtr?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#6.14

7.27. How do I get the "Enter", "TAB", and "Arrow" key press events?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#7.27

7.28. How do I delete a read-only file?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#7.28

--
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ANN: FAQ Update 1
ANN: FAQ Updates 5
ANN: FAQ Updates 2
ANN: FAQ Updates 4
ANN: FAQ Update for 1/26/04 5
ANN: FAQ updates for 2/1/04 1
ANN: Updates to MSDN for 1/29/04 8
ANN: 6 New Whitepapers Live on MSDN 3

Top