0
votes
1answer
10 views
Possible to develop “Windows Mobile 6.1” appl. with EVC4 (Embedded Visual C)?
Is it possible to develop "Windows Mobile 6.1" appl. with EVC4 (Embedded Visual C++)?
0
votes
0answers
4 views
Possible to render html in a compact edtion mobile 6 phone form?
Hi
I am wondering does anyone know if it is possible to render html in a mobile 6 form? The only way I can think that may work is the internal web browser control.
I am wondering is there a better …
0
votes
0answers
4 views
Play sound during standby on windows mobile?
I got an app which is started on a notify timer (which works on time, it writes into a debug log file).
This app should play a sound, but since the device is on standby, no sound is played.
I'd …
0
votes
2answers
21 views
Calling Native APIs from Managed Code
Hi all,
I am developing a Windows Mobile application using WM6 SDK. The application is a Managed code (using C#) & I would like to know the steps to be taken in order to call native functions.
…
0
votes
1answer
21 views
How to show map control on windows mobile application and which service is providing that?
Hi all,
I am searching for
How to use map control on windows mobile 6?
Which service i have to use for this?
Can any one help me?
Thanks.
0
votes
0answers
16 views
PlaySound much faster than SoundPlaySync, windows mobile 6
Hi, i'm trying to play mp3 files using the SoundPlaySync function. ( Mp3 playing was not supported in windows mobile 5-).
I narrowed down the problem - Even when i try playing .wav files, using …
1
vote
3answers
50 views
Slow playing of Mp3 in Windows Mobile 6 SndPlaySync
Hi - I'm trying to play mp3 files from my winows mobile application using the newly supported mp3-playing function SndPlaySync ( also tried SndPlayAsync ).
I made the simplest program, just attached …
1
vote
2answers
30 views
Determine Mobile Internet Explorer version
I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The …
0
votes
1answer
141 views
CAB installation failing on new Windows Mobile 6.5 devices
We use a CAB file through a webpage to deploy our mobile application to our customers. Now with the new Windows Mobile 6.5 devices, the cab file is downloaded as a .tsk file (when using the new …
0
votes
0answers
29 views
Windows Mobile 6.1 Outlook Contacts VS Messenger Contacts
So on my phone, in contacts, it has all my outlook contacts with phone numbers as well as all my live messenger contacts. Now some of these contacts are in there twice. So I said to myself "self let's …
1
vote
2answers
76 views
Controlling the volume while using the SndPlayAsync function on Windows Mobile 6
How on earth can you control the volume of the sound played using SndPlayAsync on Windows Mobile 6??
It seems like no one knows! The documentation doesn't mention anything regarding it...
So either …
0
votes
1answer
285 views
Set image for windows mobile emulator camera
Hi
I am busy developing a windows mobile application that is targeted at WM6 , one of the features i need to use is the camera. In the emulator i can test the camera fine but the image is always …
0
votes
1answer
271 views
C# WM6 Compact Framework Cross Thread Communication Problem
Hi all,
I'm having a problem updating a control on my ui from a thread created using
ThreadPool.QueueUserWorkItem
Inside this thread i am calling
addControlToPanel(li);
As shown here
private …
0
votes
0answers
24 views
Is it possible to reset wm6 service(dll), but don`t reset the device?
Already tired to constantly reset device for test couple lines of code))
0
votes
1answer
242 views
C# WM6 and Mouse Move event
Hi Guys,
I play with small but hopefuly nice app for WM6.
I have noticed that there is no MouseUp and MouseDown triggered when playing with stylus (acting as a mouse) on the screen.
That's ok for …
