DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Thu, 19 Jul 2007 14:29:43 +0800,    posted on: microsoft.public.dotnet.framework.compactframework        back       

Thread Index
  1    ÀÇ
          2    Christian Resma Helle
                 3    ÀÇ
                        4    Peter Foot [MVP]
          5    ctacke/ ctacke[at]opennetcf[dot]com
                 6    ÀÇ
                        7    ctacke/ ctacke[at]opennetcf[dot]com
          8    Peter Foot [MVP]


Does any body has a CeMapi C# wrapper or know how make such one?   
I do not want to use Inthehand. Because in wm5 the phone will ask user to 
confirm that let phone to run the Inthehand's three related dlls for three 
times.
My customer does not want this happened. So I must directly invoke the 
functions with cemapi.dll.
But I can not reference this dll in VS2005.
Date:Thu, 19 Jul 2007 14:29:43 +0800   Author:  

Re: Does any body has a CeMapi C# wrapper or know how make such one?   
Have looked into the Windows Mobile 5.0 Managed API's ?

-- 
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com


""  wrote in message 
news:736CCB24-7DED-4CCD-8E83-5860D46ECC48@microsoft.com...

>I do not want to use Inthehand. Because in wm5 the phone will ask user to 
>confirm that let phone to run the Inthehand's three related dlls for three 
>times.
> My customer does not want this happened. So I must directly invoke the 
> functions with cemapi.dll.
> But I can not reference this dll in VS2005. 
Date:Thu, 19 Jul 2007 08:41:58 +0200   Author:  

Re: Does any body has a CeMapi C# wrapper or know how make such one?   
Windows Mobile 5.0 Managed API can not read/write/delete sms in sms folders.
..Net CF1.0/2.0 has not implemented all the functions that applied in native 
apis. So we must use Com interop or platform invoke to call the functions in 
native apis.


"Christian Resma Helle"  дϢ 
news:OT90d#cyHHA.3696@TK2MSFTNGP03.phx.gbl...

> Have looked into the Windows Mobile 5.0 Managed API's ?
>
> -- 
> Regards,
> Christian Resma Helle
> http://christian-helle.blogspot.com
>
>
> ""  wrote in message 
> news:736CCB24-7DED-4CCD-8E83-5860D46ECC48@microsoft.com...
>>I do not want to use Inthehand. Because in wm5 the phone will ask user to 
>>confirm that let phone to run the Inthehand's three related dlls for three 
>>times.
>> My customer does not want this happened. So I must directly invoke the 
>> functions with cemapi.dll.
>> But I can not reference this dll in VS2005.
>
> 
Date:Thu, 19 Jul 2007 14:53:36 +0800   Author:  

Re: Does any body has a CeMapi C# wrapper or know how make such one?   
Your DLLs will face the same problem.  Just get the InTheHand DLLs signed 
(or create and sign your own).


-- 

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com


""  wrote in message 
news:736CCB24-7DED-4CCD-8E83-5860D46ECC48@microsoft.com...

>I do not want to use Inthehand. Because in wm5 the phone will ask user to 
>confirm that let phone to run the Inthehand's three related dlls for three 
>times.
> My customer does not want this happened. So I must directly invoke the 
> functions with cemapi.dll.
> But I can not reference this dll in VS2005. 
Date:Thu, 19 Jul 2007 06:30:43 -0500   Author:  

Re: Does any body has a CeMapi C# wrapper or know how make such one?   
I've written a wrapper for CEMAPI/POOM - a superset of the WM5.0 managed 
classes:-

http://inthehand.com/content/Mobile.aspx

Peter

-- 
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

""  wrote in message 
news:32C04D85-5318-461D-892C-0C116315B3B2@microsoft.com...

> Windows Mobile 5.0 Managed API can not read/write/delete sms in sms 
> folders.
> .Net CF1.0/2.0 has not implemented all the functions that applied in 
> native apis. So we must use Com interop or platform invoke to call the 
> functions in native apis.
>
>
> "Christian Resma Helle"  дϢ 
> news:OT90d#cyHHA.3696@TK2MSFTNGP03.phx.gbl...
>> Have looked into the Windows Mobile 5.0 Managed API's ?
>>
>> -- 
>> Regards,
>> Christian Resma Helle
>> http://christian-helle.blogspot.com
>>
>>
>> ""  wrote in message 
>> news:736CCB24-7DED-4CCD-8E83-5860D46ECC48@microsoft.com...
>>>I do not want to use Inthehand. Because in wm5 the phone will ask user to 
>>>confirm that let phone to run the Inthehand's three related dlls for 
>>>three times.
>>> My customer does not want this happened. So I must directly invoke the 
>>> functions with cemapi.dll.
>>> But I can not reference this dll in VS2005.
>>
>> 
Date:Thu, 19 Jul 2007 12:32:27 +0100   Author:  

Re: Does any body has a CeMapi C# wrapper or know how make such one?   
Thats only true of the free version, the full version is Mobile 2 Market 
signed (and has a lot more of the Messaging functionality anyway).

Peter

-- 
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

""  wrote in message 
news:736CCB24-7DED-4CCD-8E83-5860D46ECC48@microsoft.com...

>I do not want to use Inthehand. Because in wm5 the phone will ask user to 
>confirm that let phone to run the Inthehand's three related dlls for three 
>times.
> My customer does not want this happened. So I must directly invoke the 
> functions with cemapi.dll.
> But I can not reference this dll in VS2005. 
Date:Thu, 19 Jul 2007 14:00:02 +0100   Author:  

Re: Does any body has a CeMapi C# wrapper or know how make such one?   
Thanks, but I do not know how to signed my dll, can you give me some more 
detail infomation?
To get some certificated key?

"<ctacke/>" <ctacke[at]opennetcf[dot]com> дϢ 
news:ejIEghfyHHA.1208@TK2MSFTNGP03.phx.gbl...

> Your DLLs will face the same problem.  Just get the InTheHand DLLs signed 
> (or create and sign your own).
>
>
> -- 
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Managed Code in an Embedded World
> www.OpenNETCF.com
>
>
> ""  wrote in message 
> news:736CCB24-7DED-4CCD-8E83-5860D46ECC48@microsoft.com...
>>I do not want to use Inthehand. Because in wm5 the phone will ask user to 
>>confirm that let phone to run the Inthehand's three related dlls for three 
>>times.
>> My customer does not want this happened. So I must directly invoke the 
>> functions with cemapi.dll.
>> But I can not reference this dll in VS2005.
>
> 
Date:Fri, 20 Jul 2007 10:35:15 +0800   Author:  

Re: Does any body has a CeMapi C# wrapper or know how make such one?   
You must purchase a certificate froma provider like Verisign and then use 
signtools to sign the binary.  THere are articles on MSDN and codeproject 
that cover this.


-- 

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com


""  wrote in message 
news:6171C3A0-C0D7-4773-B1C3-B251F39BCB11@microsoft.com...

> Thanks, but I do not know how to signed my dll, can you give me some more 
> detail infomation?
> To get some certificated key?
>
> "<ctacke/>" <ctacke[at]opennetcf[dot]com> дϢ 
> news:ejIEghfyHHA.1208@TK2MSFTNGP03.phx.gbl...
>> Your DLLs will face the same problem.  Just get the InTheHand DLLs signed 
>> (or create and sign your own).
>>
>>
>> -- 
>>
>> Chris Tacke, Embedded MVP
>> OpenNETCF Consulting
>> Managed Code in an Embedded World
>> www.OpenNETCF.com
>>
>>
>> ""  wrote in message 
>> news:736CCB24-7DED-4CCD-8E83-5860D46ECC48@microsoft.com...
>>>I do not want to use Inthehand. Because in wm5 the phone will ask user to 
>>>confirm that let phone to run the Inthehand's three related dlls for 
>>>three times.
>>> My customer does not want this happened. So I must directly invoke the 
>>> functions with cemapi.dll.
>>> But I can not reference this dll in VS2005.
>>
>> 
Date:Fri, 20 Jul 2007 08:42:11 -0500   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us