Click here to Skip to main content
15,900,468 members
Home / Discussions / C#
   

C#

 
Questionhow to add blank line Pin
netJP12L22-May-08 11:24
netJP12L22-May-08 11:24 
AnswerRe: how to add blank line Pin
#realJSOP22-May-08 11:34
professional#realJSOP22-May-08 11:34 
AnswerRe: how to add blank line Pin
Anthony Mushrow22-May-08 11:37
professionalAnthony Mushrow22-May-08 11:37 
AnswerRe: how to add blank line Pin
Pete O'Hanlon22-May-08 11:38
mvePete O'Hanlon22-May-08 11:38 
GeneralRe: how to add blank line Pin
netJP12L22-May-08 11:59
netJP12L22-May-08 11:59 
GeneralRe: how to add blank line Pin
Pete O'Hanlon22-May-08 22:28
mvePete O'Hanlon22-May-08 22:28 
AnswerRe: how to add blank line Pin
Christian Graus22-May-08 13:41
protectorChristian Graus22-May-08 13:41 
QuestionInhertited set of controls with default implementation Pin
Benny Jaminé22-May-08 11:14
Benny Jaminé22-May-08 11:14 
I need to create my own set of Windows Forms controls. These are inherited from the standard .NET controls, but all these controls share some methods with the same iumplementation (like subscribing for notifications, some initializations, ...).
So in C++, I'd implement this with multiple inheritance, but since this is not possible in C# and interfaces can't implement any methods, I'm stuck with duplicating the code for every control I create.
Is there any to get around these limitations?
QuestionProblem with deployment Pin
Shuaib wasif khan22-May-08 8:47
Shuaib wasif khan22-May-08 8:47 
AnswerRe: Problem with deployment [modified] Pin
Peter Josefsson Sweden22-May-08 10:03
Peter Josefsson Sweden22-May-08 10:03 
GeneralRe: Problem with deployment Pin
Shuaib wasif khan22-May-08 10:29
Shuaib wasif khan22-May-08 10:29 
GeneralRe: Problem with deployment Pin
Peter Josefsson Sweden22-May-08 11:09
Peter Josefsson Sweden22-May-08 11:09 
GeneralRe: Problem with deployment Pin
Peter Josefsson Sweden22-May-08 11:19
Peter Josefsson Sweden22-May-08 11:19 
QuestionProblem with Access database connectivity in C#.Net Pin
Verghese22-May-08 6:47
Verghese22-May-08 6:47 
AnswerRe: Problem with Access database connectivity in C#.Net Pin
Gareth H22-May-08 7:02
Gareth H22-May-08 7:02 
GeneralRe: Problem with Access database connectivity in C#.Net Pin
Verghese22-May-08 8:48
Verghese22-May-08 8:48 
GeneralRe: Problem with Access database connectivity in C#.Net Pin
Verghese22-May-08 9:01
Verghese22-May-08 9:01 
AnswerRe: Problem with Access database connectivity in C#.Net Pin
Sujith C Jose22-May-08 8:05
Sujith C Jose22-May-08 8:05 
GeneralRe: Problem with Access database connectivity in C#.Net Pin
Verghese22-May-08 8:58
Verghese22-May-08 8:58 
QuestionWhat does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Jordanwb22-May-08 6:11
Jordanwb22-May-08 6:11 
AnswerRe: What does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Judah Gabriel Himango22-May-08 6:30
sponsorJudah Gabriel Himango22-May-08 6:30 
GeneralRe: What does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Jordanwb22-May-08 9:34
Jordanwb22-May-08 9:34 
GeneralRe: What does Application.SetCompatibleTextRenderingDefault (bool) do? Pin
Judah Gabriel Himango23-May-08 4:46
sponsorJudah Gabriel Himango23-May-08 4:46 
Questioncomparing 2 strings Pin
Jerry Graham22-May-08 5:37
Jerry Graham22-May-08 5:37 
AnswerRe: comparing 2 strings Pin
Gareth H22-May-08 6:09
Gareth H22-May-08 6:09 

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.