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

C#

 
GeneralRe: Visual Studion 2005 to 2003... Pin
Vikram A Punathambekar20-May-07 9:32
Vikram A Punathambekar20-May-07 9:32 
AnswerRe: Visual Studion 2005 to 2003... Pin
PandemoniumPasha20-May-07 0:15
PandemoniumPasha20-May-07 0:15 
GeneralRe: Visual Studion 2005 to 2003... Pin
jackptoke20-May-07 0:19
jackptoke20-May-07 0:19 
GeneralRe: Visual Studion 2005 to 2003... Pin
Christian Graus20-May-07 0:28
protectorChristian Graus20-May-07 0:28 
GeneralRe: Visual Studion 2005 to 2003... Pin
Dave Kreskowiak20-May-07 5:09
mveDave Kreskowiak20-May-07 5:09 
Questionadding text over an image Pin
enamulhoque19-May-07 21:55
enamulhoque19-May-07 21:55 
AnswerRe: adding text over an image Pin
Giorgi Dalakishvili19-May-07 22:05
mentorGiorgi Dalakishvili19-May-07 22:05 
GeneralRe: adding text over an image Pin
enamulhoque19-May-07 23:56
enamulhoque19-May-07 23:56 
AnswerRe: adding text over an image Pin
Christian Graus19-May-07 23:42
protectorChristian Graus19-May-07 23:42 
GeneralRe: adding text over an image Pin
enamulhoque20-May-07 0:18
enamulhoque20-May-07 0:18 
GeneralRe: adding text over an image Pin
enamulhoque20-May-07 0:29
enamulhoque20-May-07 0:29 
GeneralRe: adding text over an image Pin
enamulhoque20-May-07 0:35
enamulhoque20-May-07 0:35 
QuestionUsing Class Pin
Alireza383919-May-07 21:13
Alireza383919-May-07 21:13 
AnswerRe: Using Class Pin
Christian Graus19-May-07 23:41
protectorChristian Graus19-May-07 23:41 
AnswerRe: Using Class Pin
Colin Angus Mackay19-May-07 23:41
Colin Angus Mackay19-May-07 23:41 
QuestionPass Controllers & Button Pin
Epsilone319-May-07 16:01
Epsilone319-May-07 16:01 
Hello .
I want to pass some Controllers & Buttons I build in Windows.Form , in to a method that make them Enable & change there Background.
Any way what I struggle all night is how to pass a Control / Button / Object to a method without ( Object Sender... , Event...)
to other function.
I want to take the Control object for example and send his name propertey trough string to a function and then
to cast him into Object type .

Something like :

this.TurnControlActive( UrlFile.Name ); // * UrlFile =// System.Windows.Forms.Control *//

and then pass in to ....

private void TurnControlActive( ....... )

{

// Here the Control / Object need to become Enabled //

}

Who to pass an Object / Control / Or how to retrieve a Control by his string name ..?


Thank alot.







AnswerRe: Pass Controllers & Button Pin
Christian Graus19-May-07 17:11
protectorChristian Graus19-May-07 17:11 
GeneralRe: Pass Controllers & Button Pin
Epsilone320-May-07 1:33
Epsilone320-May-07 1:33 
QuestionProblem to Convert String To Char. Pin
hdv21219-May-07 13:01
hdv21219-May-07 13:01 
AnswerRe: Problem to Convert String To Char. Pin
MatrixCoder19-May-07 13:22
MatrixCoder19-May-07 13:22 
AnswerRe: Problem to Convert String To Char. Pin
PIEBALDconsult19-May-07 13:24
mvePIEBALDconsult19-May-07 13:24 
Questionpopulate a listview Pin
RIPOUX19-May-07 10:26
RIPOUX19-May-07 10:26 
AnswerRe: populate a listview Pin
Joseph Guadagno19-May-07 10:32
Joseph Guadagno19-May-07 10:32 
GeneralRe: populate a listview Pin
Giorgi Dalakishvili19-May-07 11:08
mentorGiorgi Dalakishvili19-May-07 11:08 
GeneralRe: populate a listview Pin
RIPOUX19-May-07 12:08
RIPOUX19-May-07 12:08 

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.