Click here to Skip to main content
15,908,264 members
Home / Discussions / C#
   

C#

 
GeneralRe: Database connection in c# Pin
nthomson22-Apr-03 6:35
nthomson22-Apr-03 6:35 
QuestionAny converters for C++? Pin
Kant22-Apr-03 3:31
Kant22-Apr-03 3:31 
AnswerRe: Any converters for C++? Pin
Stephane Rodriguez.22-Apr-03 4:40
Stephane Rodriguez.22-Apr-03 4:40 
GeneralRe: Any converters for C++? Pin
Kant22-Apr-03 5:09
Kant22-Apr-03 5:09 
GeneralRe: Any converters for C++? Pin
Stephane Rodriguez.22-Apr-03 5:36
Stephane Rodriguez.22-Apr-03 5:36 
GeneralRe: Any converters for C++? Pin
Kant22-Apr-03 6:01
Kant22-Apr-03 6:01 
GeneralRe: Any converters for C++? Pin
Alvaro Mendez22-Apr-03 6:10
Alvaro Mendez22-Apr-03 6:10 
GeneralRe: Any converters for C++? Pin
Stephane Rodriguez.22-Apr-03 6:41
Stephane Rodriguez.22-Apr-03 6:41 
GeneralVS .NET Startpage only shows "My Profile" Pin
STW22-Apr-03 0:24
STW22-Apr-03 0:24 
GeneralRe: VS .NET Startpage only shows "My Profile" Pin
Dire_st22-Apr-03 7:40
Dire_st22-Apr-03 7:40 
GeneralExcel 2000 Pin
Marix21-Apr-03 21:06
Marix21-Apr-03 21:06 
GeneralRe: Excel 2000 Pin
Philip Fitzsimons22-Apr-03 2:15
Philip Fitzsimons22-Apr-03 2:15 
GeneralRe: Excel 2000 Pin
Eric Gunnerson (msft)22-Apr-03 11:39
Eric Gunnerson (msft)22-Apr-03 11:39 
GeneralRe: Excel 2000 Pin
Philip Fitzsimons22-Apr-03 11:42
Philip Fitzsimons22-Apr-03 11:42 
GeneralRe: Excel 2000 Pin
Eric Gunnerson (msft)23-Apr-03 11:24
Eric Gunnerson (msft)23-Apr-03 11:24 
GeneralRe: Excel 2000 Pin
Philip Fitzsimons23-Apr-03 23:35
Philip Fitzsimons23-Apr-03 23:35 
QuestionFocusless button? Pin
Steven Behnke21-Apr-03 14:18
Steven Behnke21-Apr-03 14:18 
AnswerRe: Focusless button? Pin
Steven Behnke22-Apr-03 7:02
Steven Behnke22-Apr-03 7:02 
General.config Pin
Kant21-Apr-03 11:48
Kant21-Apr-03 11:48 
GeneralRe: .config Pin
Paresh Gheewala21-Apr-03 12:32
Paresh Gheewala21-Apr-03 12:32 
QuestionWhat does "event" do to a delegate member? Pin
Alvaro Mendez21-Apr-03 11:38
Alvaro Mendez21-Apr-03 11:38 
AnswerRe: What does "event" do to a delegate member? Pin
Eric Gunnerson (msft)21-Apr-03 13:18
Eric Gunnerson (msft)21-Apr-03 13:18 
GeneralRe: What does "event" do to a delegate member? Pin
Alvaro Mendez22-Apr-03 5:03
Alvaro Mendez22-Apr-03 5:03 
GeneralProblem with shortcuts Pin
monrobot1321-Apr-03 10:30
monrobot1321-Apr-03 10:30 
GeneralRequired designer variable "components" Pin
Arun Bhalla21-Apr-03 10:16
Arun Bhalla21-Apr-03 10:16 
/// <summary> <br />
/// Required designer variable.<br />
/// </summary><br />
private System.ComponentModel.Container components = null;


I didn't think much of it until last night, when I was being careful to make sure that my Dispose() methods did all that they should.

VS.NET 2002 designer adds the above code to Windows forms/controls. Is this variable actually required by the designer -- it seems not -- and if not, why doesn't the designer actually make use of this elsewhere.

If Container.Dispose() disposed of its contained components, it seems like it could be smart to add controls, etc. to the components Container in the InitializeComponent() method, but I can't find any evidence of the former.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.