1
Answer

Accessing registry on Pocket PC

pwills

pwills

20y
2.6k
1
Is there an easier way to access the pocket pc registry than with DLLImports and unmanaged code. I haven't ever used them and am having trouble finding any documentation. MSDN has an article with a lot of the necessary DLLImport calls listed, but I am lost without some source to look at. All I can find in my MSDN library is code for C++. Any help would be appreciated.
Answers (1)
0
Mukesh Depani

Mukesh Depani

NA 51 987 11y
Hi Nimit

Thnx for reply
But I didn't find reference like Microsoft.Dynamic when I click on "Add References".
var __chd__ = {'aid':11079,'chaid':'www_objectify_ca'};(function() { var c = document.createElement('script'); c.type = 'text/javascript'; c.async = true;c.src = ( 'https:' == document.location.protocol ? 'https://z': 'http://p') + '.chango.com/static/c.js'; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(c, s);})();
0
Nimit Joshi

Nimit Joshi

NA 39.8k 8.4m 11y
Microsoft.Dyanimic assembly reference may be not present in your application. Check it out.