Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
AnswerRe: UML generator Pin
Paul Conrad1-Jun-07 13:33
professionalPaul Conrad1-Jun-07 13:33 
Questionc# mouse hooks Pin
Mr Withers31-May-07 22:31
Mr Withers31-May-07 22:31 
QuestionData type conversions problem Pin
Michael10131-May-07 22:26
Michael10131-May-07 22:26 
AnswerRe: Data type conversions problem Pin
Martin#31-May-07 22:43
Martin#31-May-07 22:43 
AnswerRe: Data type conversions problem Pin
Christian Graus31-May-07 23:06
protectorChristian Graus31-May-07 23:06 
GeneralRe: Data type conversions problem Pin
Michael1013-Jun-07 13:04
Michael1013-Jun-07 13:04 
QuestionHow to show and hide a layer in a Visio shape Pin
asithabk31-May-07 21:37
asithabk31-May-07 21:37 
QuestionBeginInit() and EndIinit() performance Pin
Tavbi31-May-07 21:20
Tavbi31-May-07 21:20 
Hi,

I have some custom controls and all have methods BeginInit() and EndInit() in it.
In most cases both methods are empty and probably will always empty.
Is there any performance problem, because I notice in myForm.designer all controls have this two lines:
((System.ComponentModel.ISupportInitialize)(this.crLabel20)).BeginInit();
(System.ComponentModel.ISupportInitialize)(this.crLabe20)).EndInit();

I suppose for all controls both methods are called at runtime. Is this performance wasteful?


Thanks and sorry my english,
Jure
AnswerRe: BeginInit() and EndIinit() performance Pin
Martin#31-May-07 21:40
Martin#31-May-07 21:40 
GeneralRe: BeginInit() and EndIinit() performance Pin
Tavbi31-May-07 22:44
Tavbi31-May-07 22:44 
GeneralRe: BeginInit() and EndIinit() performance Pin
Martin#31-May-07 22:46
Martin#31-May-07 22:46 
GeneralRe: BeginInit() and EndIinit() performance Pin
DavidNohejl1-Jun-07 2:07
DavidNohejl1-Jun-07 2:07 
GeneralRe: BeginInit() and EndIinit() performance Pin
Martin#1-Jun-07 8:17
Martin#1-Jun-07 8:17 
GeneralRe: BeginInit() and EndIinit() performance Pin
Dave Kreskowiak1-Jun-07 4:32
mveDave Kreskowiak1-Jun-07 4:32 
GeneralRe: BeginInit() and EndIinit() performance Pin
Martin#1-Jun-07 8:17
Martin#1-Jun-07 8:17 
QuestionWebRequest Pin
TAREQ F ABUZUHRI31-May-07 21:01
TAREQ F ABUZUHRI31-May-07 21:01 
AnswerRe: WebRequest Pin
blackjack215031-May-07 21:37
blackjack215031-May-07 21:37 
QuestionSwitch to process Pin
Cliffer31-May-07 20:42
Cliffer31-May-07 20:42 
AnswerRe: Switch to process Pin
Martin#31-May-07 20:54
Martin#31-May-07 20:54 
QuestionRe: Switch to process Pin
Cliffer31-May-07 21:06
Cliffer31-May-07 21:06 
QuestionControlling Keyboard through..... Pin
Vivek Vijayan31-May-07 20:32
Vivek Vijayan31-May-07 20:32 
GeneralRe: Controlling Keyboard through..... Pin
Martin#31-May-07 20:47
Martin#31-May-07 20:47 
GeneralRe: Controlling Keyboard through..... Pin
Vivek Vijayan31-May-07 22:51
Vivek Vijayan31-May-07 22:51 
GeneralRe: Controlling Keyboard through..... Pin
Martin#31-May-07 22:58
Martin#31-May-07 22:58 
GeneralRe: Controlling Keyboard through..... Pin
Vivek Vijayan31-May-07 23:13
Vivek Vijayan31-May-07 23:13 

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.