| Thread | Last Post | Replies |
|
| Hello world problem!! | 13 Jul 2005 15:30 GMT | 5 |
Hi I am using MS Embeded visual C++ and I have set the target to Win32(WCE emulator Debug) and entered the fragment of code below: #include "Windows.h" int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
| Bluetooth connection over virtual COM port | 13 Jul 2005 09:50 GMT | 3 |
I need to connect to a device over a blutooth serial connection. Where can I best start? IS ther any example code available, or beter: is there a (free) library? I am looking for code that shows how to handle searching/creating bluetooth
|
| MenuBar disappears | 13 Jul 2005 09:35 GMT | 1 |
I have created a property sheet which I added three pages to. In the OnInitDialog of my property sheet class, I insert a menubar. When I execute the application, and the property sheet is created (visualized on the ppc screen), my menu is not there. I put some pop up comments ...
|
| Help! HDD serial number flipped every 2 bytes! | 12 Jul 2005 18:46 GMT | 3 |
I wrote a Windows CE.NET 4.2 program to get the firmware serial number from an IDE harddisk. The platform isn't pocket pc. It is a CE.NET embedded device using AMD Geode (x86-based) CPU with Single-board computer and an IDE harddisk.
|
| Processor Type in eMbedded Visual C++ | 11 Jul 2005 22:13 GMT | 1 |
When I create a new project in evc++ 4.0 I get the option to choose target processor types. Is it possible to add target processor types after the project has been created. The documentation suggests it can be done by doing:
|
| Command Bar on bottom | 11 Jul 2005 20:05 GMT | 1 |
How can I make the Command Bar show on the bottom of the window, instead of the top.
 Signature All the best,
|
| PowerOn? | 11 Jul 2005 10:54 GMT | 4 |
hi im starting the apliaction automatically thru cerunappattime() but the device isnt switched on when the app is started. how to switch on the device? ive seen examples to switch off but not switch on.
|
| Bluetooth library -- which one? | 08 Jul 2005 02:29 GMT | 4 |
I am developing an application that needs to access a device via bluetooth. The device will run in master mode and send data to an iPAQ every now and then. I cam across 3 libraries on the net that provide a convenient bluetooth API:
|
| RETAILMSG | 08 Jul 2005 01:40 GMT | 3 |
Given code like the following - if(<some statement>) ... else
|
| App never fires event when is inside a HTML page | 07 Jul 2005 19:51 GMT | 4 |
I wrote a simple COM/ATL DLL using EVC++ 4.0. This DLL is inside an HTML page. This page has scripting code (javascript) in order to capture a specific event, which is fired by the DLL. The problem is that the DLL never fires the event. I debug the DLL in EVC++ and it looks like ...
|
| How to use DLL in EVC++4.0 | 07 Jul 2005 17:24 GMT | 1 |
How can we add A DLL(not LIB) prepared in EVC++4.0 in other EVC++4.0, and how can we invoke functions of this DLL in EVC++4.0 Projects
|
| EVC 4.0; .Net DLL in EVC++ | 07 Jul 2005 17:22 GMT | 1 |
hi, How can I use .Net DLL(developed in C#) in EVC++ 4.0
|
| Scroll bar in MFC app? | 07 Jul 2005 12:12 GMT | 2 |
how to include the scroll bar and make it work in mfc application? any sample code or app? thanks for the help! --
|
| Need Large SIP keyboard as default in WinCE 5.0 | 06 Jul 2005 22:48 GMT | 4 |
I would like to set the SIP to the large keyboard progomatically. I'm using VS.net 2003. Any help be much apprecaited.
|
| Windows CE 1.0 SDK | 06 Jul 2005 21:42 GMT | 2 |
I know this seems a strange request but does anyone know if the SDK is available anywhere for developing simple applications with? Microsoft sure don't list it anymore. Does anyone have it on their hard disk? Any one seen it on a file sharing network? On an FTP site?
|