Windows Mobile Phone Book API for C#
I wanted know what are the API used to get the contact numbers from phone book using C# for Windows Mobile. If anybody has source code example please give code snippets. ...
I wanted know what are the API used to get the contact numbers from phone book using C# for Windows Mobile. If anybody has source code example please give code snippets. ...
I have been using Microsoft Outlook and WindowsMobile devices for some years now. But I keep getting frustrated about the way the "contact manager" adds new contacts. It always puts the "lastname" first as if thats a global-standard for every Outlook/Windowsmobile user? I want to edit/change/setup the default way a new contact is added/...
I'm building a small vb app using the latest version of the .net compact framework. The datagrid control is a bit more limited than I'm used to. I'm seeing lots of examples where I can bind the grid's datasource to a dataset/datatable. Is it possible to bind to a generic list? If so, how? ...
We currently have a custom inventory system used to track different assets. The items are bar coded and inventoried using a scanner system already built/running on standard web pages. Currently processing inventory on a desktop or laptop with a usb connected scanner. We bought a Motorola MC 55 PDA that has a built in bar code scanner an...
Is there a "nice" method to do this or I should try to open connection and if it fails I will assume that the device is not activated. ...
A possible candidate for the tumbleweed badge... We're using SOTI to control our Windows Mobile devices and are encrypting certain files and directories on the device. SOTI encryption runs, effectively, in the background and we need a way of knowing when it's finished (so we can restore access to the imapcted applications). Does anyon...
Hi Friend's I am new to windows mobile development. I have certain doubts related to windows mobile development which are as follows. 1) What is the major difference between C# and C (C++) as far as selecting language for development. ( not syntactically ) . 2) Which language should i select for development and Why ?? 3) If i go...
Is there any .NET IDE running on windows Mobile 6.x? The IDE does not have to support mobile development, nor debugging or something else. What I'm looking for is kind of an "IntelliSense-capable editor running on Windows Mobile" that lets me write code on my mobile phone wihtout having to power up my laptop. ...
ARMv6 introduce a great feature - unaligned memory access, which make some things in code much more simplier and faster. But microsoft gives API for it only in winCE6. And most PDAs now based on WinMobile6 (which is on CE 5.x). And unaligned access is disabled by default :( I've try to set unaligned flag in CP15 register, but this doesn...
I am using ASP.NET 3.5 with Visual Studio 2008. I have a few questions surrounding my website and mobile users. Will my website be displayed correctly on a mobile? What items will not work on a mobile (I know flash can be a problem?) What advice can you give me for my website to work 100% on a mobile? Thanks in advanced! ...
What is the best way to play video using C# and .NET Compact Framework 3.5? I found this article: http://msdn.microsoft.com/en-us/library/aa454909.aspx#working%5Fwith%5Fmultimedia%5Ftopic6 But I can't find the required libraries on my disk. Right now I'm trying to download some Windows Media Player SDKs and hope the libraries will be i...
I have the following problem: I implemented a managed mobile application for Windows Mobile devices using the C# Bluetooth library of InTheHand. Now I figured out that the new devices of HTC will all have the Widcomm Bluetooth stack instead of the Microsoft Bluetooth stack... Does anybody know some working C# library for the Widcomm Blu...
How to read the unread SMS in windows mobile5.0 ? give me an idea. I saw the reference link that is send and receive the SMS, but i ask how to read an existing SMS in inbox for particularly "UNREAD" SMS. give me an hints ...
Hi I need to print to O'Neil printer through BT using WinCE how I can do it ? thank's in advance ...
Hey, I am working on a Windows Mobile application, and I am considering the use of directional buttons as an interface mechanism. Primarily, the enter (center) button. My question is whether I can rely on these to be present. The application will be for Windows Mobile 6.1 Professional devices, but I am designing it specifically to be ...
Hi everybody! well, this works great on a non Windows Mobile: string user = WindowsIdentity.GetCurrent().Name.ToString(); but, what I am looking for is how to get the name of the user on a Windows Mobile 5.0 and higher! I tried the search feature, but unfortunately didn't find anything yet! Thanks in advance. ...
I develop for windows mobile 5.0 for send and receive SMS. first i send the SMS is fine worked. After i received the SMS using MessageInterceptor, after receiving SMS i am not able to send SMS, SMS sending error. give me a hint IN Form load MsgInterpret.MessageReceived += new MessageInterceptorEventHandler(MsgInterpret_MessageReceived);...
Hi, I made a game on windows mobile 6 platform using DirectDraw (DDSCL_NORMAL), but i cant receive the alarm notification event, no message occurs in WndProc(), seems like my code totally blocked the alarm application. Is this a problem of DirectDraw? or is there anyway i can detect this event? Any help would be awesome. Thanks in advan...
Is there a way to make Windows Mobile not use the main phone app? I have my own phone app that I want to handle phone transactions for a business device. My app works fine (detects the call and can hang up), but the main phone app still wants to allow the user to answer a call normally. I can try to hide the incoming call window or ...
Hi friend's I have small doubt regarding windows mobile development ,is it possible to use c or C++ Apis in C# application and Vice versa ??. If it is possible how it has to be done ?? ...