| Thread | Last Post | Replies |
|
| Initializing array of struct | 09 Feb 2005 21:11 GMT | 5 |
I'm using Embedded Visual C++ 3.0. I am trying to declare an array of structs and initialize it, but I am getting a compiler error. The same code compiles fine under Visual C++ .Net 2003. struct ButtonStruct
|
| SetItemState() does not change display | 09 Feb 2005 21:00 GMT | 6 |
I've got a strange problem in my PocketPC application. I do fill 3 lists from a database, the second and third list depending on what's selected on the first one. Now when I do change back from one of the later lists to the first one I
|
| error creating/writing to log file...strange problem! | 09 Feb 2005 15:50 GMT | 6 |
i have a function that checks for a log file, if not exists then it creates it, then opens it and writes a error log. the problem is, first time it calls the event and the file does not exist, it creates it okay, but when it tries to open it straight after that, it
|
| Sale of new software | 09 Feb 2005 15:47 GMT | 1 |
Hi Microsoft Windows Mobile and Embedded enthusiasts: Could some one direct me to some sales tips for selling softwares related to Pocket PC. I have already uploaded my software on handango and pocketgear. But apart from that are there any websites.
|
| Checkboxes | 09 Feb 2005 12:00 GMT | 3 |
how can I check or uncheck a checkbox automaticaly? please help thanks in advance
|
| Tab Control that Supports Images | 09 Feb 2005 11:58 GMT | 2 |
Does anyone know of a 3rd party control that supports images on the tab. I need this control to work on a pocket pc? Thanks, D
|
| Programming the CIR port on the iPAQ rx3715 | 09 Feb 2005 09:31 GMT | 3 |
I have an iPAQ rx3715 with a CIR transmitter and all the Nevo software that is designed to control VCRs and the like. I want to be able to do all the controlling from my own program. Does anyone know whether I can do this simply?
|
| Problem. Getting stylus movements in dialogs for .NET. | 09 Feb 2005 04:15 GMT | 3 |
The only way i found is to make it on main form. Is any way to do it in dialogs, tabs and etc.?
|
| Simple communication over Bluetooth | 09 Feb 2005 01:41 GMT | 10 |
I want to create a small app to allow me to use my BT SE phone to controlt he media player on my PDA, much in the way you can on the PC/MAC. Further, I want to write this in C# and this is my first PPC application. From what Ive read so far there is no cheap way of programatically
|
| IPAQ 3970 Bluetooth + MSCOMM problem | 09 Feb 2005 01:41 GMT | 3 |
I would like to send data from Ipaq to Laptop or Desktop by bluetooth.... I use embedded VB on the Ipaq and the MSCOMM control to send serial data.... If I choose port1 on the Ipaq ,the data is send perfectly to the Serial Cable on Com1 and can be seen in Hyperterminal on the ...
|
| MS Bluetooth stack installation? | 09 Feb 2005 01:39 GMT | 4 |
I have a PDA that uses the WIDCOMM BlueTooth stack. I'd like to communicate using Winsock (WSALookupServiceNext etc..), is this possible without forking out 1500$ for widcomm's SDK? Perhaps there is a way to replace the widcomm stack with microsoft's? I already got BT
|
| Blueooth .Net SDK now available | 08 Feb 2005 22:43 GMT | 6 |
Just a quick note to all the Bluetooth PocketPC developers on this forum, we've just upgraded our BTAccess SDK to include .Net support. Now you can write you bluetooth-aware apps in C++, C#, or VB.Net. Check it out at www.high-point.com.
|
| How can I tell which OS Platform a CE device is using? | 08 Feb 2005 21:24 GMT | 5 |
How can I tell which OS Platform a CE device is using? I currently use CeGetVersionEx() which fills a CEOSVERSIONINFO structure with data including: OS Version but not which platform, so a PocketPC 2003 and a Smartphone 2003 both return the same OS Version = 4!
|
| VS 2003 and CE 4.2 problem connecting | 08 Feb 2005 21:19 GMT | 3 |
I have an application that I wrote and I need to debug it on a ce 4.2 device. I cannot get visual studio to connect to the device. Active sync connects fine but visual studio 2003 says it cannot find the device. The device is a Symbol MC3000.
|
| Data Abstraction | 08 Feb 2005 20:34 GMT | 1 |
I am a SQL server 2000 developer working on a SQL CE app for the first time. I am used to using server side functionality such as stored procedures , views etc. I am aware that such functionality is not available in SQL CE.
|