473,327 Members | 2,090 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,327 software developers and data experts.

Get ActiveSync version

How can I get the MS ActiveSync version on PC?
Nov 15 '05 #1
1 1752
>
How can I get the MS ActiveSync version on PC?


I have ActiveSync installed on my XP machine. I found version info for
ActiveSync in the system registry (regedit.exe) at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services.
You can query the version info programmatically in C# from the reg-key by
using:

RegistryKey regkey;
regkey = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Micros oft\Windows CE
Services");

int majorVersion = regkey.GetValueNames("MajorVersion");

int minorVersion = (string)regkey.GetValue("MinorVersion);

Hope this helps.
--
Adrian Mascarenhas, Developer Division

This posting is provided "AS IS" with no warranties, and confers no rights.

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.

Nov 15 '05 #2

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

Similar topics

0
by: ttupper | last post by:
I have been looking for information on creating a custom ActiveSync conduit ot move data to/from a PPC device. I have custom data manipulation requirements and think that building a custom...
0
by: Paul Todd | last post by:
Has anyone written a C# wrapper for activesync they would like to share with me? Thanks Paul
1
by: benjamin piraud | last post by:
I would like to use ActiveSync to synchronize a WinCe running PC with an XP running PC, in a C# program. But it seems it is quite unusual ; I found no example for such a case on the Web. Is it...
5
by: Paul Aspinall | last post by:
Can anyone provide any pointers or code examples for Coding an app to use ActiveSync to sync between SQL CE and SQL 2000 / MSDE I want the app to use ActiveSync and to be a Windows form app on...
1
by: Ramón | last post by:
I usually use ActiveSync by launching by means of Process.start(string path) and I would like to use another smarter way. I do not know if there is an ActiveSync API available for this. Thanks,...
0
by: Pascal Berger | last post by:
I've an application written using CF 1.1 that needs to call a WebService running on some computer in the LAN. Generally this works fine. But sometimes, when the device is connected through...
4
by: The Frog | last post by:
Hi Everyone, I may be out of my depth here but I will ask anyway. Is it possible to communicate with Activesync, so that for example, I have a series of stored text files, and I want to push the...
2
by: =?Utf-8?B?a3ctaW4tbWE=?= | last post by:
I can not sync my Motorola Q with my Sony Vaio. Using ActiveSync 4.2. Sony Vaio using XP. Using Microsoft Office 2000. Trying to only sync contact info. Works fine when using my HP Tablet using...
0
by: =?Utf-8?B?Ym9i?= | last post by:
I wish to go back to an older version of activesync - but the "getting started" disc supplied with PDA believes the upgraded version is still resident on my PC. I have removed both activesync and...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.