Windows service for windows mobile
Hi, Can we write a windows service for windows mobile (Compact framework) which shall be activated on device start. Can you pl. provide link to resource / sample code for the same. Thanks. ...
Hi, Can we write a windows service for windows mobile (Compact framework) which shall be activated on device start. Can you pl. provide link to resource / sample code for the same. Thanks. ...
How I can run any query, and to marker the first line that I found in Datagrid? I work on Windows Mobile, .NET FrameWork 3.5. ...
Hi, I have two Windows mobile questions: how to Highlight row in datagrid (after i run any query) ? why after 20-30 compilation, it takes for 6-7 minutes to compile (the first time takes 1 minute)? Thanks in advance! ...
How can i mute | unmute a windows mobile pocket pc device (i'm using symbol MC70) programmatically? Waht API do I need to use? ...
Okay, Now admittedly this sounds like a silly question; But, I actually have a need for this. I use tiddlywiki alot, and it'd be really, really cool if I could save changes to a tiddlywiki in some mobile browser. But it seems that with all the mobile browsers that I've tried, changes I make to my tiddlywiki cannot be saved to an S...
I want to make my own custom keyboard on a windows mobile device. I think they are called SIP (Soft Input Panel). Can someone give me a pointer on how to do this? Maybe there are samples out there i can not find. ...
Hi to all, I have VS 2008 SP1 on my pc, also Virtual PC and ActiveSync 4.5 is installed I just download and install "Windows Mobile 6.1 Emulator Images" msi from microsoft but after install, Mobile images not add to Device Emulator Manager (Under DataStore) What's problem and how to solve it ? Thanks Hamid ...
We're making some calls to some very simple JSON web services in .NET CF 3.5 / Windows Mobile 6 and it appears that we've run into this bug: http://blogs.msdn.com/andrewarnottms/archive/2007/11/19/why-net-compact-framework-fails-to-call-some-https-web-servers.aspx Is it really almost two years later and this isn't fixed? Seems like a pr...
I have a DataGrid that is using a DataReader as its datasource. I want to hide the first column of the datagrid. I am using the .net compact framework 3.5. I can find examples for windows forms but the api is changed enough that they don't work. ...
I need to be able to mute/unmute the ppc mic when i have a SIP Push To Talk call; Anyone with the knowledge please offer advice; I have tried using the phoneSetGain(...) API but does not work. ...
I'm interessted in writing an application that is running on windows mobile. I've allready a winform application that is hosting an WCF service. I wan't to port the application to windows mobile (6.0) and up. MSDN is hosting an article about WCF on Compact Framework, but it says hosting is not an option yet. Do i have to write it all by...
Hi Everyone, I have created an application in Compact Framework 2.0 This application is being used in many various counties and cultures. My Issue is that any and all exceptions are logged, but they are appearing in the culture of the device, in some cases this means i am unable to read them. Any help or suggestions will be appreciat...
I'm trying to get CellID and Lac on HP IPAQ 614c. I've tried using RIL interface with no luck RIL_GetCellTowerInfo returns E_NOTIMPL. Any ideas? ...
Hi, Is it possible to create a plugin for Pocket IE (I'm running Windows Mobile 6.1 Pro on a Samsung Omnia i900 device) using VS.Net 2008, C#. I want a menu option in the browser that when its selected it sends the current URL that I'm at to a mobile program - doesn't matter if the program is running or not. The program can then take the...
On full .Net Framework I use the following code: socket.SetSocketOption( SocketOptionLevel.Socket, SocketOptionName.ReceiveTimeout, readTimeout); socket.SetSocketOption( SocketOptionLevel.Socket, SocketOptionName.SendTimeout, writeTimeout); However, Windows Mobile does not support this and throws exceptions. I am currently in the...
I am able to Bind my DataGrid in .NET 3.5 CF to a List() but I am unable to format the columns by specifying their width. Below is the code that looks like it should work but does not. I am pretty sure that I am not setting the MappingName correctly as all tutorials tell you to set it to the name of your DataTable but I am not binding t...
In Windows Mobile PocketPC/Pro, you can specify that the Minimize button be used to Close the form instead (triggering the Closing event, etc.) by setting MinimizeBox = 'false'. On a Smartphone, the Back button is used in the same way as the X in the PocketPC form's corner, but I can't seem to find an obvious (or less obvious) feature t...
I want to get the title of email in PocketOutlook in Windows Mobile. I make a search in MSDN and find I may use Microsoft.WindowsMobile.PocketOutlook Namespace--EmailMessage Class--Subject Property should help me to get the email title. But when I write using Microsoft.WindowsMobile.PocketPC; an error says that The type or namespac...
I want to get email title in PockerOutlook in Windows Mobile, but currently Microsoft.WindowsMobile.PocketOutlook has the ability to: Enumerate messaging accounts. Send Email Send SMS Intercept SMS So I want to DLLImport MAPI.DLL to get its functions in order to get the title of email. I find this reference written in C++. It seems ...
Hi Where can I get the latest Windows Mobile emulator? Is it free? Thanks in advance ...