473,396 Members | 1,755 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Registry .NET / CE device

Hi,

Im working on a mobile-device, where i apparently need to use opennetCF to
access the registry ? im doing my own configurator, and my first intention
was to read & write all variables in the registry.

Instead, im now considering to use simple files instead because i would like
to be independant from opennetcf - but do any of you have any alternatives
or better ideas for me how to do it in C# ?

Thanks,
Nov 16 '05 #1
4 1878
dtdev <no*****@spamnotx.it> wrote:
Im working on a mobile-device, where i apparently need to use opennetCF to
access the registry ? im doing my own configurator, and my first intention
was to read & write all variables in the registry.

Instead, im now considering to use simple files instead because i would like
to be independant from opennetcf - but do any of you have any alternatives
or better ideas for me how to do it in C# ?


If you're doing practically any serious Compact Framework development,
you're almost *bound* to need OpenNETCF. The sooner you open yourself
to using it, the easier life will be.

Seriously, I'd recommend just biting the bullet and using it.

Btw, a better place for Compact Framework questions is usually
microsoft.public.dotnet.framework.compactframework .

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #2
Hi,

It depends of what you want need,

I started a system before opennetcf was available ( or that I knew of ) and
I had to create a config of my own.
You could use something as simple as a Hashtable and store it in a text file
in the form var_name=value

Not using some of the opennetcf is silly, if the code you need is there and
is written why not use it?
I use several features from it.

cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"dtdev" <no*****@spamnotx.it> wrote in message
news:e%****************@TK2MSFTNGP15.phx.gbl...
Hi,

Im working on a mobile-device, where i apparently need to use opennetCF to
access the registry ? im doing my own configurator, and my first intention
was to read & write all variables in the registry.

Instead, im now considering to use simple files instead because i would like to be independant from opennetcf - but do any of you have any alternatives
or better ideas for me how to do it in C# ?

Thanks,

Nov 16 '05 #3
thanks, well i am fairly new to this so i wasnt sure that Opennet was
something that i should rely on - but thanks to you guys, im going for it.

Do you know if its possible to export a segment of the registry into a file
via C# ? and ultimately import it as well later on ?

Thanks for your help.
Nov 16 '05 #4
Hi,

It's free code AFAIK , you can take the piece that you need, import it in
your project as another class and voila

Nop, Don't know ifyou can export it, as Jon suggested you should check
either in opennetcf.org or inthe CF NG

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"dtdev" <no*****@spamnotx.it> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
thanks, well i am fairly new to this so i wasnt sure that Opennet was
something that i should rely on - but thanks to you guys, im going for it.

Do you know if its possible to export a segment of the registry into a file via C# ? and ultimately import it as well later on ?

Thanks for your help.

Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Omer Ahmad | last post by:
Hi All, I've been working with python for about 6 months now, and have been very impressed with the size and scope of the libraries. I have, however, run into a bit of a problem. I...
0
by: Geoff | last post by:
I am looking for a Win 2003 version of the Microsoft Storage Device Registry Cleaner Scrubber Tool. I have the one for Windows 2000 but need one that works for 2003. This is to clean the registry...
1
by: John Doe | last post by:
Hello everyone! I'm trying to develop a tool for pocket pc (windows mobile 2003) that detects if a specific exe is running and based on that makes changes to the registry. What would be the best...
8
by: rbt | last post by:
On windows xp, is there an easy way to extract the information that Python added to the registry as it was installed?
4
by: academic | last post by:
Does anyone know where in the registry the following goes? WriteProfileString("windows", "Device", DeviceLine) Or where this comes from? GetProfileString("PrinterPorts", vbNullString, "",...
3
by: Rymfax | last post by:
Hello, I was hoping someone could help me with a problem I'm having. I've got a C# app that uses several DLL Imports from setupapi.dll and others (Thanks again for the Help on those Willy). One...
4
by: Colin Priest | last post by:
I am trying to write a program to switch off serial port enumerations via the associated registry key. My code is: RegistryPermission permission = new...
8
by: Kniffel | last post by:
hi everyone I programm an ISAPI extension with embedded Visual C++ for a Windows CE device. I try to write the network settings to the registry. I am able to write the IpAdress to the registry,...
3
by: INTPnerd | last post by:
Here is some code that is not working right for me. This is designed to run on Compact Framework 1, so I cannot just use the registry classes. Obviously GetInstalledVersions() is incomplete as far...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.