First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Install NETCFv2.wce4.ARMV4.cab in ROM
How can I do that? I have a WindowsCE 4.2 and every time I reset the machine I must to reinstall it. Any idea? Thank you. Catalin ... 14 Dec 2006 09:11
Turn on GPRS on Motorola Q
I am developing a IM client using VB.NET CF and the Smartphone APIs. I can't seem to get the app to turn on the "network" connection such that the application can login. Does anyone have any idea how to do this on a Motorola Q using the Smartphone SDK? I also bought the OpenNetCF framework and attempted to use ... 11 Dec 2006 09:32
Can't find PInvoke DLL 'dbnetlib.dll'
Hi all, Trying to connect to sqlserver from a PDA I receive this error message. I have installed to the PDA netcf2.0, sqlceserver 3.0.3600, sqlclient 3.0.3600. With the SQLServeCE I don't have any problem. What is wrong? ... 22 Nov 2006 16:29
Monitoring Outgoing SMS Messages
This is a derivation of a post I made to microsoft.public.smartphone.developer last week but didn't get a response. Thought I would try here (sorry to those who monitor both newsgroups). I have successfully used the MessageInterceptor class in the Microsoft.WindowsMobile.PocketOutlook.MessageInterception namespa... 14 Nov 2006 12:44
Alex Feinman's TAPI Wrapper
Do you where i can find Alex Feinman's tapi wrapper because http://www.alexfeinman.com/download.asp?doc=tapi1.6.zip is down. Thanks. Bertrand Forestier. ... 26 Oct 2006 06:06
Mapi function error code
Hi, I'm pinvoking a mapi function in c# [DllImport("cemapi.dll", SetLastError = true)] public static extern int MailSwitchToAccount(string pszAccount, UInt32 dwFlags); I then call the function : if (Mapi.MailSwitchToAccount("My_account", Mapi.MCF_ACCOUNT_IS_NAME | Mapi.MCF_RUN... 15 Nov 2006 09:52
WebService webmethod calls throw UriFormatException
I have a WM5 device project that calls webservices. The ASP.NET webservice is setup locally on my dev machine. I don't think it matters, but the webservice is a VS2003 web project running on the 1.1 framework. The device project is in VS2005 and the webserice is a "web reference" within this device projec... 10 Oct 2006 10:27
DateTime as SqlCeCommand parameter throws exception :(
Hi, I've got a problem. I'm trying to add DateTime object to parameters list of a SqlCeCommand, I write in vs2005 this: DataTable dt = new DataTable(); SqlCeCommand cmd = new SqlCeCommand(); cmd.Parameters.Add(new SqlCeParameter("@my_date", my_date); cmd.connection = con; ... 4 Oct 2006 12:05
CreateWatchDogTimer in CF
That is 100% depenedent on the hardward. CE 5.0 did add a standard KernelIoControl for it, but it's up to the OEM to decide if it is implemented or not. If it is implemented, and it is done in KernelIoControl, then you simply need to P/Invoke that single API. -- Chris Tacke OpenNETCF Consulting Managed... 6 Oct 2006 09:14
CreateWatchDogTimer in CF
I'm inetersted in using CreateWatchDogTimer from a CF application. Do someone has the correct PInvoke or class. Is it present on every WINCE 5.0 device? Thanks ... 29 Sep 2006 05:52
First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26