| Thread | Last Post | Replies |
|
| Is DirectSound supported | 10 Nov 2004 07:41 GMT | 1 |
I noticed in the PocketPC 2003 SDK, dsound.h is included but not sound.lib. I was wondering if it is possible to use DirectSound with the Pocket PC? And how to do this. I'm attempting to write an app in Windows CE (4.2) Pocket PC and wanted to
|
| converting UInt32 | 09 Nov 2004 23:39 GMT | 2 |
From the registry on the pocket pc I’m retrieving a UInt32 value that represents the date/time. I think it is being stored as REG_BINARY. Anyways how in the world do I convert to a date/time. The value I’m retrieving is 2598258112 and is supposed to represent the following date:
|
| Programming beginners How-to and tool selection | 09 Nov 2004 22:24 GMT | 5 |
Thought I would try to create app's for the PocketPC and need a starting point. First: Any good books that takes you through the basics? And then through the
|
| How can I hook an api ? | 09 Nov 2004 20:52 GMT | 5 |
Any ideas on how to hook an api on ppc 2003 (wince 4.20)
|
| eMbedded visual tools ? | 09 Nov 2004 17:38 GMT | 2 |
I have Visual Studio .Net with emulator for windows CE (V .4.1.0 ) and I'm trying to develop an app using a serial port. I'm new to this and admit total confusion as to this development environment. I'm reading that I have to download the embedded visual tools to set the serial port ...
|
| Start an app with a timer | 09 Nov 2004 17:27 GMT | 3 |
I want to start an application from within another application. The app that is started must be started by a timer that works when the device is off. Today im using Process.Start from opennetcf but that only works when the device is on (I think).
|
| Hooks | 09 Nov 2004 17:04 GMT | 4 |
Is is possible to place system call hooks within CE (Pocket PC and SmartPhone). Ive seen a document in Dr. Donns (Oct 2003), but this is replacing enties within the api tables. Is their and API call as per desktop Windows API's
|
| Slow Debugging with Emulator | 09 Nov 2004 16:58 GMT | 9 |
Hi together, i am just developing a little pocket pc application with the microsoft eVC++ 4.0 Suite. The latest service pack for the IDE is installed (SP 4). I am debugging with the pocket pc emulator and NO real device.
|
| alternative SQL solution for accessing CBD table data... | 09 Nov 2004 13:35 GMT | 2 |
so far i have had no luck in doing "SELECT TOP 1 *" or "SELECT Max(id)" in pocket access. Anyone have idea how i can find the latest record - eg. OrderID, and return max +1?
|
| Disabling screen tap sounds | 09 Nov 2004 12:05 GMT | 2 |
How can I disable screen tap sounds in Windows Mobile 2003 (PocketPC)? The Sound and Notification applet in Control Panel changes the value of HKCU/ControlPanel/Volume/Screen to 0 (screen taps disabled, soft radio button highlighted) or 65536
|
| What development suite to use? | 09 Nov 2004 11:13 GMT | 4 |
can anyone tell me, which development suites (VS.NET, Visual Embedded Tools,...) are available for creating Pocket PC applications and which (dis)advantages they have. Will Visual Embedded Tools be supported and kept on developing in the future
|
| struct problem | 09 Nov 2004 10:50 GMT | 4 |
Hi, I have the following piece of code: ///////////// BD_ADDR direccion; direccion.LAP=0x19C4BB; //24bit LAP (Lower Address Part)
|
| pls help me on this matter....LNK2019 | 09 Nov 2004 09:19 GMT | 2 |
i am now stuck with this problem on LNK2019. i am now using Embedded VC++ 4.0 and Pocket PC 2003 Emulator. The CloseSocket() function had been declared in Sock.h and defined in Sock.cpp but I still get this error ?? below are the errors during compilation.
|
| eMbedded Visual C++ 4.0, how can I show / hide menubar or toolbar ? | 09 Nov 2004 08:15 GMT | 1 |
I want to develop an application for WindowsCE using eMbedded Visual C++ 4.0. Is it possible to add/delete or hide/show toolbars by running the application. e.g. the user choose a menuitem and then a second toolbar should be opened.
|
| How to Sample the Ir Port for signals?? | 09 Nov 2004 07:07 GMT | 3 |
I am currently using embedded VC++ 4.0 to develop a program that will sample the Ir Port of a pocket pc for ir signals. I tried using IrComm and was successful getting two pocket pcs to communicate between each other.
|