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

C#

 
Generalpassing this as read/write Pin
Ista22-Jul-03 5:29
Ista22-Jul-03 5:29 
GeneralDont look at me funny for asking this Pin
RB@Emphasys22-Jul-03 4:32
RB@Emphasys22-Jul-03 4:32 
GeneralRe: Dont look at me funny for asking this Pin
Ista22-Jul-03 9:23
Ista22-Jul-03 9:23 
Generalremoting.config question Pin
LongRange.Shooter22-Jul-03 4:11
LongRange.Shooter22-Jul-03 4:11 
Generalprobs with print: Generic/Text only :confused: Pin
troels_sorensen22-Jul-03 4:09
troels_sorensen22-Jul-03 4:09 
GeneralRe: probs with print: Generic/Text only :confused: Pin
troels_sorensen22-Jul-03 23:52
troels_sorensen22-Jul-03 23:52 
GeneralCall an unknown object Pin
Ista22-Jul-03 3:57
Ista22-Jul-03 3:57 
GeneralRe: Call an unknown object Pin
David Stone22-Jul-03 4:39
sitebuilderDavid Stone22-Jul-03 4:39 
You could use Reflection and the MethodInfo type, however, are you sure that the object doesn't implement an interface that has the Clear method? In that case, you could cast the object to the interface and then call the method based on the interface. Otherwise, how do you know the object implements Clear()?


Hawaian shirts and shorts work too in Summer.
People assume you're either a complete nut (in which case not a worthy target) or so damn good you don't need to worry about camouflage...

-Anna-Jayne Metcalfe on Paintballing

GeneralRe: Call an unknown object Pin
Ista22-Jul-03 8:15
Ista22-Jul-03 8:15 
GeneralRe: Call an unknown object Pin
David Stone22-Jul-03 10:23
sitebuilderDavid Stone22-Jul-03 10:23 
GeneralC++ to C# Pin
zoltan_ie22-Jul-03 0:43
zoltan_ie22-Jul-03 0:43 
GeneralRe: C++ to C# Pin
Mazdak22-Jul-03 0:53
Mazdak22-Jul-03 0:53 
GeneralRe: C++ to C# Pin
zoltan_ie22-Jul-03 0:56
zoltan_ie22-Jul-03 0:56 
GeneralRe: C++ to C# Pin
Mazdak22-Jul-03 1:23
Mazdak22-Jul-03 1:23 
GeneralRe: C++ to C# Pin
zoltan_ie22-Jul-03 1:40
zoltan_ie22-Jul-03 1:40 
GeneralRe: C++ to C# Pin
Mazdak22-Jul-03 1:46
Mazdak22-Jul-03 1:46 
GeneralRe: C++ to C# Pin
Ista22-Jul-03 3:56
Ista22-Jul-03 3:56 
GeneralRe: C++ to C# Pin
Meysam Mahfouzi22-Jul-03 1:46
Meysam Mahfouzi22-Jul-03 1:46 
GeneralRe: C++ to C# Pin
zoltan_ie22-Jul-03 1:49
zoltan_ie22-Jul-03 1:49 
GeneralRe: C++ to C# Pin
Meysam Mahfouzi22-Jul-03 1:58
Meysam Mahfouzi22-Jul-03 1:58 
GeneralRe: C++ to C# Pin
Frank Olorin Rizzi22-Jul-03 7:20
Frank Olorin Rizzi22-Jul-03 7:20 
GeneralRe: C++ to C# Pin
Jim Stewart22-Jul-03 2:50
Jim Stewart22-Jul-03 2:50 
GeneralRe: C++ to C# Pin
James T. Johnson22-Jul-03 8:10
James T. Johnson22-Jul-03 8:10 
GeneralRe: C++ to C# Pin
Joe Woodbury22-Jul-03 8:16
professionalJoe Woodbury22-Jul-03 8:16 
GeneralKey Event Pin
don7cry22-Jul-03 0:43
don7cry22-Jul-03 0:43 

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.