| Thread | Last Post | Replies |
|
| .map file creation | 31 Jul 2005 17:26 GMT | 2 |
how to create .map file for a win ce project on an ARM processor , or how to resolve the conflict betweeen /Fm and /c in compiler options thanks, efi z.
|
| Something wrong with this code? | 31 Jul 2005 17:22 GMT | 2 |
I am working with strings that change in size. I use std::basic_string for this. I wish to implement a "format" function. I found some extensions on std::basic_string to do this, using _sntprintf.
|
| Wrong in VB : Dim myThread As New Thread(New ThreadStart(pl.Start) | 30 Jul 2005 11:58 GMT | 4 |
Why do I get... (446): 'System.Threading.ThreadStart' is a delegate type. Delegate construction permits only a single AddressOf expression as an argument list. Often an AddressOf expression can be used instead of a delegate construction.
|
| Upload a file from a Pocket PC to a web server? | 30 Jul 2005 09:22 GMT | 18 |
Hi new to C# and Pocket PC. I'm tring to write a program that will take a file from the Pocket PC, and upload it to a IIS web server using HTTP. how would I do this, and do you have any samples of this in C#
|
| How to play wav | 30 Jul 2005 00:30 GMT | 3 |
does anybody know where is some information about how to play wav files from Pocket PC using C#? I will appreciatte your help thnx
|
| Using the Today API Example | 30 Jul 2005 00:27 GMT | 3 |
I found and implemented the Today API example on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/p pc_yapi.asp I have a few questions though! 1. I am familiar with C and this is my first attempt at VC++. I'm a little
|
| Problem with Switch Off - Pocket PC 2003 | 29 Jul 2005 21:35 GMT | 6 |
I'm developping a C# application on Pocket PC 2003 and obtain a strange reaction of my application which is launched : if I switch off the PDA with the "off" button and then after a time (the tomorrow morning) I switch on the PDA, the application is closed where as I have not ...
|
| Scroll dialog programmatically | 29 Jul 2005 18:53 GMT | 2 |
My dialog resource has WS_VSCROLL, .. I can't get everything to fit on the screen so my dialog displays a scroll bar. When I set focus to a control outside the visible area, using the key pads, the control scrolls into view. But when I set focus programmatically to a control ...
|
| createprocess issue | 29 Jul 2005 18:37 GMT | 1 |
I am facing an issue with using createprocess(). I use this to launch the camera application from my app. On my Qtek and Audiovox XV6600, this code is working fine..But on an I-Mate ppc (.. with lot of storage space used.), the behavior is not very consistent. It has nearly 1
|
| assembler | 29 Jul 2005 15:26 GMT | 13 |
It looks as clarm.exe does not support _asm {} code. Is there any workaround ? thx,
|
| Pocket PC Emulator | 29 Jul 2005 09:51 GMT | 2 |
I am encountering a critical problem. I am using Pocket PC Emulator 2003 with the VS.NET and my application uses multilanguage. The problem is that I am not able to get the Arabic characters. I was able to get emulaters that support different languages like French, Chineses but ...
|
| Create Trial Software | 29 Jul 2005 00:31 GMT | 2 |
Does anyone know of a source code or third party component to create limited trial version of my application? I've seen only one SecureTrial based on User Name. I would like one that based on the device ID. Source code, links, any helpful information is greatly appreciated.
|
| GPRS Problem..Unable to make PPP work over gprs | 28 Jul 2005 20:50 GMT | 2 |
I am writing an application on my T-mobile Pocket PC which opens com port 2 (port of my built in gsm modem) and I can connect to my gprs network using atd*99***1# at command. But I am unable to make PPP work over gprs then. Can anyone help me out with this.
|
| how to color the titlebar of pocket pc | 28 Jul 2005 19:26 GMT | 4 |
hai, i am not an expert developer in pocket pc...now i am trying to colour the title bar of the dialog box,that i desingned,how can i do it using MFC ...plz help mee
|
| Connect to an Access databes | 28 Jul 2005 18:45 GMT | 1 |
I need to connect to an access database from mi pda VS 2003 application , how can a do this?? Thanks
|