http://gizmodo.com/5523721/microsoft-office-on-windows-phone-7-looks-fantastic
I was wondering if it was possible to obtain an effect similar to the windows 7 mobile examples above without using Flash. I would like to have content swivel in along the z-axis.
Thanks!
...
I am now developing an application on Windows Mobile 6.5 with .Net Compact Framework 3.5 using C#. There is a function in the program that I use it to update the location information periodically from server side, but if I keep running this computation, it would cost too much energe. For this reason, I want to run it in background and I ...
I did some research on Google but I couldn't find any HTML5 browser for Windows Mobile 6. The main resource I'm looking for in HTML5 is WebDatabase and/or localStorage.
With a little research I found Iris (http://www.freewarepocketpc.net/ppc-download-iris-browser.html), a Webkit based browser with some HTML5 features, but localStorage a...
Hi all,
on a windows mobile 6.x phone, is there a way to instruct the connection manager (or whatever other component) to establish a data-link through a particular APN? I cannot find anything useful into the ConnectionManager API documentation. I don't have necessarily to use ConnectionManager, even RIL Api would be fine for me.
Thank y...
I have an C++ Windows Mobile 6 application that is converting a wide-character array to a narrow-character array. I have no problems going from narrow to wide, but when I go from wide to narrow, the conversion fails as in the example below:
const char* testA = "This is a test";
std::wstringstream testW;
testW << testA;
NKDbgPrintfW( L"t...
Hi everyone,
recently this post inspired me, I want to track my own life, too.
I take a look at my cellphone's clock every time when go to sleep or after wake up, so I need some program to hook to my cellphone's on/off button, and log the timestamp when I press it.
I am using WM6.5 on a HTC TyTN II. If there is existing software that ...
I need to write a GUI application that will play media files on my WinCE device.
I've checked the catalog files for the OS design I'm working with and found a
dshow folder under src. This has a number of projects I can use, particularly
filtertest which implements all the commands I would need. However, I don't
understand how to interf...
Hello,
I am trying to put shortcut which is edited outside visual studio in the CAB file. But cannot insert in into the CAB file as it does not take short cut from outside.
Please give me the solution for this.
Regards,
Sagar
...
Hi,
Is any api available in c#(or any .net language) for getting installed application in WindowsCE Phone (like CodeModuleManager in blackberry RIM Api ) ?
Have any Idea about listing executable file location using registry information.
(ie "SOFTWARE\Microsoft\Windows\CurrentVersion" ? )
...
I have a simple C# app that needs to support several languages. What is the best way to do this in windows mobile 6.5? Also, how can I test the different languages? Anyone have an example?
...
Im making a windows mobile app and i was wondering how i go about doing background processing (ie. threading)
Is there a special way to do this with windows mobile?
From your answers and comments looks like the best way is to use the .NET Threading classes. I think i expected too much here...
...
I really want to upgrade to Visual Studio 2010. But since I do a lot of development for the Pocket PC version of Windows Mobile I cannot. (I develop for a Symbol device that does not support Windows Phone 7, so that is not a option.)
Does any one know any kind of time frame of when Microsoft plans to add support for Smart Device Proj...
his question is about converting between a struct and a byte array. Many solutions are based around GCHandle.Alloc() and Marshal.StructureToPtr(). The problem is these calls generate garbage. For example, under Windows CE 6 R3 about 400 bytes of garbarge is made with a small structure. If the code below could be made to work the solution...
I have bunch of Symbol MC 70 devices. They run Windows Mobile 5. Most of these work just fine, but I have one that is sending the sounds (alarms and such) to the phone rather than the speaker on the device. (The sounds play in the speaker used for listening to a phone call)
Does anyone know how to route this back to the actual phone ...
My wish is to know how I can program a mobile website, that fit to all mobile phones.
Are there any special approaches to recognize a device and render the code according to it?
Which tools and coding languages are required?
My first thought was to hold the website in XML, which would be parsed depending on the device.
You have to c...
I have a Visual Studio 2008 C++ Windows Mobile 6 application where I'm using a FindFirst() / FindNext() style API to get a collection of items. I do not know how many items will be in the list ahead of time. So, I would like to dynamically allocate an array for these items.
Normally, I would use a std::vector<>, but, for other reasons,...
Hi
I have succesfully built Qwt 5.2.1 for use with Qt 4.6.2 on the Win32 platform. I can create and build projects in VS 2005 without problem.
However I also want to use Qwt on a Windows Mobile 6.0 platform and I simply cannot get this to work. I have tried a shared build of Qt and Qwt, then using the QWT_DLL preprocessor command and t...
Hello,
we are developing an application which uses MS Sync Framework to sync data between Windows CE 6.0 with SQL CE 3.5 SP1 Clients and an SQL 2008 Database. Our major problem is a slow sync time up to 1 minute for 15 tables which are totally empty.
Here's a break down of our components:
Server:
Sql Server 2008
15 tables with activat...
I want to save some data automaticly from phones to central db? Is that possible in Windows Mobile 6.0?
...
I'm developing a Windows Mobile application, and I faced a problem with CCommandBar, which combines toolbar and menubar. Well, I mean the following:
m_wndCommandBar.InsertMenuBar(IDR_MAINFRAME);
m_wndCommandBar.LoadToolBar(IDR_MAINFRAME);
I have only one root menu option in my command bar and some buttons in toolbar.
It works perfectl...