| Thread | Last Post | Replies |
|
| keyboardHook question...suppressing WM_KEYDOWN | 01 Oct 2005 00:43 GMT | 2 |
based on a few posts i have read here, i created a dll that allows me to perform low level keyboardhooking from my C# code. this works great and i send to a MessageWindow, certain WM_KEYDOWN messages. What i would now like to do is if i detect certain keys (regardless of
|
| CERapiInvoke on pocket pc phone with windows mobile 5 | 30 Sep 2005 18:27 GMT | 1 |
i have done some research on MSDN and this forum but still cannot quite understand what exactly i need to do to make this above action work..... Quote from MSDN: To satisfy the requirements of the Remote Access Security Policy
|
| How to Achieve Fully Automated Install with WCELoad? | 30 Sep 2005 17:43 GMT | 9 |
I've successfully followed Alex Feinman's excellent tutorial on controlling the way WCELoad functions: http://blog.opennetcf.org/afeinman/CommentView,guid,1de2284c-a65e-417c-a130-1bd5 acd4ad3d.aspx And so I've built my own installer that now gives the user a choice of where
|
| problem on 'fread' | 30 Sep 2005 15:19 GMT | 1 |
I'm a newbie on the embedded visual c++ programming. I have a question on the fread function. first, I have allocated memory buffer and tried to copy some data blocks to the buffer using 'fread' function.
|
| Using PPC Emulator with Virtual PC | 30 Sep 2005 12:34 GMT | 3 |
I am using Visual Studio 2003 with VPC to develop a Mobile Application on my laptop. I am unable to use the Pocket PC Emulator within Visual Studio, but I have been told that I could use the Emulator on the host operating system and connect to it from Visual Studio.
|
| (VS NET) - C# + Emulator: Where is "My Documents" folder on PC? | 30 Sep 2005 11:03 GMT | 2 |
I don't try to opena file,When i use the emulator. I try: I created a folder My Documentd in c:\ and ac.Open("c:\\My Documents\\aaa.cdb");
|
| STGAPIBuffer rotated to landscape? Possible? How? | 30 Sep 2005 05:13 GMT | 1 |
I'm using STGapiBuffer on a PocketPC app. I've built things such that I can use MFC drawing functions to a memory DC (CBitmap-based) then use STGapiBuffer to throw it at the screen. What I'm trying to do is tweak STGapiBuffer to rotate the bitmap for me as
|
| pocketpc as usb network card | 30 Sep 2005 04:33 GMT | 2 |
I'm thinking about writing a program that will allow a pocketpc to share its internet connection be it through bluetooth, wifi, hardline, or telephony to a laptop or desktop through the usb cable. Is this a realistic possibility, I am curious just because I have not seen it done ...
|
| Newbie - how to remove forms from a project (Visual Studio 2003) | 30 Sep 2005 03:05 GMT | 1 |
I created a few forms in a project - after a while I decided to drop some of them. First I tried to delete .vb and .resx files of the forms I don't need - but I cannot compile the project. My question: how I can delete some objects from the project?
|
| win socket error 10050 | 30 Sep 2005 01:09 GMT | 1 |
Hi, Sir I have tested bluetooth sample(\Windows CE Tools\wce420\POCKET PC 2003\Samples\Win32\Bluetooth\btsearch) on my iPAQ6300 series device. When application call WSALookupServiceNext()
|
| GetSockOpt returning WSAEFAULT in MS pocket pc ver 4.20.0 | 30 Sep 2005 01:07 GMT | 2 |
I am calling it after creating socket int nRecvBuffLen = 0; int nReturnLen = sizeof(int); getsockopt(mySocket,SOL_SOCKET,SO_RCVBUF,&nRecvBuffLen,&nReturnLen);
|
| RPC error 1740 (RPC_S_DUPLICATE_ENDPOINT) | 30 Sep 2005 00:55 GMT | 1 |
I have writen a service that exposes RPC interface. I am witnessing repeated error from the function RpcServerUseProtseqEp whenever I shut down the service and restart it fast enough (using the restart service option of the Services utility). The function RpcServerUseProtseqEp ...
|
| Rapi and WM5 Emulator | 30 Sep 2005 00:05 GMT | 2 |
I have installed Visual Studio 2005 and the new emluator images. I have a RAPI app and I am trying to test it on the Windows Mobile 5 emulator. Using the Windows Mobile 2003 SE images the app works, but I am unable to get RAPI to initialize on the Windows Mobile 5 emulator. I ...
|
| MSHTML and PPC2003 | 29 Sep 2005 17:02 GMT | 1 |
I am porting an ActiveX control from Windows2000/XP to PocketPC 2003. My control manipulates the contents of the containing page via the execScript method of the IHTMLWindow interface which is obtained from the IHTMLDocument2. My understainding of PIE is that it is compatible ...
|
| Question Re:HI_RES_AWARE | 29 Sep 2005 15:43 GMT | 1 |
My application is dialog based and the dialogs are scaled for 640x480, works properly on Windows CE, and PC. I am attempting to port this application to run on HP Ipaq HX4700, using SE_VGA to switch to true VGA mode, works great.
|