| Thread | Last Post | Replies |
|
| Visual Form Inheritance | 29 Feb 2004 23:21 GMT | 9 |
Does anyone know if visual form inheritance is possible within Visual Studio using the .NET Compact Framework For example, I have a base form that I would like to inherit from but when I try and do this the concrete class form will not display correctly within the designer. ...
|
| Showing Bitmap Byte Array in a picture Box | 29 Feb 2004 22:35 GMT | 5 |
I am getting a bit map byte array from a digital camera and I would like to show it on a picture box control. Is it possible to do this?
|
| pocket pc emulator problems | 29 Feb 2004 18:02 GMT | 1 |
Im having some problems with pocket pc 2003 emulator in visual studio .net 2003. When I deploy an aplication to the emulator my program doesnt pop up in the emulator, the information in visual studio status bar is "finishing application" and then "ready", and I noticed that VS ...
|
| Emulator Pocket PC 2002 - this.ClientSize and StatusBar.Location cannot be changed? | 29 Feb 2004 06:09 GMT | 2 |
After testing my program on a Compact-Maschine, I tried it on the Emulator and ran into problems. I tried to place the ProgressBar on top of the StatusBar and. the Statusbar over the Bottom of the Form (here MainForm) :
|
| SOCKS protocol | 29 Feb 2004 04:05 GMT | 2 |
Does the CF support using the SOCKS protocol?
|
| Strange problem | 29 Feb 2004 03:49 GMT | 2 |
OK, I can create a PocketPC program, basically a "Hello World", and deploy it to my PocketPC (ver 4.20). When I try to run the program on the PocketPC, it shows the little wait cursor for a split second, then nothing...my program isn't running...no error message...nothing.
|
| Cloning project from CF to regular .NET | 29 Feb 2004 03:47 GMT | 9 |
Is there an easy way to dup a project via changing switches in a project/solution file? I have an app that runs under CF .NET, but, in case the Pocket PC is broken, users will need to enter data via PC. I'd like to use the CF app code, and just rebuild it for PC settings, so I do ...
|
| Unload forms in .Net Compact Framework | 28 Feb 2004 17:00 GMT | 4 |
Hi I want to know can we Unload forms in .Net Compact Framework.I am working with eVB at present, where I cann't Unload forms in eVB. Thanks
|
| video | 28 Feb 2004 13:47 GMT | 7 |
I get pixel data from an extern machine, i want to refresh my imagepanel every x ms, so it looks like a smooth video What are the options to do this, where are the points a have to look out for?
|
| how to exit a function? | 28 Feb 2004 12:38 GMT | 4 |
If I want to exit the function where i'm in, could i use exit()? grtz JC
|
| HP IPAQ Photosmart Camera | 28 Feb 2004 12:16 GMT | 3 |
Does anybody had any success in accessing this camera programmatically? I am trying to use the SDK provided by SDK and god stuck in displaying the Preview image. Anypointers in this regard will be much appreciated. Best Regards,
|
| Smartphone 2002 options | 28 Feb 2004 11:50 GMT | 1 |
What language options do I have for developing apps to run on 'Smartphone 2002' devices and which database options? Chris
|
| DisplayMember / ValueMember Question | 28 Feb 2004 09:18 GMT | 1 |
HERE'S THE SHORT VERSION OF MY QUESTION: When using the DisplayMemeber property of a combobox, is it possible to concatenate multiple fields from a dataview for use as the value to display, or do you have to handle the concatenation in the dataset?
|
| Datagrid question | 28 Feb 2004 02:02 GMT | 4 |
I have made a temp dataset and binded it to my datagrid, now I want to grab the edited information and save it to another dataset. How would I approach this, or to I retieve the information from my datagrid? tia,
|
| CE.Net 4.1 performance | 27 Feb 2004 23:26 GMT | 8 |
When I run my application (which continuously monitors the serial port) it slows every 30 seconds or so, often pausing for about a second. It shouldn't do this! It's written in VB.Net and uses the .NET CF It appears to me that there are other services running in the background. ...
|