| Thread | Last Post | Replies |
|
| About Databindings | 24 Jul 2005 22:34 GMT | 4 |
I have this, (works in windows, but Send me error on Pocket pc windows 2003 second edition) Me.TextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Myds, "tablename.fieldname"))
|
| How to make window scrollable in MFC?? | 24 Jul 2005 13:55 GMT | 2 |
<<How to make window scrollable in MFC??>> Hi everyone, I have been trying to make my window scrollable in MFC because it needs to have a lot of text boxes or things to be displayed in a small
|
| run proccess when the power down | 24 Jul 2005 02:53 GMT | 2 |
can I write any program, which will run also when device's power is turned down? means: program runs, make some function, and when get some value it can wake up device or launch some application.
|
| trouble in Installing eVC4 | 23 Jul 2005 23:46 GMT | 2 |
I have difficulty in installing eVC4 in my PC which is running on Windows XP home. When I run the setup.exe. the system prompts windows/autoexec.nt is not suitable for running ms-doc.....
|
| Killing Notification dialogues | 23 Jul 2005 05:01 GMT | 2 |
i have an app i wrote which can intercept the hardware keys and do something. One of the "something" i would like to do is close dialogues when a certain key is pressed. How can i do this? By "dialogues", i mean modal forms AND those bubble notifications on
|
| one application | 22 Jul 2005 18:44 GMT | 2 |
I am writing a pocket pc-based application that will be used to facilitate the collection of data for a health services research study. In this study, patients will take a pockect pc home for a week. Over the course of that week, at random times, the patient will be prompted to ...
|
| Launch a program from PC | 22 Jul 2005 18:05 GMT | 1 |
Does anybody knows how to launch a program in my PDA from my desktop?, i mean if the PDA is connected to the PC with USB and ActiveSync, i want my program to be launched on the PDA from a program at my PC. I mean the one that fires the launching of my PDA program will be a program ...
|
| MSXML: Loading from file | 22 Jul 2005 16:13 GMT | 3 |
I'm trying to load xml from a file. What I don't know how to do, is pass the filename to the load function of a IXMLDomDocument. For example, here's how it would be done with MSXML 5 (I think we have MSXML 2 or 3 on the pocket pc):
|
| installer system | 22 Jul 2005 14:36 GMT | 2 |
can anybody tell me if i can find a good installer software which allows me to do scripts to handle my installation as i need?
|
| Screen orientation ? | 22 Jul 2005 10:28 GMT | 4 |
What is the best method to find the current screen orientation of a device (in C++) ? I mean one that works on any device (WCE2002 and up) ie. one that could be used under Embedded 3 for a program written for WCE2002 but that could also
|
| Missing header files | 22 Jul 2005 09:48 GMT | 4 |
I wonder if anyone can help me. I'm modifying some code that was written by someone I am unable to contact. It was written for the Pocket PC and it uses the Message Queue to communicate with a peripheral. I desperately need two header files called "msgqueue.h" (For use with ...
|
| Calling Web Services | 22 Jul 2005 07:30 GMT | 1 |
Plz Assist me how to call my Web Services in Packet PC (SmartDeviceApplication). thanx
|
| Windows Dir | 22 Jul 2005 03:17 GMT | 2 |
does anybody know how to get the Pocket PC's windows directory using Embedded Visual C++4?; i try to use ::GetWindowsDirectory but it keeps telling me that is not part of the global namespace, and i don't know how to include it, i already included windows.h but still doesn't work ...
|
| COM: return full path of a caller (ASP) | 21 Jul 2005 23:47 GMT | 5 |
I'm trying to write an ATL COM to be used with an ASP on Windows CE Environment. I want to get the full path of an ASP file which calls the COM dll. In my COM, I have a method called "MapPath" which is meant to return the
|
| Undocumented DLLs / Decompilation | 21 Jul 2005 22:06 GMT | 7 |
Is there any way to use a DLL which you do not have the API for? I have an iPAQ and the camera / consumer ir dll files on the rom (without an API). How hard would it be to work out the function calls / required
|