Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to create a Hash Role programmatically Pin
Mehrdad Seyrafi29-Nov-09 19:50
Mehrdad Seyrafi29-Nov-09 19:50 
GeneralRe: How to create a Hash Role programmatically Pin
Dave Kreskowiak30-Nov-09 14:46
mveDave Kreskowiak30-Nov-09 14:46 
QuestionDatagridview sorting problem Pin
Yulianto.28-Nov-09 19:43
Yulianto.28-Nov-09 19:43 
AnswerRe: Datagridview sorting problem Pin
Yuri Vital28-Nov-09 23:42
Yuri Vital28-Nov-09 23:42 
GeneralRe: Datagridview sorting problem Pin
Yulianto.29-Nov-09 0:35
Yulianto.29-Nov-09 0:35 
QuestionReplace a letter in a Textbox? Pin
ahlm28-Nov-09 11:08
ahlm28-Nov-09 11:08 
AnswerRe: Replace a letter in a Textbox? Pin
Luc Pattyn28-Nov-09 11:12
sitebuilderLuc Pattyn28-Nov-09 11:12 
GeneralRe: Replace a letter in a Textbox? Pin
ahlm28-Nov-09 11:13
ahlm28-Nov-09 11:13 
GeneralRe: Replace a letter in a Textbox? Pin
Luc Pattyn28-Nov-09 11:28
sitebuilderLuc Pattyn28-Nov-09 11:28 
GeneralRe: Replace a letter in a Textbox? Pin
ahlm28-Nov-09 11:42
ahlm28-Nov-09 11:42 
GeneralRe: Replace a letter in a Textbox? Pin
Luc Pattyn28-Nov-09 11:54
sitebuilderLuc Pattyn28-Nov-09 11:54 
GeneralRe: Replace a letter in a Textbox? Pin
ahlm28-Nov-09 13:18
ahlm28-Nov-09 13:18 
GeneralRe: Replace a letter in a Textbox? Pin
Luc Pattyn28-Nov-09 14:07
sitebuilderLuc Pattyn28-Nov-09 14:07 
GeneralRe: Replace a letter in a Textbox? Pin
DaveyM6928-Nov-09 21:53
professionalDaveyM6928-Nov-09 21:53 
GeneralRe: Replace a letter in a Textbox? Pin
ahlm28-Nov-09 22:23
ahlm28-Nov-09 22:23 
GeneralRe: Replace a letter in a Textbox? Pin
DaveyM6929-Nov-09 1:55
professionalDaveyM6929-Nov-09 1:55 
QuestionWhen to call base.Onstart Pin
Jordanwb28-Nov-09 8:13
Jordanwb28-Nov-09 8:13 
AnswerRe: When to call base.Onstart Pin
DaveyM6928-Nov-09 8:58
professionalDaveyM6928-Nov-09 8:58 
Normally OnXxx methods are used for raising events (and occaisionaly other logic that relates to an action but that should be documented). If your code in Do stuffrelies upon this event already being raised (or any other logic that might be in the base method being applied) then you should call it first. If it's important that your Do stuff is done before any events are raised etc then you should call it afterwards. If it doesn't matter then it doesn't matter!

Dave

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: When to call base.Onstart Pin
Luc Pattyn28-Nov-09 9:23
sitebuilderLuc Pattyn28-Nov-09 9:23 
GeneralRe: When to call base.Onstart Pin
DaveyM6928-Nov-09 11:02
professionalDaveyM6928-Nov-09 11:02 
GeneralRe: When to call base.Onstart [modified] Pin
Jordanwb6-Dec-09 15:08
Jordanwb6-Dec-09 15:08 
AnswerRe: When to call base.Onstart Pin
PIEBALDconsult28-Nov-09 14:18
mvePIEBALDconsult28-Nov-09 14:18 
QuestionPrint by windows CE device Pin
Sajjad Izadi28-Nov-09 7:12
Sajjad Izadi28-Nov-09 7:12 
AnswerRe: Print by windows CE device Pin
Christian Graus28-Nov-09 7:42
protectorChristian Graus28-Nov-09 7:42 
GeneralRe: Print by windows CE device Pin
Sajjad Izadi28-Nov-09 7:45
Sajjad Izadi28-Nov-09 7:45 

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.