C# and HHT

I'm currently working on a project that would involve C# and Hand Held Devices. Just wondering if there are any good reference sites out there that could help me out and lead me in the right direction.

Appreciate the help MS Forum members.

Cheers,

SOTY_Programmer



Answer this question

C# and HHT

  • NeverGone

    I've been searching for the past couple of days to find a solution for this, but I haven't had any luck. I must not have the correct wording for what I want to do.

    I'm working in a Visual Studio.NET 2003 Dev environment (C#), and I need to detect when a user places a PocketPC into its cradle. When that happens, it will open up a program that would do its duty. I'm not writing an app to go onto the PocketPC, just a regular windows app.

    Thank you,

    SOTY_Programmer


  • leclerc9

    Hi

    A good starting point is the MSDN 'Windows Mobile Developer Center' located here: http://msdn.microsoft.com/windowsmobile/default.aspx

    Hope this is the kind of information you are looking for.

    Michael



  • BlackMan890

    Hi

    You just want to launch an application on the PC when a mobile device connects.
    ActiveSync is able to lauch an application when a device connects The details can be found here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wceappenduser5/html/wce50conRegistrybasedNotification.asp

    Or you use the OpenNETCF.org Desktop.Communication Library (http://www.opennetcf.org/PermaLink.aspx guid=d7b7cbef-4ab6-477b-924c-0498a523beaf). Ask the guys at OpenNETCF if they can provide a VS2003 / .NET 1.1 version.

    Michael



  • Wanderermy

    Amazing Michael! You are the man, and I thank you sooooooo much for this help. I would have never thought that this was part of the registry, i just thought it was something in either the PocketPC or something running in the background.

    I'm still new in the programming field. So I thank you for your patience and understanding. I hope that one day, i'll be able to answer questions like this to other new comers to the world of programming as you did with me.

    Thank you,

    SOTY_Programmer


  • C# and HHT