| Thread | Last Post | Replies |
|
| eVC4 / Platform Manager Failures | 31 Aug 2005 23:07 GMT | 1 |
I recently had my development workstation cease connecting with my WinCE 5.0 target device for reasons which elude me at the moment. I'm using TCP/IP transport with the manual server. Things go normally up until I hit "OK" on the dialog where it gives me what parameters to ...
|
| Retrives password from registry | 31 Aug 2005 19:07 GMT | 3 |
I need to retrive password from PPC's registry. My application at moment use the path : COMM\\RASBOOK\\ to get properties like: Connection's name and User's name; password resides
|
| Win CE 5: sockets and receive timeout | 31 Aug 2005 18:03 GMT | 2 |
I am currently working on a network application for Windows CE 5.0 devices using C with MS VC Embedded. I use all the socket related functionality provided by Winsock2. So far, the application is able to send and receive TCP/IP streams and UDP packets. Very nice.
|
| DeviceIOControl issue | 31 Aug 2005 14:00 GMT | 2 |
I am trying to use IOCTL calls.......but facing a trivial yet not so trivial problem. I called DeviceIOControl from my app and into a stream driver that would accept the IOCTL. Now, i am also sending buffer thru the DeviceIOControl and trying to fill the buffer in Stream driver. ...
|
| Setting Timeout for InternetReadFile | 31 Aug 2005 09:45 GMT | 1 |
I am using "InternetReadFile". Sometimes it hangs on somepages. I want to set a timeout for this, so that it can wait only for that much time and then quits.. Con anybody suggest me how can I do this Byeeeeeeeeeeeee
|
| passing focus to CEdit in a few situations | 31 Aug 2005 09:39 GMT | 2 |
I have the following problem: I created a dialog with a CEdit and a few buttons. I'm trying to keep focus in CEdit when the buttons are not pressed. When one of the buttons is pressed the focus is obviously gone from edit box. After the button goes up
|
| DLL export definition | 30 Aug 2005 18:41 GMT | 1 |
I have a .def file for a (user space device driver) DLL that looks like: ;================================================= ; BTDevice1.def : Declares the module parameters for the DLL. LIBRARY "BTDEVICE1"
|
| C2731 | 30 Aug 2005 16:14 GMT | 4 |
i got an error msg about overload the 'WinMain'. But over all of my source files, i only declare it once. And when i hidden the 'WinMain'. There will be a link errer LNK2019 - unresolved external symbol WinMain referenced in function WinMainCRTStartup.
|
| SetEvent | 30 Aug 2005 13:45 GMT | 4 |
i am writing a program which is handling threads and events. i have tried to Set a event in a thread procedure using SetEvent(). but it returns error code 3. So, can we use SetEvent in a thread.
|
| Wireless Lan Device Name | 29 Aug 2005 16:07 GMT | 1 |
i am trying to use my wireless lan card and query it and display all the AP points. but i am not able to get the device name of my wireless lan card. i am new to it.
|
| How to export a WCE.NET4.2 SDK for VS.NET 2003 | 29 Aug 2005 15:59 GMT | 1 |
I am new to the develop of WCE.NET. The hardware platform manufacturer provides me with a BSP and a SDK for EVC4.0. But I want to develop the application using VS.NET 2003. Then I tried to build a SDK for VS.NET using PB4.2 by setting
|
| Problem compiling a program | 29 Aug 2005 14:59 GMT | 2 |
I've got a problem compiling a program in c++. I'm using MFC. I have two classes called CMyRadioButton and CMyRadioGroup. In CMyRadioButton I need a pointer to a CMyRadioGroup object. In CMyRadioGroup I also need a pointer to a CMyRadioButton object.
|
| grayed out the submenu item | 26 Aug 2005 17:51 GMT | 3 |
how will i grayed out the submenu item of menubar? (pocketpc) HMENU hMenu = (HMENU)SendMesssage(hWndMB, SHCMBM_GETSUBMENU, 0, (LPARAM)IDR_MBMAIN); EnableMenuItem(hMenu, ID_FILE_SAVE, MF_BYCOMMAND | MF_GRAYED );
|
| VS Express 2005 | 26 Aug 2005 17:05 GMT | 9 |
I'm developing a wifi driver using PB 5. I'm having trouble with the build process (sources files limitations). I have a source tree with C and H files scattered around. Can VS Express 2005 be used in CE5 development? Do you think it could help
|
| microsoft.public.windowsce.app.development | 26 Aug 2005 15:27 GMT | 2 |
I want to develop a voice over IP app for the T-Mobile SDA smart phone (Windows CE) (http://www.t-mobile.de/shop/handy/1,4855,2963-_4080-0-1-2,00.html). - Did somebody develop a App like this before?
|