| Thread | Last Post | Replies |
|
| Pocket Pc 2003 emulator | 15 Mar 2005 14:15 GMT | 4 |
is it possible to use the Microsoft SQL Server 2000 Windows CE Edition 2.0 on the pocket pc 2003 emulator??
|
| Is there a way to monitor registry? | 15 Mar 2005 13:39 GMT | 2 |
could anyone please tell me, if there is a way of monitoring pocket pc registry for changes? I mean is there something like registry change notification? Something similar to SHChangeNotifyRegister...
|
| IrDA Baudrate | 15 Mar 2005 13:15 GMT | 2 |
Devices establishing an IrDa connection initially communicate at 9600baud. When entering Normal Response Mode depending on their capabilities they will switch to a higher baudrate. On a PocketPC is there a way to limit this baudrate to 9600baud?
|
| Convert Pocket Pc project To Winodws Ce .net | 15 Mar 2005 12:56 GMT | 1 |
I made an application for pocket pc with VS.net 2003 and now I want to make it for windows ce .net How can I do this convert without recreating the program? Thanks
|
| how to make a setup program for Pocket pc?? | 15 Mar 2005 12:40 GMT | 3 |
Dear guys. I using VB.NET design application for Pocket pc,but i don't know how to make a install program for Pocket pc,i just can make a setup program for PC,so how anybody can teach me how to make a setup program for
|
| pocket outlook | 15 Mar 2005 10:56 GMT | 1 |
I'm planning to write an application where My Pocket PC reads data from Exchange Outlook to pocket outlook by synchronising them. This far no problem. Now, I want to extend the functionality, and provide some extra custom fields (extend the class appointment). This can be done ...
|
| HTML GUI problem | 15 Mar 2005 06:53 GMT | 2 |
im using the pocket ie as a GUI in my application. but when i try to change it dynamically from my app.it is not working. for example my pocket ie page has "portrait" as "href" and when i trap the click event and try to send message. but it is not
|
| Specifying full namespace in VB.NET for SqlCeEngine | 15 Mar 2005 05:56 GMT | 2 |
I was wondering why I have to specify the full name space for to incorporate the SqlCeEngine into my project as below Dim engine As New System.Data.SqlServerCe.SqlCeEngine("Data source = \My Documents\mobileporject.sdf")
|
| Importing Access Tables Programmatically | 15 Mar 2005 03:55 GMT | 4 |
I know how to import tables from an Access database, via ActiveSync, to use the information on my Pocket PC, and keep the table data sync'ed with my desktop. But I am working on a PocketPC application (VB.NET 2003) where I would like to do that for the user (so the user doesn't ...
|
| Get system clock to millseconds | 14 Mar 2005 23:29 GMT | 3 |
I used eVB on PPC 2002 and was able to access the system clock down to millisecond resolution using code . Declare Function GetTickCount Lib "Coredll" () As Long I am migrating to VB.net 2003 on PPC2003 and could not locate this function
|
| Upgrading a Pocket PC App | 14 Mar 2005 23:08 GMT | 1 |
Is there a way to automatically start an upgrade of a Pocket PC app? I have an app that periodically connects to our main SQL Server to upload/download data. I keep the version number of the app in a table and can tell if the Pocket PC device has the current version. I'd like to ...
|
| Loading and displaying JPEGs from data file | 14 Mar 2005 23:08 GMT | 3 |
I'm developing a cross platform application (palm/pocket PC) and I want to use the same datafile format for both platforms. Hence, jpegs are stored as binary data in one big datafile that ships with my application. This works fine with my Palm app.
|
| Is it possible to disable the Ok icon in an MFC application | 14 Mar 2005 22:45 GMT | 2 |
Hello, I am developing a multiple dialog based application using embedded visual C++. Is it possible to disable the Ok icon that appears in the top right hand corner and if so how.
|
| pocket pc 2002 emulator error | 14 Mar 2005 21:23 GMT | 2 |
I use EVS 3.0 and I'm developing pocket pc 2002 application. I made "Hello World" project and When I run it on emulator, my PC reboots. Who knows about this error? please imform me about it. - my system(notebook) :
|
| progress of bitmap loading | 14 Mar 2005 19:08 GMT | 5 |
is any possibility to get a value progress of the bitmap loading from the function: static void CALLBACK ImageProgress(IImageRender *pRender, BOOL bComplete, LPARAM lParam)
|