| Thread | Last Post | Replies |
|
| smtp server for pocketpc? | 24 Jun 2004 21:39 GMT | 2 |
anybody know a smtp server for pocketpc many thanks
|
| Toolbar images invisible in WM2003SE | 24 Jun 2004 21:35 GMT | 4 |
I have some toolbars with images from an image list. They display fine in everything before WM2003SE, but on the WM2003SE emulator, and apparently on real WM2003SE devices too, the images are totally transparent. You can tap the toolbar buttons - they are there but there is no ...
|
| play mp3 (embedding WMP?) and voice memo recording in vb.net pocket pc 2002 app | 24 Jun 2004 19:21 GMT | 2 |
I am building an application for Pocket PC (2000 & 2002) using Visual Studio .NET 2003. The app needs to have an integrated MP3 player (WMP 7.1 is fine) & voice memo recorder (like the one built into my Pocket PC).
|
| database working on both the PPC and the desktop | 24 Jun 2004 17:50 GMT | 6 |
I want to store my ap data in a database file. I want to be able to work this file on both the PPC or the Desktop (there is a desktop designer working with the data too). I don't need any kind of synchronization, I just copy the datafile around.
|
| data transfer between pc and pocket pc | 24 Jun 2004 16:24 GMT | 1 |
I want to write an application where a user connects a pda device to a pc using a data cable(or something else). Then clicks a button on my application which makes a connection to a database on my pc (or a another computer) and downloads data onto the
|
| Creating API's | 24 Jun 2004 15:48 GMT | 1 |
if i'd like to port some api's from a visual basic project to a pocketpc, what type of project should I use to make it compatible with the CF ??? Should I use the Class type project or the Smart Applications project ??? The API's I have to port are in a class/modules style so no dll ...
|
| Problem with ButtonEx and OpenNETCF 1.1 | 24 Jun 2004 15:42 GMT | 6 |
I've a problem with ButtonEx and OpenNETCF 1.1. When installing OpenNETCF 1.1 all ButtonEx's in my old project using OpenNETCF 1.0 have the following error message : The field 'MiddleCenter' could not be found on the target object. Make sure that the field is defined as an ...
|
| Useful CF components? | 24 Jun 2004 14:08 GMT | 3 |
Just a quickie, but what's your favorite, or most useful, non-MS component or control for CF? To get the ball rolling, I've been using the Mooseworks instrumentation circular meter because it displays data in a clear, compact way. I've been
|
| read audio data | 24 Jun 2004 13:56 GMT | 1 |
1.How can I get the audio data from PDA earphone/microphone? 2.Can I find any tools to analyze the audio data?
|
| How to disable event in C#? | 24 Jun 2004 11:31 GMT | 6 |
I would know if is possible to obtain the event handler of an object, store it in a variable, disable it and then, after some operations enable it again more or less something like this (the code is not C# but something
|
| SqlServerCe VarBinary Question | 24 Jun 2004 09:52 GMT | 1 |
I need to fill a VarBinary Field in a table with +-19000 bytes (depends) The Documentation says that the field can only be 8000 bytes long, and if I change it to anything over that I get an exception. There must be a way I can do this.
|
| Trapping Errors OUTSIDE of Try...Catch Block | 24 Jun 2004 09:05 GMT | 1 |
It is not feasible to place every piece of code i write within a 'try...catch' block. So how should I handle errors that occurr ouside of a try...catch block? In the full-scale framework I can add the following handlers to my
|
| How can I verify if imgdecmp.dll is included in my system? Exception in Bitmap constructor | 24 Jun 2004 02:00 GMT | 1 |
The constructor of the class Bitmap raises an exception if I try to load an image in my application. Here is a simple example of what I am trying to do: namespace bitmaptest
|
| PCMCIA Chipcard PC Card | 24 Jun 2004 00:49 GMT | 3 |
I want to read data from a chipcard inserted into a PCMCIA chipcard reader inserted into the PCMCIA slot of a Windows CE .NET 4.2 device (called Futurepad) using a VB.NET application. It's only a memory chip with 256 Byte of data. If I could read this once
|
| Moving cursor in textbox | 24 Jun 2004 00:04 GMT | 2 |
I need to jump in the textbox, for example, to 5th row and 20th column. Any idea? Thanks
|