| Thread | Last Post | Replies |
|
| RegisterHotKey, UnregisterFunc1 VK_F1,VK_ F2; UnregisterHotKey doesn't work ? | 17 Jan 2007 00:52 GMT | 2 |
I have a question about hotkeys on a PocketPC with Windows Mobel 5. I am trying to program the two hardware buttons that are located immediatly below the screen, the ones with which you normally operate th menubar softkeys.
|
| is there a way to record incoming voice? | 16 Jan 2007 21:56 GMT | 2 |
I'm having a difficult time finding software that records incoming voice. Is this even possible? I'm a bit of a programmer in vb, and was wondering if anyone can advise.
|
| Replication in Sql Server 2005 Express | 16 Jan 2007 20:32 GMT | 2 |
Hi, i'm a Brazilian Developer of Pocket Pc. I would very like to participate of this group, to help in my doubts regarding pockets pcs. Currently I am with a problem when trying to carry through replicacao
|
| Pocket PC service | 16 Jan 2007 17:19 GMT | 3 |
I wanted the program started when the system boots. And known that implement it as a service could accomplish that I tried a demo (http://www.pocketpcdn.com/articles/services.html) which will be
|
| Image+ScrollBars | 16 Jan 2007 14:29 GMT | 2 |
I'm trying to display an ... let's say 1024x768 resolution image on a 640x480 Pocket PC. If i use BitBlt(), it will only display the x=0, y=0, width = 480, height = 640 of it. I need to use something to automatically display scrollbars to let me view my whole image. Is
|
| question about CreateFile and FILE_FLAG_WRITE_THROUGH | 16 Jan 2007 14:26 GMT | 1 |
Suppose I have a file created with FILE_ATTRIBUTE_NORMAL attribute. I think it means attribute FILE_FLAG_WRITE_THROUGH is not enabled. Is my understanding correct? And I think if I do not enable the FILE_FLAG_WRITE_THROUGH attribute, even
|
| Visual Basic Embedded and Win CE v5.0 | 16 Jan 2007 13:20 GMT | 3 |
Is it possible to run an app written with VBE on a CE 5.0 PPC? Is the VB-runtime available only for CE 2003? Little confused :( Stefan
|
| Help! How can I prevent to reconnecting Wi-Fi | 16 Jan 2007 11:37 GMT | 1 |
Hi all. I writing application, that using Wi-Fi, to connect to Internet. All work fine, but... When Pocket suspend, Wi-Fi connection is dropping :(, so I need to my application work all time (and when the screen is turned off too!). I have tried used Power Management API (in
|
| How to Create a program Icon in C# | 16 Jan 2007 04:26 GMT | 7 |
I would like to create an icon for a program that runs on the Pocket PC. Does anyone know how this is done. In C++ I can go to resources and create an icon. I can't seem to find the same functionality in C#. I'm sure there's an easy way but I can't find it.
|
| RunOnce equivalent? | 16 Jan 2007 01:29 GMT | 1 |
I wish to run a command once after a soft reset. Is there another way than to put something in startup folder and then deleting that after startup? Lisa
|
| copy system file | 16 Jan 2007 00:45 GMT | 1 |
Is there a tool that can copy system files? I wish to make a copy of wceload.exe
|
| Cabwiz setup.dll and theme problem | 15 Jan 2007 21:59 GMT | 2 |
In my CESetup.dll I wish to install a theme. I created this function: BOOL LoadTheme(LPCTSTR pszThemeFile) {
|
| pack together multiple cabs | 15 Jan 2007 21:53 GMT | 5 |
How can I pack together multiple cabs into a single one and have them installed? I'm using eVC, I think cabwiz for WM5 (VS2005) is quite different, right? Lisa
|
| Visual Studio 2005 Team Edition | 15 Jan 2007 20:49 GMT | 1 |
I wish to develop native and .NET applications for WM5. I need Visual Studio 2005 Standard or Professional for this, right? Does Visual Studio 2005 Team Edition include the Visual Studio C++/C# IDE's and SDK for developing Mobile applications or is that a seperate product
|
| Get process handle of caller in XXX_IOControl? | 15 Jan 2007 11:25 GMT | 2 |
Is it possible to get the process handle of the application that calls DeviceIoControl inside the XXX_IOControl method of a service? Regards, Daniel.
|