| Thread | Last Post | Replies |
|
| how to use TrackPopupMenu right? | 11 Jul 2005 14:51 GMT | 5 |
Hello again, I was building a small context menu which should popup when the user holds down the stylus for a while. For that I used the code shown below. But if I try to build the code the following failure occures: "error LNK2019:
|
| adding image on the button | 11 Jul 2005 10:20 GMT | 4 |
hiiii, i m new to this group.i nees some help. can any body tell me how to add an image on a button control in the pocket pc application or any work around for this. thanx
|
| adding unicode character on the button control | 11 Jul 2005 10:11 GMT | 2 |
hiiii, i have another problem coming out. i m adding a symbol from wingdings on a button control but when i run my application then instead of showing a symbol its shows the plain text only(the code for that symbol for ex. N for danger sign). waiting for an early and
|
| Could ListView cause problems after inserting two many items? | 10 Jul 2005 19:05 GMT | 7 |
Hello again, please see the Post-Subject for my question. Working with the Listview per ListView_GetItem causes "first chance exceptions" after I cleared the whole listview and inserted about 100 items.
|
| CeSetUserNotificationEx - or how to really wake up the system? | 10 Jul 2005 15:56 GMT | 2 |
Hi group I'm using CeSetUserNotificationEx() to sucessfully start a (second) instance of my application at a predefined point in time in the future. If the point in time is reached, this second instance is
|
| LockFile() and UnlockFile() | 10 Jul 2005 06:34 GMT | 4 |
Are there any equivalents on Pocket PC ? thx,
|
| Minimize | 10 Jul 2005 00:00 GMT | 9 |
I want two menu items. One closes the application. The other minimizes the application. The first I have (of course). Using C# in 2003 SE how can I minimize (perform the same function as an OK button) for that menu item?
|
| understanding LPARAM | 09 Jul 2005 22:05 GMT | 5 |
as you know (see my previous postings) I'm working with a Listview control. Every item I'm inserting in the ListView has a text and a specific ID. Later on I need this ID. So I put the ID as the LPARAM of the item. LVITEM item;
|
| What message should be get while holding the pen for a while on the screen? | 09 Jul 2005 19:42 GMT | 2 |
What message should be get while holding the pen for a while on the screen? I want to popup the trackmenu while the user hold the pen for a while on the screen. Thanks!
|
| Windows ce Vs Pocket PC ??? | 09 Jul 2005 16:14 GMT | 5 |
I have an Ipaq rz3000 serie of HP, I am programming in Visual net 2003 all is working fine, I just have dudes about What is make diferences vs Windwows CE and Pcoket PC?? At time of new project, Visual net ask me for windows CE or Pcoket PC, I am
|
| HttpSendRequest problem | 09 Jul 2005 11:53 GMT | 2 |
Anyone know why, in the code snippet below, HttpSendRequest() would be failing with an error code of 87? (invalid parameter) To reproduce the result, create any Pocket PC 2003 project in eVC4 and insert the lines below anywhere where they'll get executed. (And add #include
|
| FileOperation CSP | 09 Jul 2005 00:33 GMT | 3 |
Could someone (preferrably from Microsoft) confirm that the "FileOperation" CSP (Configuration Service Provider) does not work on WM 2003 SE for Pocket PC? The SDK docs have examples for doing it that doesn't work. I want to install an application with a .cpf (CAB with _setup.xml) ...
|
| SmartCard API using Windows for Mobile | 08 Jul 2005 23:53 GMT | 3 |
We are willing to access a custom SIM card from a Windows for mobile smartphone, using custom APDU frames. The simplest way seemed to be using SCardTransfer function, but as far as I know, the Windows CE SmartCard API is not available when using WfM. Can
|
| SQL ce Administration | 08 Jul 2005 23:29 GMT | 1 |
Hi, I have installed the SQL ServerEnterprise Manager in my PC and the SQL CE in my pocket, Actually, I can connect my mobile application to my SQL, no problems, (i can
|
| syntax help with createfile() in communicating to com port | 08 Jul 2005 19:37 GMT | 1 |
I'm kind of new to this and I'm trying to open an COM Port with CreateFile() There is something wrong with my 1st argument "COM1:" and I don't understand why or how this is getting an error in the compiler. HANDLE hcomm = CreateFile("COM1:", GENERIC_READ | GENERIC_WRITE,
|