| Thread | Last Post | Replies |
|
| .Net Listview Woes | 16 Nov 2006 15:21 GMT | 3 |
Is it me, or does it seem like they put no effort into creating the listview control in .Net.
>From what i can see, it is actually LESS powerful than the vb6 listview.
|
| Object created by XML-deserialization? | 16 Nov 2006 14:39 GMT | 5 |
Is there a way to figure out, if the constructor or the Set-methods of fields are called by the XML-deserilization or by other calls? I would like to bind special behaviour to my class when those methods are called by the deserializer...
|
| Reading XML stream using unmanaged c++ | 16 Nov 2006 13:59 GMT | 1 |
My code below sending request to web server and getting response as XML string. char* response; wf.getResponse(response,500);
|
| DataGridView / DataPropertyName - Displaying nested object information | 16 Nov 2006 13:39 GMT | 3 |
I'm having difficulty with populating a DataGridView control with data correctly. It works with a single class, for example... class MyClass {
|
| problem whith C# Microsoft.Office.Interop.Outlook namespace (null reference) | 16 Nov 2006 13:25 GMT | 2 |
Anybody knows what problem has this code? I think, in the Garbage Collector? You know the Solution? The program in the test's case, whit 350 contacts, run OK before number 86. The error is a "Array index out of bounds".
|
| Http requests and character transfer | 16 Nov 2006 11:36 GMT | 8 |
Hi to all, we are building a fairly complex system here in work, and we couldn't imagine from the start that we would spend too much time just to transfer safely
|
| Configuration Model in .Net 2.0 | 16 Nov 2006 10:45 GMT | 5 |
I understand, in .Net 2.0 we have little bit different model to read config file from .Net 1.1. Basically I need to use WebConfigurationManager.AppSettings to read from web.config, and ConfigurationManager.AppSettings to read from Windows Application config.
|
| Test whether a control is a container | 16 Nov 2006 10:41 GMT | 6 |
Is there a simple way to test if a control is a container type control (e.g. groupbox, panel etc) I realise that all container controls have to by definition, have the System.ComponentModel.DesignerAttribute. If there is an easy way to
|
| OpenSubKey() return a null value when existing the right key. | 16 Nov 2006 09:45 GMT | 2 |
Hey, guys Please see the code below: /////************************************************ RegistryKey rkHive = null;
|
| Multipul override.. virtual? | 16 Nov 2006 09:11 GMT | 2 |
Is there a way to get effect1 with the method in effect2? ///////////////////////////////////////////////////////////////////////////////////////////// using System; using System.Collections.Generic;
|
| Problem with Delete worksheet | 16 Nov 2006 08:10 GMT | 3 |
i have a question to ask regarding deleting the worksheet basically i have written code which find the select worksheet which work fine but it didn't delete the worksheet from the workbook and i dont know what i did wrong. Here is my coding
|
| Internal Error and enums | 16 Nov 2006 07:33 GMT | 7 |
When I'm coding in Java, I might write the following (contrived) code: boolean b = SomeMethod(); switch (b) { case true:
|
| Disappearing layout | 16 Nov 2006 07:00 GMT | 1 |
Problem description: I designed a form in c# and placed a few controls on it (nothing fancy - labels and textboxes). Then I exited the IDE. When I opened the project next time ALL CONTORLS WERE GONE. In the .cs file all the
|
| Where is HitTestInfo? | 16 Nov 2006 06:27 GMT | 15 |
I've read on the forums of other people having problems with HitTestInfo not appearing. I've read these but they didn't help: http://groups.google.com/group/microsoft.public.dotnet.languages ...
|
| Dynamic Object Naming | 16 Nov 2006 05:44 GMT | 3 |
How do I change this : this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox();
|