Click here to Skip to main content
15,887,268 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using QueryString Pin
Franco Cipriano1-Jun-12 4:48
Franco Cipriano1-Jun-12 4:48 
AnswerRe: Using QueryString Pin
Ravi Bhavnani2-Jun-12 7:44
professionalRavi Bhavnani2-Jun-12 7:44 
QuestionCreating FTP Profiles and User Accounts Pin
Civic0631-May-12 7:26
Civic0631-May-12 7:26 
AnswerRe: Creating FTP Profiles and User Accounts Pin
Richard Andrew x6431-May-12 8:33
professionalRichard Andrew x6431-May-12 8:33 
AnswerRe: Creating FTP Profiles and User Accounts Pin
Dave Kreskowiak31-May-12 8:36
mveDave Kreskowiak31-May-12 8:36 
AnswerRe: Creating FTP Profiles and User Accounts Pin
Paul Conrad31-May-12 8:46
professionalPaul Conrad31-May-12 8:46 
Questioninherit NativWindow and IDisposable Pin
__John_31-May-12 4:46
__John_31-May-12 4:46 
AnswerRe: inherit NativWindow and IDisposable Pin
Eddy Vluggen31-May-12 4:51
professionalEddy Vluggen31-May-12 4:51 
__John_ wrote:
The problem is that C# wont let me inherit NativWindow and IDisposable (multiple
inheratence).

No, it doesn't. You're allowed to inherit from one base class, and you can implement multiple interfaces. If you wrapped your IDisposable in a class, then you should read up on creating a composition.

Good luck.
Bastard Programmer from Hell Suspicious | :suss:

GeneralRe: inherit NativWindow and IDisposable Pin
__John_31-May-12 5:20
__John_31-May-12 5:20 
GeneralRe: inherit NativWindow and IDisposable Pin
Eddy Vluggen31-May-12 9:01
professionalEddy Vluggen31-May-12 9:01 
Questionsaving in C# Pin
Member 905483831-May-12 3:34
Member 905483831-May-12 3:34 
AnswerREPOST Pin
Dave Kreskowiak31-May-12 4:20
mveDave Kreskowiak31-May-12 4:20 
Questiona code for shorten a path in a grid Pin
Siren931-May-12 3:00
Siren931-May-12 3:00 
AnswerRe: a code for shorten a path in a grid Pin
Richard MacCutchan31-May-12 3:56
mveRichard MacCutchan31-May-12 3:56 
AnswerRe: a code for shorten a path in a grid Pin
BobJanova31-May-12 4:35
BobJanova31-May-12 4:35 
QuestionDataGridView Pin
panto_ph31-May-12 1:31
panto_ph31-May-12 1:31 
AnswerRe: DataGridView Pin
Dave Kreskowiak31-May-12 1:43
mveDave Kreskowiak31-May-12 1:43 
AnswerRe: DataGridView Pin
Luc Pattyn31-May-12 3:56
sitebuilderLuc Pattyn31-May-12 3:56 
GeneralRe: DataGridView Pin
panto_ph31-May-12 9:35
panto_ph31-May-12 9:35 
AnswerRe: DataGridView Pin
Luc Pattyn31-May-12 12:22
sitebuilderLuc Pattyn31-May-12 12:22 
AnswerRe: DataGridView Pin
BobJanova31-May-12 4:33
BobJanova31-May-12 4:33 
Questioni want complete code for converting .aspx to pdf Pin
Rishali30-May-12 20:23
Rishali30-May-12 20:23 
AnswerRe: i want complete code for converting .aspx to pdf Pin
Roger Wright30-May-12 20:39
professionalRoger Wright30-May-12 20:39 
GeneralRe: i want complete code for converting .aspx to pdf Pin
jamshid0931-May-12 2:13
jamshid0931-May-12 2:13 
GeneralRe: i want complete code for converting .aspx to pdf Pin
Dave Kreskowiak31-May-12 3:39
mveDave Kreskowiak31-May-12 3:39 

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.