| Thread | Last Post | Replies |
|
| Need help with CABWIZ | 03 Aug 2006 02:58 GMT | 7 |
In the registry of a Windows Mobile 5 based Pocket PC (actual device not emulator) there are keys named as follows: HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\"オーナー情報" HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\"デバイスをロックする"
|
| Active Sync 4.2 keeps dropping | 03 Aug 2006 01:27 GMT | 2 |
i recently upgraded from VS 2003 (.Net v 1.1) and ActiveSync 3.8. i was using wireless connectivity to connect a device to our network and to my desktop via ActiveSync for development and debugging. All was well. Now that i've "upgraded" to VS 2005 (.Net v 2.0) and ActiveSync 4 ...
|
| new for pocket pc programming | 03 Aug 2006 01:21 GMT | 1 |
I m new in Pocket pc programming. I have downloaded MS visual studio 2005, Active sync 4.2 and windows mobile sdk. Can anyone please tell me the biginner's tutorials and sample programs to start with mobile/ pocket pc programming?
|
| Installation from CAB file error message | 02 Aug 2006 23:45 GMT | 6 |
When I attempt to install over-top of an existing installation of the program I am part of developing using a CAB file, I receive the error message, "Unable to remove the previous version of <program name>. Do you want to continue installing <program name>?"
|
| Controlling power and light | 02 Aug 2006 19:50 GMT | 2 |
1) I'm looking for a way to turn on the pocket pc programattically. My application is running on the backtound, and needs to be working again in a certain date and time. Is there a way to use the system alarm's for this task ?
|
| DRA::SCALEPT() broken? | 02 Aug 2006 18:01 GMT | 2 |
In "DeviceResolutionAware.h", there is a function called SCALEPT that appears to be similar to SCALEX and SCALEY, only for scaling POINT structures instead of x/y values. Here it is:
|
| About "copy always" | 02 Aug 2006 14:40 GMT | 1 |
If there is a file that I want to deploy to the PDA, I can select "copy alwasy" in its property page. Now, I have done it. But it doesn't work, Why? thanks in advance.
|
| Open CF Forum | 02 Aug 2006 13:40 GMT | 2 |
Hi, would you liie to introduce several good forum where we can communicate about the problem with Open CF and its controls. Why can't I registered the forum of OpenCF's own?
|
| Problem profiling an application running on pocket pc emulator | 02 Aug 2006 07:14 GMT | 1 |
This project that I am trying to profile is basically an add-in(a dll) for an application on the Pocket PC emulator. I am using compuware's Devpartner studio for same. But its not able to profile my project and says that there is no valid target for this project.
|
| Get fonts on my PDA | 02 Aug 2006 04:03 GMT | 1 |
Hi, How can I get all of font that have been installed in my PDA? So that I can use the fonts in my Program. I want to know how to get the fonts in programming?
|
| ReadOnly property of TextBox affects BackColor | 02 Aug 2006 03:05 GMT | 3 |
I need to use TextBox with special BackColor. Until I set its ReadOnly property to True, everything is fine, but when it's True then BackColor is wrong - it's always light blue/gray. Label doesn't accept setting of BackColor.
|
| dll under CE.NET 5.0 | 01 Aug 2006 23:19 GMT | 2 |
I'm trying to create a C++ dll that will run under CE.NET 5.0, but don't know where to start. It doesn't look like I have the correct SDK, as there are no CE.NET projects available. As it's using an ARM processor, can I simply do a Win32 project, and set the platform to ...
|
| Target both PPC 2003 and Mobile 5.0 in the same project | 01 Aug 2006 21:39 GMT | 5 |
I've been trying to google this but haven't come up with anything. Is there a particular reason that when creating a new Smart Device project in VS2005, you have to pick either PPC 2003 OR Mobile 5.0? Why can't you target both if they are both running .NET CF 2.0?
|
| Set value in combo | 01 Aug 2006 20:17 GMT | 2 |
I'm populating ComboBox with data from DataTable this way: cbTechnicians.DataSource = Workorder.dtServiceTechnician cbTechnicians.DisplayMember = "Name" cbTechnicians.ValueMember = "TechnicianID"
|
| dialog box from setup.dll | 01 Aug 2006 19:17 GMT | 2 |
I am VERY new to windows C++ application development. I have created a non-MFC dll that contains functions that are called during the install process of a CAB file. I want to create a custom dialog box to display during installation. The dialog box needs to have multiple ...
|