| Thread | Last Post | Replies |
|
| How to open full-screen dialog and remove the "OK" button | 18 Apr 2006 23:16 GMT | 2 |
Hello, I have HPC, WinCE 5.0 1. I open dialog without system menu, but still there is button in the rigth-up corner ( on the title bar ). The function: "ShowDoneButton" works only on PocketPc platform.
|
| Message marshalling on CE? | 18 Apr 2006 08:51 GMT | 2 |
I'm trying to access a list control in another process and have fallen foul of the problem of pointers failing access different processes. The following type of code works under XP but I've not managed to find a suitable way to convert it to VC.
|
| Can any body help me learn from basics | 17 Apr 2006 21:30 GMT | 6 |
After lot of study and execution of samples i find it hard to understand the basic architecture of smartphone applisations I am using Embedded vc++ 4.0 with smartphone 2003 sdk can any body give me basic learning applications??
|
| Problems Installing Standard SDK for Windows CE 5.0 & Embedded Visual C++ w/ SP4 | 17 Apr 2006 17:43 GMT | 19 |
I have installed Embedded Visual C++ along with SP4 and cannot get the Windows CE 5.0 SDK to install, even though it lists these as the only requirements. The install claims I do not have the proper development tools for the installation. Any thoughts?
|
| How do I access IO address space | 14 Apr 2006 06:35 GMT | 9 |
I want to access some GPIO pins on my hardware. The hardware manual lists them as at IO address 0xD000 and 0x0328. I have sample code to operate them using inport() and outport() operating under DOS.
|
| CE ZOOM reference code | 14 Apr 2006 01:12 GMT | 2 |
Good Morning, I would like to know if there are reference C++ codes available to show how CEZOOM retrieves the Pocket PC display memory content via ActiveSync connection.
|
| WINCE 5.0 printf string length limitation. | 13 Apr 2006 18:29 GMT | 9 |
I've found that there are some string length limitation in the printf implementation in WINCE's stdlib. There seems to be a limitation of 256 character in the printf("%s", str);
|
| GetComputername() equivalent in eVC++ 4.20 SP4 ? | 13 Apr 2006 18:11 GMT | 1 |
I cannot find an equivalent to Desktop SDK's "GetComputername". Can I use somewhat else / some reliable information from the Registry? Or have I to use WinSocks "GetHostname()" ?
|
| pop up a TCHAR[1024] | 13 Apr 2006 13:40 GMT | 10 |
i have TCHAR buff[1024] = "testing"; MessageBox(hWnd, buff, TEXT("caption"), MB_OK); it only output the first character of buff, how can i output the whole
|
| need technical resource | 13 Apr 2006 11:39 GMT | 1 |
I'd like to find a consultant or company who can advise and help one of my developers (we are a small tream of software developers) with the design of a eVC application. Our guy has some solid C++ and .Net experience but is very new to WinCE and since I keep him very busy he has ...
|
| Problem with sethostname | 12 Apr 2006 23:02 GMT | 4 |
I'm using sethostname to register a windows CE 5.0 device with WINS/DNS. I'm using the following code. if (sethostname(char *)m_DeviceName.GetBuffer(iHNameCount),iHNameCount) != 0) {
|
| PEGHELP.EXE | 12 Apr 2006 15:31 GMT | 1 |
I am calling peghelp.exe by using the below function CreateProcess(TEXT("PegHelp.exe"),TEXT("xyz.htm#details") ,NULL, NULL, FALSE, 0, NULL, NULL, NULL, NULL); The issue is when xyz.htm is not available then I do not want
|
| Diff Tool | 12 Apr 2006 12:58 GMT | 3 |
What tool could I use to generate a report of code difference of a list of files? For instance, I have the following files within a node: A_04_11_2006.cpp, A_04_10_2006.cpp,
|
| Can I use a jpg picture as view's background?(WCE.NET 4.2 eVC++ 4. | 12 Apr 2006 09:08 GMT | 5 |
Hello every one~ What I wanted to do is as follows: 1) Display a JPG format picture in a view.(I have done) 2) Display some ICONs from resource above the picture in the view using
|
| how to programmatically add a string to a string table | 11 Apr 2006 20:29 GMT | 3 |
I have an application written for an HP iPAQ hx2700 running WIN CE 5.0. There is an area that is password protected and I am trying to develop the password management module. The original password is in a string in the string table resource. When the users decide to change the ...
|