I am carrying out a PDA version application from windows version.
But found out Rfc2898DeriveBytes isn't supported by WM.
So how could I do to replace this piece of code in WM and change nothing about the algorithm?
Many thanks.
...
I have an application which hosts the WebBrowser control; it runs fine on WM5 and WM6. On my WM6.1 Professional device, I seem to not be able to control HTML elements with CSS. A page rendered in IEMobile does not behave the same in the control on the 6.1Pro device. On WM6 and 5, things are fine.
Any suggestions?
...
Hi All,
Is it possible that a WPF or XBAP applciation deployed on Windows Server 2003 can be
viewed in Windows CE 5.0 browser
Thanks.
...
Hello.
I'm developing a Windows Mobile 5.0 and above application with C#, .Net Compact Framework 2.0 SP2 and SQl Server CE 3.1.
I need to store some secret information on Sql Server CE database and I wondering if I encrypt database with a password could affect application's performance.
I'm also thinking to store the password in an as...
I have to develop an application for the Motorola MC70 which runs Microsoft Windows Mobile 5.01.0478 (Pocket PC?).
I have no idea how to make an application for those devices... I tested regular exe which gave me the expected "'x' is not a valid Pocket PC application".
Is Visual Studio the only way to develop for these devices? I only ...
I got a sample snippet code from OpenNETCF and cfAes, but name space definition is missing for some reason. Here is the missing namespace:
using OpenNETCF.Security.Cryptography.NativeMethods;
I tried to add reference for all the OpenNETCF libraries. But didn't work me.
Any thoughts?
Many thanks.
...
In windows mobile, if you create a task, you can set a due date and a time to remind you about the task.
When the time is ready to remind you about the task, windows mobile will play a sound and show a user notification, which persists until you dismiss it.
Now I'd like to know if any task (how many?) has run into this "remind me" stag...
Windows Mobile can show different kind of user notifications, like this:
How can I enumerate through the reminders, windows mobile is showing to the user?
...
Hello
I see quite some variety of languages/technologies available to develop for the mobile devices/ palms, PDAs, etc such as JavaME, Windows Mobile etc. And now we see Android emerging up.
Question:
Which language/technology would you suggest for development for these devices, something that should could be emerging and future compa...
I want develop an application on windows mobile.
In this app, i need to show some Flash games to the end user.
How should I do?
embed an Flash ActiveX Control (in Windows mobile Form application) ?
embed an IE control?
BTW (because i do not have a windows mobile device now)
Can I views flash in IE of the windows mobile device?
Tha...
Hi!
I have an old plugin (as binary, dll), used by my application. It was build for WM2003. And now it crashes the app, if loaded on Windows Mobile 6.1 (WM5 works fine, WM6 too).
The source code is not available and it's no more supported by developer. So I can't rebuild it for WM6.1.
Is it possible to patch or convert the binary to a...
I'm developing an App on windows mobile and android, i needed a database for this app and as of now have shortlisted 3 lite databases.
SQLite
Ultralite (from Sybase)
Oracle Lite
of these 3, i was unable to configure UltraLite with my existing project on VS2008.
i am currently using SQLite with the dll from http://sqlite.phxsoftware.com ...
Hi- I'm stumped on this, and I'm really hoping someone could point me in the right direction.
I'm currently capturing video in Windows Mobile and encoding it using the WMV 9 DMO (CLSID_CWMV9EncMediaObject). That all works well enough, but the output video's bitrate is too high, resulting in a video file that's much too large for my nee...
I have been trying to find a framework for windows mobile and .Net Compact to connect to an SVN Repository but i havnt been able to find 1.
Is there an SVN Framework out there for .NET Compact?
If there isnt a framework, whats the best way to attempt to connect to an SVN Repository? At the moment im looking to get the revision history....
Hi
I am writing a windows application (written entirely in C++) which reads files from a storage card on a mobile phone running Windows Mobile. The tough part is, I don't know how to make my application detect the event that a user has connected the mobile phone to the USB of laptop. I did some reading on MSDN and have written a small c...
I need some help with a sincronization of excel files with windows mobile from a PDA with windows mobile that is connected via wireless to the network office. I need to share an excel file that is on a network folder to all PDAs and then return the excel files modified to the network folder.
Any help will be appreciated.
...
I am using the .NET Compact Framework 3.5 and I am trying to determine if there is a standard way to store settings that a user to change in my application. I am aware of the Compact 3.5 SQL database, but I am trying to avoid that if I can to avoid a dependency that is not already installed on the user’s mobile device (I already have to ...
hi
i created the windows mobile application with Target OS 6.0 usning c#
in that when i click the hardware button in the device iam able to access that event in the form key press. if the cursor is in the text box and when i press the harware button iam unable to catch the event. what is the posile reason to behave like this.
Thanks.
...
Hi,
I am trying to create owner drawn listbox on windows mobile 6.1 I have specified LBS_OWNERDRAWFIXED style while creating listbox control. I am handling WM_MEASUREITEM and WM_DRAWITEM accordingly.
I want to change height of listbox item whenever its font changes (I change it using WM_SETFONT after creating control). The problem is ...
Hi,
I find that HTTP Streaming / Server Push is quite promising for my project. Does someone have any clue on how to implement this in Windows Mobile?
.NET / Native / other implementations are welcomed. Preferably with permissive license.
some links on HTTP Steaming / Server Push:
- Push Technology
- Streaming HTTP / Server Push
- Cro...