| Thread | Last Post | Replies |
|
| Disabling incoming beam in C++ | 07 Jan 2005 09:33 GMT | 7 |
For a program I've written I need to disable the incoming beam in order to active the barcode scanner successfully. Does anybody know how to disable the checkbox in Start > Settings > Connections > Beam programatically?
|
| How do I programatically lauch the device Password form? | 06 Jan 2005 23:23 GMT | 3 |
On PPC2003, how do I programatically lauch the device Password form? Start \ Settings \ Personal tab \ Password Matt
|
| Setup dll for a cab file. | 06 Jan 2005 22:12 GMT | 1 |
I have a set up dll already developed. I need to do a small change in the INIT_INSTALL function. I want to know after making the change, how do i test it on my pda. I dont have Cab Manager on my pda.
|
| problems porting and ftpserver from vc6.0 to evc3.0/4.0 | 06 Jan 2005 22:12 GMT | 1 |
I'm currently trying to port an ftp server written in vc6.0 a few years ago by a co-worker to evc3.0/evc4.0 But the original author has been using CString through out the program.
|
| Got feedback for .NET Compact Framework? | 06 Jan 2005 21:19 GMT | 1 |
The .NET Compact Framework team is looking for feedback from developers for consideration in future releases. We've got lots of ideas and are looking to focus on what's important to our customers. To submit your feedback, email it to: SDWISH@microsoft.com.
|
| Numericupdown | 06 Jan 2005 20:36 GMT | 1 |
how can i set format numberic on control Numericupdown (vb.net) look like #,###,##.00 or create this format by code on runtime ? Brg ,
|
| What is the best database to use? | 06 Jan 2005 16:55 GMT | 2 |
I have an assignment to create a data collection program on a PPC 2003 handheld. I will be using visual studio VB.NET to program this application. The collected data will then be uploaded to a server and imported into a database application written in VB6 which uses ADO and .MDB ...
|
| Program Files Directory for Pocket PC 2002 | 06 Jan 2005 16:28 GMT | 4 |
Hello group, I am trying to remove any hard coding of my application that uses "Program Files". I found online somewhere where I can use SHGetSpecialFolderPath with the flag CSIDL_PROGRAM_FILES. I tried to
|
| IrDA Server | 06 Jan 2005 13:59 GMT | 2 |
i have a query to all of you.. I'm working on an IrDA project and in my application one receive thread is running continuously for reception of any data comes to it. But in Pocket PC device there is a default Ir Server running all the time, which checks for
|
| MessageBox | 06 Jan 2005 13:43 GMT | 8 |
Is it possible to display a little MessageBox without any Ok or other buttons. I want to display in my Application a little message which is destroyed automatically after two seconds. With normal MessageBoxes it works but the OK Button is always dispalyed. Is it possible to ...
|
| flash memory reliability | 06 Jan 2005 13:11 GMT | 7 |
Sorry if this was already answered, but I have not found any trace of this question on google... Basically, I need to store a database on a WinCe/PocketPC device. Apart the software used, we need a reliable data store (that survive a power
|
| *Cabled* COM communication to PC | 06 Jan 2005 08:57 GMT | 2 |
I need to send data from my pocket pc to a PC using cabled serial communication. However, when I open a COM port on the PPC, bluetooth kicks in with a device selection screen (my PPC uses the Widcomm stack). This happens even when I open COM1 and the outbound BT com
|
| Removing process from memory. | 06 Jan 2005 00:25 GMT | 1 |
In my WndProc() I have: ... case WM_DESTROY: wsprintf(Message,L"closing main window.");
|
| Delphi .Net on Pocket PC | 05 Jan 2005 23:49 GMT | 2 |
With the release of Delphi 8 and Delphi 9 with .Net support, can you write applications for Pocket PC and .Net Compact Framework using these languages?
|
| Dynamic streaming audio | 05 Jan 2005 16:43 GMT | 4 |
I'm trying to write code that processes information from an audio peripheral and continuously streams it to the speaker of an Axim. I’m writing in EVC and I kind of have it working using the waveOutWrite command. The problem is that the audio sounds really broken
|