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

C#

 
QuestionSorting a listview from an array. Pin
teejayem4-Oct-06 6:10
teejayem4-Oct-06 6:10 
AnswerRe: Sorting a listview from an array. Pin
aamironline4-Oct-06 6:38
aamironline4-Oct-06 6:38 
AnswerRe: Sorting a listview from an array. Pin
Eric Dahlvang4-Oct-06 6:39
Eric Dahlvang4-Oct-06 6:39 
QuestionHow to get two child classes to access a third class Pin
Muntyness4-Oct-06 5:12
Muntyness4-Oct-06 5:12 
AnswerRe: How to get two child classes to access a third class Pin
Le centriste4-Oct-06 5:22
Le centriste4-Oct-06 5:22 
AnswerRe: How to get two child classes to access a third class Pin
led mike4-Oct-06 5:22
led mike4-Oct-06 5:22 
AnswerRe: How to get two child classes to access a third class Pin
aamironline4-Oct-06 5:23
aamironline4-Oct-06 5:23 
AnswerRe: How to get two child classes to access a third class Pin
Muntyness4-Oct-06 5:39
Muntyness4-Oct-06 5:39 
M Aamir Maniar: This will probably make you more confused, but.... Smile | :)

Static Class 1
|
--> Class 2 + Class 3

then

Class 2 + Class 3
|
---->Class 4 method

So class 1 on creates both class 2 and 3.
Then a method in either 2 or 3 calls a method in 4.

MP (2): Its a static, so it wont let me create a protected instance of class 4.

led mike: You suggestion might work, but I'm going to try to avoid it. Poke tongue | ;-P
(I only want class 4 as either children of 2 and 3 or a seperate instance from them, because of what it does)

Dave
GeneralRe: How to get two child classes to access a third class Pin
aamironline4-Oct-06 6:00
aamironline4-Oct-06 6:00 
GeneralRe: How to get two child classes to access a third class Pin
LongRange.Shooter4-Oct-06 6:28
LongRange.Shooter4-Oct-06 6:28 
QuestionHow to get the height and width of a window with scrollbar Pin
Subramanyahs4-Oct-06 4:08
Subramanyahs4-Oct-06 4:08 
AnswerRe: How to get the height and width of a window with scrollbar Pin
f*** YOU4-Oct-06 5:07
f*** YOU4-Oct-06 5:07 
QuestionHow to create window installer in .Net Pin
Praveen Raghuvanshi4-Oct-06 3:54
professionalPraveen Raghuvanshi4-Oct-06 3:54 
AnswerRe: How to create window installer in .Net Pin
Chris Buckett4-Oct-06 4:56
Chris Buckett4-Oct-06 4:56 
GeneralRe: How to create window installer in .Net Pin
Praveen Raghuvanshi4-Oct-06 17:33
professionalPraveen Raghuvanshi4-Oct-06 17:33 
GeneralRe: How to create window installer in .Net Pin
Chris Buckett4-Oct-06 21:42
Chris Buckett4-Oct-06 21:42 
GeneralRe: How to create window installer in .Net Pin
Praveen Raghuvanshi5-Oct-06 21:40
professionalPraveen Raghuvanshi5-Oct-06 21:40 
GeneralRe: How to create window installer in .Net Pin
Chris Buckett5-Oct-06 21:44
Chris Buckett5-Oct-06 21:44 
GeneralRe: How to create window installer in .Net Pin
Praveen Raghuvanshi5-Oct-06 22:34
professionalPraveen Raghuvanshi5-Oct-06 22:34 
QuestionHow to make an EventHandler for array of buttons Pin
t_nedelchev4-Oct-06 3:51
t_nedelchev4-Oct-06 3:51 
AnswerRe: How to make an EventHandler for array of buttons Pin
Utkarshraj Atmaram4-Oct-06 4:19
Utkarshraj Atmaram4-Oct-06 4:19 
QuestionProcess.start Pin
Support1234-Oct-06 3:32
Support1234-Oct-06 3:32 
AnswerRe: Process.start Pin
Eric Dahlvang4-Oct-06 3:55
Eric Dahlvang4-Oct-06 3:55 
GeneralRe: Process.start ERROR Pin
Support1234-Oct-06 5:46
Support1234-Oct-06 5:46 
GeneralRe: Process.start ERROR Pin
Eric Dahlvang4-Oct-06 6:17
Eric Dahlvang4-Oct-06 6:17 

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.