| Thread | Last Post | Replies |
|
| Really messy audio/video-problem | 26 Apr 2004 21:46 GMT | 1 |
I'm writing an app for Smartphone 2003 that views a music video by displaying each frame using bitblt. A strange behaviour occurs It works fine for a while when I've pressed play and then, it goes down to a third of the normal speed. When this happen, if I touch a key (the menuba, ...
|
| SDK and evc++ errors | 26 Apr 2004 21:24 GMT | 2 |
I have installed evc++ np and when i tried installing the Smartphone 2002 SDK i got this error message: http://www.chrismortimer.org.uk/error I thought i would go on anyway then when it was done i tried loading evc++ and got this error message: http://www.chrismortimer.org ...
|
| Smartphone Memory | 26 Apr 2004 19:33 GMT | 1 |
Hi al I'm a total newbie to smartphones, but I was wondering if there is any way of imaging the contents of a smartphone Regards Kailuk
|
| Navigating a dialog? | 26 Apr 2004 15:27 GMT | 1 |
I have a problem navigating buttons, spinboxes, etc. created using the CreateWindow()-function. It seems the shell doesn't handle to up and down arrows correctly/at all. When I call GetNextDlgTabItem() on the dialog, it returns the expected result so the dialog knows about the ...
|
| Ignoring Homescreen-Timeout? | 26 Apr 2004 15:26 GMT | 2 |
how can my evc++ sp2002 apps ignore Settings-Homescreen-Timeout without reconfiguring it? thanks! -renato
|
| "Tabbing" between controls? | 26 Apr 2004 15:19 GMT | 3 |
I'm writing a smartphone application which, among other things, dynamically creates a set of controls specified in an XML-file by a series of calls to CreateWindow(). My problem is that I cannot "tab" between these controls using the up and down arrow keys. All controls have the ...
|
| How to play two sounds at the same time in my Smartphone(c#) | 26 Apr 2004 04:21 GMT | 1 |
I use the code like below.. [DllImport("Coredll", EntryPoint="PlaySound") public static extern bool PlaySound_DllImport(string pszSound, IntPtr hmod, int fdwSound) But the Problem is that I can only play one *.wav a time
|
| How to use CreateFileMapping for create sharememory? | 25 Apr 2004 13:56 GMT | 1 |
to guru I wanna map memory to sharememory address ( 4200 0000 - 7FFF FFFF ) . hMapFile = CreateFileMapping((HANDLE)INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE,0,0x3DFFFFFF, // 2GB NULL);
|
| The cpu does not support configuration ARMV4 | 23 Apr 2004 17:25 GMT | 1 |
I am developing an application with evc. I can download the program to the device with activesync, but when I want to execute the program, evc reported "The cpu does not support configuration ARMV4! Executable will not run on device. Continue?"
|
| SmartPhone 2002 vs. 2003 | 23 Apr 2004 02:15 GMT | 1 |
I just purchased a Motorola MPx200 with SmartPhone 2002. When I browse the Web for developer resources, I see lots of SmartPhome 2003 stuff. Is 2003 a new OS or will the 2003 SDK allow me to develop apps for 2002 Thanks!
|
| SHGetFileInfo | 22 Apr 2004 23:35 GMT | 2 |
Does smartphone 2003 support the SHGetFileInfo API?
|
| Need Help? | 22 Apr 2004 22:44 GMT | 1 |
I'm researching about smartphone? where should i start to have a background on it? what is windows CE where do you use it Sorry, I'm just a beginner?
|
| How to Inject to another process? | 22 Apr 2004 15:26 GMT | 4 |
to guru now i have special project which want use technic inject dll to another process. but i can't use function WriteProcessMemory because this function is priviled api. Can i use
|
| MUI on Smartphone... | 22 Apr 2004 05:40 GMT | 2 |
In Smartphone's SDK document, I see that there is MUI avaiable for Smartphone. Do you have any more information to build MUI? And any document to building another language input for Smartphone?
|
| what is default font in Smartphone? | 21 Apr 2004 19:28 GMT | 2 |
Is it Tahoma likes Pocket PC? Or how to make my Smarphone interface use Unicode Font? I'm not English.... Thank you very much!
|