Click here to Skip to main content
15,909,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: What about the other use of generic base class und generic polymorphism ? Pin
Mark Churchill29-Jun-08 2:44
Mark Churchill29-Jun-08 2:44 
GeneralRe: What about the other use of generic base class und generic polymorphism ? Pin
MarkPhB29-Jun-08 4:50
MarkPhB29-Jun-08 4:50 
GeneralRe: What about the other use of generic base class und generic polymorphism ? Pin
Mark Churchill29-Jun-08 12:54
Mark Churchill29-Jun-08 12:54 
GeneralRe: What about the other use of generic base class und generic polymorphism ? Pin
MarkPhB1-Jul-08 1:40
MarkPhB1-Jul-08 1:40 
Questionc# double pointer Pin
wwwxyz28-Jun-08 11:24
wwwxyz28-Jun-08 11:24 
AnswerRe: c# double pointer Pin
Luc Pattyn28-Jun-08 12:12
sitebuilderLuc Pattyn28-Jun-08 12:12 
GeneralRe: c# double pointer Pin
wwwxyz28-Jun-08 18:40
wwwxyz28-Jun-08 18:40 
AnswerRe: c# double pointer Pin
Guffa28-Jun-08 23:41
Guffa28-Jun-08 23:41 
You don't need a double pointer. Both an array and a Stream are reference types, so if you pass a Stream array to a method you get the same effect as a double pointer. You don't even have to pass the array by reference.

However, as there is only ever one file pointer in the array, the array is pointless in the first place.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: c# double pointer Pin
Luc Pattyn29-Jun-08 2:20
sitebuilderLuc Pattyn29-Jun-08 2:20 
Questionproblem to Refresh Control after it's value changed. Pin
hdv21228-Jun-08 11:16
hdv21228-Jun-08 11:16 
AnswerRe: problem to Refresh Control after it's value changed. Pin
Luc Pattyn28-Jun-08 12:15
sitebuilderLuc Pattyn28-Jun-08 12:15 
GeneralRe: problem to Refresh Control after it's value changed. Pin
hdv21228-Jun-08 23:08
hdv21228-Jun-08 23:08 
GeneralRe: problem to Refresh Control after it's value changed. Pin
Luc Pattyn29-Jun-08 2:13
sitebuilderLuc Pattyn29-Jun-08 2:13 
GeneralRe: problem to Refresh Control after it's value changed. Pin
hdv21229-Jun-08 4:50
hdv21229-Jun-08 4:50 
QuestionProblem with WebBrowser.DocumentText Pin
That Asian Guy28-Jun-08 10:43
That Asian Guy28-Jun-08 10:43 
GeneralRe: Problem with WebBrowser.DocumentText Pin
That Asian Guy28-Jun-08 12:51
That Asian Guy28-Jun-08 12:51 
QuestionSaveing tabs and content when closing app Pin
SilverAdder28-Jun-08 9:59
SilverAdder28-Jun-08 9:59 
AnswerRe: Saveing tabs and content when closing app Pin
Giorgi Dalakishvili28-Jun-08 10:49
mentorGiorgi Dalakishvili28-Jun-08 10:49 
GeneralRe: Saveing tabs and content when closing app Pin
SilverAdder30-Jun-08 5:22
SilverAdder30-Jun-08 5:22 
GeneralRe: Saveing tabs and content when closing app Pin
Giorgi Dalakishvili30-Jun-08 5:36
mentorGiorgi Dalakishvili30-Jun-08 5:36 
GeneralRe: Saveing tabs and content when closing app Pin
SilverAdder30-Jun-08 6:41
SilverAdder30-Jun-08 6:41 
GeneralRe: Saveing tabs and content when closing app Pin
Giorgi Dalakishvili30-Jun-08 6:47
mentorGiorgi Dalakishvili30-Jun-08 6:47 
GeneralRe: Saveing tabs and content when closing app Pin
SilverAdder30-Jun-08 7:41
SilverAdder30-Jun-08 7:41 
GeneralRe: Saveing tabs and content when closing app Pin
Giorgi Dalakishvili30-Jun-08 8:21
mentorGiorgi Dalakishvili30-Jun-08 8:21 
Questioncommunicate with windows Pin
Shaahinm28-Jun-08 9:58
Shaahinm28-Jun-08 9:58 

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.