| Thread | Last Post | Replies |
|
| Flash(ActiveX) in combination with Evc++, mobile platform | 05 Aug 2005 09:23 GMT | 1 |
Hello~:) I am a student to live in korea. Please, I hope that you reply for my question. I finished a design for Flash(ActiveX) in combination with C/C++ platform,
|
| replace dialog box OK button with Cancel | 05 Aug 2005 09:13 GMT | 1 |
Hi, I have a Dialog based MFC window, with displays an (OK) button in the right upper corner. This is equivalent to the IDOK button. I wish to make that an IDCANCEL button (X) instead and make my own button
|
| Debugging via network. | 05 Aug 2005 08:18 GMT | 2 |
I used to debug on the real device via network once, and this worked without any problems. Today I managed to connect to the palmtop via network using ActiveSync, but eVC++ 3.0 does not connect to the palmtop. In fact, the platform manager
|
| One touch Restore | 05 Aug 2005 01:05 GMT | 3 |
I've done a lot to aid in users being able to recover from battery loss, hard resets, etc. I've moved the local SDF database to the Application directory etc. I've created a nice install app using NSIS open source stuff.
|
| VoiceCommand SDK | 05 Aug 2005 01:02 GMT | 3 |
This is a question for a Microsoft person really. I have VoiceCommand for my mobile telephone, (running Pocket PC phone edition), and I just wondered if it was possible to obtain an SDK for VoiceCommand, so that you could incorporate it into other applications?
|
| Problem with using a control in my COM control | 05 Aug 2005 00:14 GMT | 1 |
I downloaded and installed the easyInk control from the Odysee website. After I right click on the dialog and select insert "ActiveX Control" I select the PPC2002 ARM easyInk.ocx. Then I get "Failed to find desktop version of control in registry.
|
| How to simulate a hardware key press | 04 Aug 2005 22:02 GMT | 3 |
I know how to simulate key presses, press and hold etc using the keybd_event api; however I couldn't figure out how to simulate the hotkey presses of the hardware keys. Does anyone know how to simulate the pressing of a hotkey programmatically?
|
| Scroll position in dialog | 04 Aug 2005 19:16 GMT | 2 |
I've asked this before but got no response. So I'm giving it another try. I am trying to programmatically scroll to the bottom of the page in a scrollable dialog box. I know I can use DM_RESETSCROLL to scroll to the top. That works fine.
|
| Wireless Communication | 04 Aug 2005 15:42 GMT | 1 |
I have HP iPAQ h6340 device. I need a solution to * enumrate all of the available access points and query their name * connect to one of the access points * diconnects from the connected access points
|
| How do i perform a ping? | 04 Aug 2005 15:00 GMT | 1 |
Im having trouble finding information on performing a ping request using pocket pc 2002, c#, .net, visual studio Ive seen lots are articles that use the iphlpapi dll but when i try it i get missing method exceptions.
|
| I want to get the wlan IP address for the PPC | 04 Aug 2005 14:57 GMT | 4 |
I am using C#, is there a way to get the IP for the PPC associated with the WLAN? I tried // Get DNS host information. IPHostEntry hostInfo = Dns.Resolve("localhost"); //VNETUSBA1
|
| MFC App wizard - please suggest | 04 Aug 2005 14:29 GMT | 3 |
I need a suggestion. I am starting a new application with MFC app wizard for PPC 2002. The application, by its nature, does not belong to "document/view" applications type, it is going to be some application dealing with a CEDB
|
| Bluetooth | 04 Aug 2005 14:02 GMT | 1 |
I want to write an application that would allow the following devices to communicate with an IPAQ 5555 Pocket-PC (Widcomm Bluetooth) using Bluetooth: RoyalTek BlueGPS RBT-3000 GPS (with bluetooth support)
|
| Problems with RichInk | 04 Aug 2005 09:57 GMT | 3 |
Hi. I would like to use some control that supports hyperlinks. I spied that the system uses (e.g. in memory settings) the control named RichInk. I tried using it, the hyperlink shows, but while creating the window I get the following assertion failure "[MyProgram]: File wincore.cpp,
|
| RAPI problem | 04 Aug 2005 09:51 GMT | 2 |
I'm doing a win32 program which i need to do some stuff in the Handeheld device like the CeGetSpecialFolder and CeCreateFile, I'm doing it in C++ and it's just not working for me, i already included the rapi.h file and the rapi.lib, it doesn't pops compilation errors but the ...
|