Hi everyone,

Kindly some one tell me how to check activesync status from my eVB3.0
applicatoin. I do have a program that is developed using eVB 3.0 and
SQL CE, i would like to transfer some data to the desktop PC (if
connecte), But still i dont know how to check the status. Can any one
help me to do so.

thanks in advance

Re: Activesync status by Fabien

Fabien
Tue Apr 03 02:00:34 CDT 2007

Hi,

You can use SNAPI if you want to know the Activesync status, else if
you just want to know if ActiveSync is launched, you can just check if
the Activesync window exists.

Check out this thread:
http://groups.google.fr/group/microsoft.public.smartphone.developer/browse_thread/thread/e0e3bdc04a889618/d3eb1be17c7bebe0?lnk=st&q=snapi.h+header+&rnum=1&hl=fr#d3eb1be17c7bebe0


BR

Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/




On 3 avr, 08:01, Shami.r...@gmail.com wrote:
> Hi everyone,
>
> Kindly some one tell me how to check activesync status from my eVB3.0
> applicatoin. I do have a program that is developed using eVB 3.0 and
> SQL CE, i would like to transfer some data to the desktop PC (if
> connecte), But still i dont know how to check the status. Can any one
> help me to do so.
>
> thanks in advance



RE: Activesync status by RaduMotisan

RaduMotisan
Tue Apr 03 05:40:02 CDT 2007

" i would like to transfer some data to the desktop PC "

You can use RAPI to transfer data between PC and PPC, but only the PC can
initiate such transfers. Also the PC can check wheter a device is connected.

you can also create a Monitor application running on the PC that would check
if a mobile device is connected periodically. If yes, it could initiate your
transfer or simply check a config file on the PPC to see if a transfer is
required or not.

--
Best regards,

Radu Motisan

http://www.teksoftco.com/forum
Windows Mobile Development Forum


"Shami.rana@gmail.com" wrote:

> Hi everyone,
>
> Kindly some one tell me how to check activesync status from my eVB3.0
> applicatoin. I do have a program that is developed using eVB 3.0 and
> SQL CE, i would like to transfer some data to the desktop PC (if
> connecte), But still i dont know how to check the status. Can any one
> help me to do so.
>
> thanks in advance
>
>

Re: Activesync status by Shami

Shami
Tue Apr 03 10:14:54 CDT 2007

On Apr 3, 11:00 am, "Fabien" <fab_00_2...@msn.com> wrote:
> Hi,
>
> You can use SNAPI if you want to know the Activesync status, else if
> you just want to know if ActiveSync is launched, you can just check if
> the Activesync window exists.
>
> Check out this thread:http://groups.google.fr/group/microsoft.public.smartphone.developer/b...
>
> BR
>
> Fabien Decret
> Windows Embedded Consultant
>
> ADENEO (ADESET)http://www.adeneo.adetelgroup.com/
>
> On 3 avr, 08:01, Shami.r...@gmail.com wrote:
>
>
>
> > Hi everyone,
>
> > Kindly some one tell me how to check activesync status from my eVB3.0
> > applicatoin. I do have a program that is developed using eVB 3.0 and
> > SQL CE, i would like to transfer some data to the desktop PC (if
> > connecte), But still i dont know how to check the status. Can any one
> > help me to do so.
>
> > thanks in advance- Hide quoted text -
>
> - Show quoted text -

Hi Fabien,

If you don't mind, kindly tell me from where I can get this (SNAPI)
API sample for eVB 3.0. Actually I am pretty new in this platform.

Thanks






Re: Activesync status by r_z_aret

r_z_aret
Tue Apr 03 13:53:15 CDT 2007

On Tue, 3 Apr 2007 03:40:02 -0700, Radu Motisan
<RaduMotisan@discussions.microsoft.com> wrote:

>" i would like to transfer some data to the desktop PC "
>
>You can use RAPI to transfer data between PC and PPC, but only the PC can
>initiate such transfers. Also the PC can check wheter a device is connected.
>
>you can also create a Monitor application running on the PC that would check
>if a mobile device is connected periodically. If yes, it could initiate your
>transfer or simply check a config file on the PPC to see if a transfer is
>required or not.

No need to check periodically. See my 10 Dec 04 contribution to a
thread called "Automatic Synchronizartion" in this newsgroup.
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com

Re: Activesync status by r_z_aret

r_z_aret
Tue Apr 03 13:53:16 CDT 2007

On 2 Apr 2007 23:01:45 -0700, Shami.rana@gmail.com wrote:

>Hi everyone,
>
>Kindly some one tell me how to check activesync status from my eVB3.0
>applicatoin. I do have a program that is developed using eVB 3.0 and
>SQL CE, i would like to transfer some data to the desktop PC (if
>connecte), But still i dont know how to check the status. Can any one
>help me to do so.

I just used google (http://groups.google.com/advanced_group_search) to
look up
detecting connection
in this newsgroup and got 37 hits. I took a quick look and am quite
sure you'll find useful info.


>
>thanks in advance

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com

Re: Activesync status by Fabien

Fabien
Wed Apr 04 01:19:32 CDT 2007

Hi,

If you want tu use SNAPI, you must use VS2005, this article explains
you how to use SNAPI in native mode:
http://msdn2.microsoft.com/en-us/library/aa454896.aspx

BR

Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)http://www.adeneo.adetelgroup.com/


On 3 avr, 20:53, r_z_aret@pen_fact.com wrote:
> On 2 Apr 2007 23:01:45 -0700, Shami.r...@gmail.com wrote:
>
> >Hi everyone,
>
> >Kindly some one tell me how to check activesync status from my eVB3.0
> >applicatoin. I do have a program that is developed using eVB 3.0 and
> >SQL CE, i would like to transfer some data to the desktop PC (if
> >connecte), But still i dont know how to check the status. Can any one
> >help me to do so.
>
> I just used google (http://groups.google.com/advanced_group_search) to
> look up
> detecting connection
> in this newsgroup and got 37 hits. I took a quick look and am quite
> sure you'll find useful info.
>
>
>
> >thanks in advance
>
> -----------------------------------------
> To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
>
> Robert E. Zaret, eMVP
> PenFact, Inc.
> 20 Park Plaza, Suite 478
> Boston, MA 02116www.penfact.com