Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / November 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
.Net Listview Woes16 Nov 2006 15:21 GMT3
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 GMT5
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 GMT1
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 information16 Nov 2006 13:39 GMT3
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 GMT2
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 transfer16 Nov 2006 11:36 GMT8
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.016 Nov 2006 10:45 GMT5
   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 container16 Nov 2006 10:41 GMT6
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 GMT2
Hey, guys
Please see the code below:
/////************************************************
RegistryKey rkHive = null;
Multipul override.. virtual?16 Nov 2006 09:11 GMT2
Is there a way to get effect1 with the method in effect2?
/////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
Problem with Delete worksheet16 Nov 2006 08:10 GMT3
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 enums16 Nov 2006 07:33 GMT7
When I'm coding in Java, I might write the following (contrived) code:
boolean b = SomeMethod();
switch (b) {
     case true:
Disappearing layout16 Nov 2006 07:00 GMT1
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 GMT15
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 Naming16 Nov 2006 05:44 GMT3
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();
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.