| Thread | Last Post | Replies |
|
| Device Id | 20 Feb 2006 16:24 GMT | 2 |
I have an application which needs to transmit via GPRS a unique device id for licensing purposes. What is the API to determine a unique device id? Thanks
|
| Help me debug... -_-! | 20 Feb 2006 15:57 GMT | 1 |
I am doing the migrating from eVC++ to VS2005, and follow the documentation from MSDN, I have done all the basic changes...But right now, there are four major errors stop me from building the project, hope you guys can give me some tips, I am really not so conversant on
|
| msi not installing to PPC | 20 Feb 2006 15:47 GMT | 2 |
I've just followed the deployment article at http://www.codeproject.com/netcf/PackagingAndDeployingPPC.asp and cross referenced to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/n etcfdeployment.asp
|
| Detect where the screen is clicked | 20 Feb 2006 15:32 GMT | 2 |
Does anyone know how to retrieve the position where the the pointer touches the screen i.e using the click event. thanks Andy
|
| Accessing camera on PocketPC | 20 Feb 2006 09:05 GMT | 4 |
I need to be able to access the camera of my device via c# and manage the images it takes i.e. click a button/take a pic/set the save locations/resolutions etc. I believe that the CaptureCameraDialog class is available on devices that
|
| disable SD Card | 20 Feb 2006 07:29 GMT | 2 |
is there a way to disable SD card when installing cab file? I dont want the option to install it on the SD card. i just want the cab file to be install in the memory on the device. Thanks
|
| Change static text on pocket pc | 20 Feb 2006 05:13 GMT | 9 |
Ok, I have search for this all day, and cannot find answer :( I have this line of code. I am trying to change text of a item on the dialog. I also set everything to Unicode. SetDlgItemTextW(IDC_STATIC,_T("B\x1EA1n l\x00E0 ai"));
|
| Done Button Reverts to Smart Minimize | 19 Feb 2006 15:02 GMT | 1 |
When a full-screen dialog box is initialized with the SHIDIF_DONEBUTTON flag set, then the smart-minimize "x" changes to "OK", and generates a WM_COMMAND, IDOK when tapped, which is what I want. However, while this dialog box is up, if another application is started from the Start ...
|
| How to build WinCE.net application with vs.net 2005 | 19 Feb 2006 12:46 GMT | 2 |
VS.net 2005 can be used to create SmartPhone and PocketPC 2003 applications by using C++(MFC), but there is no an option to create the WinCE.net application that can be created by EVC4 before, is it possible to create WinCE.net application by using VS.net 2005? Thanks.
|
| How to delete/allocate new text of SMS message in IMailRuleClient | 18 Feb 2006 22:27 GMT | 3 |
im developing a IMailRuleClient COM object in which i need to modify text of a SMS. What should I use to proper deletion of old text and allocate new text. I suggest, that i cannot just simly use delete and new, because i don't know how the system allocated original text and how
|
| How to get signal strength with Extended TAPI | 18 Feb 2006 18:01 GMT | 2 |
I want to get the signal strength of the different antennas my device (windows mobile 2003) can see at the moment. I found the extended TAPI description: "The prototypes defined in the ExTAPI.h file extend wireless functionality to
|
| Dialog Event | 18 Feb 2006 17:14 GMT | 3 |
I have created a dialog based application using VC++ in Visual Studio 2005 for Pocket Pc 2003 device. I want to know what is the first events of the dialog after displaying the dialog?
|
| SD Storage Card on Pocket PC | 18 Feb 2006 15:45 GMT | 3 |
I'm writing a function to check if an SD card is installed in my device and then to write some data to it after checking if a particular directory exists on the card. Can someone say how to reference the Storage Card from code?
|
| show path of process | 18 Feb 2006 08:10 GMT | 3 |
am trying to make a process viewer using OpenNETCF.ToolHelp.ProcessEntry. I am able to show the processid, base address, thread count and the exe name. however, i want to display the full path of the exe file. i understand that OpenNETCF.ToolHelp.ProcessEntry is a wrapper for ...
|
| eMbedded VC++ 3.0 apps on Windows Mobile 5.0? | 18 Feb 2006 06:19 GMT | 2 |
Can Windows Mobile 5.0 devices run applications that were developed using eMbedded Visual C++ 3.0? Thank you, Ryan Burdick
|