| Thread | Last Post | Replies |
|
| Req:A sample about Raw IRDA connection | 27 Jul 2005 06:46 GMT | 4 |
I need a sample in VB.Net which can send some text via the IRDA port. I have done many programs in vbasic 6.0 with mscomm object but I don't know how i develop the irda port the same as comm ports. Is it possible use the IrDa port as use mscomm object. I heard that I must use the ...
|
| ActiveSync and Threading | 27 Jul 2005 03:41 GMT | 1 |
I am new to using threading [with C#] and would love some advice on two related questions. Both apply to code that I want to add to my WinForms app to have data transfer run in a separate thread within it: 1. I've done lots of reading and am thinking of having the ...
|
| Does the emulator support BlueTooth? | 26 Jul 2005 19:25 GMT | 1 |
I'm a noob trying to develop a simple Bluetooth app on my Windows Mobile 2003 device, it has the Widcomm Bluetooth stack on it. AFAICT, there doesn't look like any kind of Bluetooth stack on the emulator, which I guess makes sense, but on the other hand I sort of
|
| XML parser | 26 Jul 2005 19:23 GMT | 15 |
Hi, I need an XML parser. Don't need it to be validating. Do I have to use the XML parser that's built in into pocket internet explorer (PIE)? How do I use it? samples?
|
| Power-up device by RS232 port and lauch my program automatically | 26 Jul 2005 17:54 GMT | 4 |
I am writting a Windows Mobile 2003 program to control an external hardware via RS232 COM port. Now I want the PDA to be swiched on when the RS232 port is connected, and my program to be launched without any user touching the PDA.
|
| application name | 26 Jul 2005 07:18 GMT | 3 |
when i go to add/remove program on pocketPC, my application name says "My company".i need to change that. here is my list on ppc_inf file. i dont know how its set as "My company". where should i do the settings. [Version]
|
| Speech Recognition SDK's | 26 Jul 2005 05:38 GMT | 1 |
I'd like to contorl my PPC 2003SE app with spoken commands We especially need support for "continuously" scanning the audio stream and recognize Keywords!! (In contrast to for example the Microsoft Tool, where you have to press
|
| problem of SetTimer in a Dll | 26 Jul 2005 03:57 GMT | 1 |
I SetTimer(hwnd , id , delay , timeproc) in a Dll , but the timer only can work 1 time , and when it return from timeproc , the error appear , DataType Misalignment, even the Timeproc does nothing . AnyBody know how can I do ? thanx
|
| strugle, strugle, strugle ftp still not working | 26 Jul 2005 03:55 GMT | 1 |
i am strugling with next problem: i am making a PPC program which must send (cradle) a file with ftp to a pc. in the craddle i can access an ftp site and have full right. (i opened from internet explorer and the access is ok.)
|
| get dll exported value | 26 Jul 2005 00:19 GMT | 2 |
how to get value or function exported by dll ? means: I made default dll (SDK sample) which can export: // This is an example of an exported variable
|
| insertion of wavein filter failed! | 26 Jul 2005 00:06 GMT | 4 |
I am writing a sample directshow audio only capture application on top of the existing capture framework (ICaptureGraphBuilder)provided on Magneto. When i am adding MS provided wavein capture filter in the capture
|
| SHIDIF_FULLSCREENNOMENUBAR broken in WM 2005 | 25 Jul 2005 22:53 GMT | 2 |
WM 2005 documentation still says that SHIDIF_FULLSCREENNOMENUBAR is supposed to size the dialog to full screen without leaving space for the menu bar, but it appears that SIP button still shows through (even if no space is left
|
| copy file to debugger | 25 Jul 2005 22:35 GMT | 6 |
How can I copy a file to the debugger? It's an input file to my application that I am trying to debug. Normally when I compile, the compiler copies the file to the debugger to the emulator and executes it, but my application needs the configuration file
|
| Recording wavs on IPAQ | 25 Jul 2005 13:25 GMT | 1 |
Hello people. I am writing a small application for the IPAQ, and I need to record 2 seconds of a simple wav file (preferably with the header and everything, but I will be satisfied even if I only can only get the
|
| __declspec(align(#)) | 25 Jul 2005 04:50 GMT | 3 |
I've found several topics on the subject, but didn't find any specific answers. I'm building an application with eVC++ 4 and I'm getting this error when trying to compile using __declspec(align(32)) for one of my classes:
|