I can\'t seem to find a solution to this issue. I\'m trying to get my Compact Framework application on Windows Mobile 6 to have the ability to move a file on its local filesystem to another system.
I am trying to make my application load hidden when windows loads. I have created a shortcut with a parameter and I am trying to hide the form if the parameter equals to \"WINDOWS\". But the Form is A
I have been using Xceed Zip for .NET Compact Framework v2.1 for years with VS 2003. On Windows Mobile 6.1 devices xc开发者_Python百科eed.zip gives a System.TypeLoadException.
My application consist of an executable project and a dll library. My executable project has added the reference to the library project.
Lets say i load Form1 and then it shows buttons which let me access Form 2,3 and 4. Now, when i click the button to load Form2, I can see that it takes a bit of time to load a few class libraries (.d
I have a 24 bit BMP image, but when I load it on my Pocket PC using Bitmap object and do GetPixel, it returns me开发者_Go百科 slightly wrong RGB values. I guess it converts it to 16 bit on the fly. I
I am puzzled by why it does not retrieve the data and keep saying i have a error \"InvalidCastException\", i am currently doing these in compact framework and is totally new to it, i searched around l
I need to call ShowDialog() on my Form without it actually displaying the dialog (keep Visible set to false).Unfortunately, there is no VisibleChanged event like there is on the full framework.I also
I just realized that CF3.5 doesn\'t support the binary formatter. I\'m using it t开发者_如何学Goo send objects over the network and now need to use something else to serialize my data...
I have an application in .NET 2.0 on the compact framework.When I instantiate my custom form the current form that I have visible seems to lose focus.My new form isn\'t visible (I haven\'t cal开发者_运