| Thread | Last Post | Replies |
|
| Shortcut to a file | 30 Apr 2005 21:38 GMT | 4 |
I just want to create a shortcut to my program in the "Start" Menü (or Desktop) of the PocketPC (with .NET). Can somebody give me an idea how to do this? Thanks
|
| Weird toolbar problem... | 30 Apr 2005 15:58 GMT | 6 |
I'm having a weird toolbar problem. The issue is that I've got this toolbar which call "this.Close()" on my Form, by some obscure reasons I need to press the toolbar TWICE before the form actually CLOSES...
|
| XML to display, edit, save | 30 Apr 2005 15:26 GMT | 1 |
I'm trying to display data in a control to edit the XML file and then save it back to the device's app directory. This is simple with datagrid and a standard setting/value pair type of xml but what idf i have a more complicated XML file with several sections and
|
| SDK installed? | 30 Apr 2005 11:00 GMT | 1 |
How do I find out if my Pocket PC 2003 SDK is installed? Whenever I want to install it nothing happens, so I assume that it is already installed, but when I tryied to install the Windows Mobile 2003 SE Emulator Images, it tells me tha the Pocket PC 2003 SDK should be already ...
|
| Bitmap(stream) and ArgumentException | 30 Apr 2005 10:30 GMT | 3 |
I have this piece of code perfectly working on the full framework: ----------------- byte[] b = binaryReader.ReadBytes(145206); MemoryStream ms = new MemoryStream(b);
|
| Error handling | 30 Apr 2005 06:09 GMT | 12 |
[C#] I have three classes The first class calls a method on the second class, from the second class a method from the third class is called.
|
| Converting byte buffer to string | 29 Apr 2005 23:26 GMT | 2 |
I have to read an ASCIIZ byte buffer from a registry entry and display it on my form. What's the right way to convert this to a C# string? I can see the bytes as an object retrieved from the OpenNETCF registry, as in "0x41 0x42 0x43 0x00". I was hoping there was a simple ...
|
| How to specify different file and assembly versions | 29 Apr 2005 23:24 GMT | 2 |
I wanted to specify a different file and assembly version for our app and dlls, but then realized that the AssemblyFileVersion attribute does not seem to be supported in .NetCF. Is there any workaround to achieve this easily inside VisualStudio or do I
|
| How do I get notified when a TrackBar changes value? | 29 Apr 2005 21:01 GMT | 3 |
I am developing a C# application on HP iPAQ, Pocket PC 2003. I want to use a TrackBar. I do not see in the class definition support for the compact framework to handle any of the events that indicate the "Value" property has changed (ie no scroll or click or mouse up/down ...
|
| Error handling - part 2 | 29 Apr 2005 20:34 GMT | 1 |
Can anybody relate to this: http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_2140 5823.html ???
|
| Create JPG on the fly | 29 Apr 2005 19:36 GMT | 1 |
I can not find any code that would help me to create JPEG in the CF.NET. Is it possible and how? Thank you in advance.
|
| HOW TO SCROLL A TEXT BOX VERTICALLY WITHOUT FOCUS | 29 Apr 2005 19:34 GMT | 1 |
Is there a way to scroll the text box without having focus on the control? can i send it up and down keys without it having focus?
|
| ComboBox issues | 29 Apr 2005 18:00 GMT | 2 |
I have read all the posts on the combo box long load times. Here is my issue: 1. I have a ComboBox with a list of Custodians in it. 2. I scan an Asset tag to look up its details. 3. The ComboBox selects the Custodian from the Asset details.
|
| Dynamic invoke | 29 Apr 2005 17:07 GMT | 6 |
I want to instanciate an object from a string. There is a default constructor (no parameters). I can easily get the Type object (it is working), but when I invoke the "new" member, I get a "NotSupportedException".
|
| Form closing unexpectedly | 29 Apr 2005 15:38 GMT | 2 |
Grab a brew before you start reading, sorry for the detail! We are experiencing a problem with our application whereby one form is appearing to be closed by some other process. Alas, this is one of those random problems that cannot be repeated.
|