| Thread | Last Post | Replies |
|
| New iPhone Commercial - You Tube video | 30 Jun 2007 14:42 GMT | 2 |
Watch out New iPhone Commercial - You Tube http://mobilephone-guide.blogspot.com/2007/06/new-iphone-commercial-you-tube.html
|
| Object Store | 30 Jun 2007 14:34 GMT | 4 |
I am using Visual Studio .Net 2005 and Windows Mobile SDK to create a PocketPC application. I am a newbie at doing this with this product. I've used Visual CE quite a bit. Visual CE used an object datastore as a repository to hold locally
|
| New versions of POOM break app | 30 Jun 2007 13:02 GMT | 2 |
We've been using POOM through its ActiveX interface for many years. The file Pimtlb.dll does the job for us. Part way through WM5 (and in WM6), this does not work anymore. The last version of PimStore.dll that seems to work is 5.01.14847 (in the
|
| Can CE's title bar be covered up by other windows? | 29 Jun 2007 20:52 GMT | 7 |
By "CE's title bar" I mean the bar on the very top of the screen, which contains the Start button, window name, signal strength indicator, time, etc. I tied to create a WS_POPUP window to occupy the entire screen, but no matter how I tried, CE's title bar always goes in the front ...
|
| Bluetooth connection to GPS device | 29 Jun 2007 18:02 GMT | 4 |
I am working on a iPAQ Pocket PC application that gets the location from a iBT Bluetooth GPS. When I leave Bluetooth on for the Pocket PC, I have no problems reading data from the GPS. I am able to open the COM port using CreateFile, get the
|
| bitmap from memorystream has altered pixels | 29 Jun 2007 17:48 GMT | 1 |
// at server, bitmapStream is a MemoryStream that i put together by converting a gif file from indexed pixel format to raw (A)RBG format Bitmap carrierBitmap = new Bitmap(bitmapStream); // store encrypted data at the 'R' element of pixels at various
|
| GetDiskFreeSpace question | 29 Jun 2007 13:08 GMT | 3 |
When I do the following : fResult = GetDiskFreeSpace (GetAppPath(), &dwSectPerClust, &dwBytesPerSect,
|
| Connect To SQL2006 | 28 Jun 2007 13:43 GMT | 1 |
I'm using vs2005. I'm trying to configure WM6 emulator to connect to my work LAN, I succeeded connect to the internet using the Activesync, I followed the article http://blogs.msdn.com/cbrochu/archive/2005/11/04/ppcinternet.aspx I'm trying to connect to my development PC. I done the ...
|
| ask about rapi for Contacts Database | 28 Jun 2007 07:07 GMT | 4 |
hello everyone,by using CEOID CeReadRecordProps( HANDLE hDbase, DWORD dwFlags,
|
| How to overwrite AppInstall Setting ? | 28 Jun 2007 04:42 GMT | 2 |
I need to change the registry value [HKEY_CLASSES_ROOT\cabfile\Shell\Open\Command] from "Default"="wceload.exe "%1" /nodelete" to "wceload.exe "%1" As this is a registry value in apps.reg which is located under public folder.
|
| Pocket PC Deployment | 27 Jun 2007 19:30 GMT | 7 |
Ok, so I need to set up my deployment for an suite of applications I've written for Pocket PC using WM 5.0. The suite includes two cab files. I want to be able to deploy this using a cd on a computer that does not have the .net framework installed.
|
| WCE 4.2 | 27 Jun 2007 19:30 GMT | 3 |
Hello, group: I have some doubts and wanted to know if somebody can help me. I am making applications with .NET with CF 2,0, for devices that have WM 5,0, but now I am with a device that has WCE 4,2, and like not if it can run the applications that I am making. According to I ...
|
| settings for WaitCommEvent | 27 Jun 2007 17:20 GMT | 10 |
This is a 3 part question, all dealing with WaitCommEvent: First: My code calls SetCommMask, then WaitCommEvent. After WaitCommEvent has finished, do I need to re-call SetCommMask, or are the values still set? I
|
| Support for XML in MFC applications | 27 Jun 2007 16:36 GMT | 5 |
I develope MFC based project, which run on HP iPAQ PDA under Windows Mobile 5. I need to create XML file, write to it and read from it . As far as I understand MFC doesn't have support for XML. I don't use .NET. So my question what is correct approach to resolve this problem.
|
| Sharing common functionality/types between smart device and deskto | 27 Jun 2007 14:12 GMT | 2 |
I am developing two apps, one for the pocket pc using .Net CF 2, the other (a managment type app) for the desktop pc .NET 2.0. The two apps will 'work together' as a complete system. My problem is this:
|