Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
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.
GeneralGot Focus Pin
aoyee21-Apr-03 8:57
aoyee21-Apr-03 8:57 
Generalprecision problems with double type Pin
sammyh21-Apr-03 8:19
sammyh21-Apr-03 8:19 
GeneralRe: precision problems with double type Pin
Stephane Rodriguez.21-Apr-03 8:50
Stephane Rodriguez.21-Apr-03 8:50 
GeneralRe: precision problems with double type Pin
sammyh21-Apr-03 9:19
sammyh21-Apr-03 9:19 
GeneralRe: precision problems with double type Pin
sammyh21-Apr-03 9:59
sammyh21-Apr-03 9:59 
GeneralRe: precision problems with double type Pin
sammyh21-Apr-03 11:33
sammyh21-Apr-03 11:33 
GeneralAccessing DataSet from A While in B. Pin
Anonymous21-Apr-03 6:29
Anonymous21-Apr-03 6:29 
GeneralRe: Accessing DataSet from A While in B. Pin
Stephane Rodriguez.21-Apr-03 8:18
Stephane Rodriguez.21-Apr-03 8:18 
GeneralFormatting numbers Pin
Alvaro Mendez21-Apr-03 5:01
Alvaro Mendez21-Apr-03 5:01 
GeneralRe: Formatting numbers Pin
Stephane Rodriguez.21-Apr-03 8:17
Stephane Rodriguez.21-Apr-03 8:17 
GeneralRe: Formatting numbers Pin
Alvaro Mendez21-Apr-03 9:41
Alvaro Mendez21-Apr-03 9:41 
GeneralRe: Formatting numbers Pin
Stephane Rodriguez.21-Apr-03 10:15
Stephane Rodriguez.21-Apr-03 10:15 
GeneralRe: Formatting numbers Pin
Alvaro Mendez21-Apr-03 11:04
Alvaro Mendez21-Apr-03 11:04 
GeneralNewbie...DLL/Friend Pin
Kant21-Apr-03 4:46
Kant21-Apr-03 4:46 
GeneralRe: Newbie...DLL/Friend Pin
Kant21-Apr-03 6:38
Kant21-Apr-03 6:38 
GeneralRe: Newbie...DLL/Friend Pin
Alvaro Mendez21-Apr-03 6:46
Alvaro Mendez21-Apr-03 6:46 
GeneralHELP! Making getexternal a usable object!!! Pin
LongRange.Shooter21-Apr-03 3:59
LongRange.Shooter21-Apr-03 3:59 

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.