Click here to Skip to main content
15,898,791 members
Home / Discussions / C#
   

C#

 
Generalabout to choose .NET vs Borland Pin
Konrad Rotuski7-Apr-03 0:32
Konrad Rotuski7-Apr-03 0:32 
GeneralRe: about to choose .NET vs Borland Pin
Rocky Moore7-Apr-03 5:18
Rocky Moore7-Apr-03 5:18 
GeneralRe: about to choose .NET vs Borland Pin
Konrad Rotuski7-Apr-03 6:03
Konrad Rotuski7-Apr-03 6:03 
GeneralRe: about to choose .NET vs Borland Pin
Rocky Moore8-Apr-03 5:26
Rocky Moore8-Apr-03 5:26 
Generalvirtual parameter Pin
Nick Seng6-Apr-03 22:25
Nick Seng6-Apr-03 22:25 
GeneralRe: virtual parameter Pin
S O S7-Apr-03 5:00
S O S7-Apr-03 5:00 
GeneralRe: virtual parameter Pin
Nick Seng7-Apr-03 16:34
Nick Seng7-Apr-03 16:34 
GeneralRe: virtual parameter Pin
S O S7-Apr-03 17:29
S O S7-Apr-03 17:29 
Well, if you want to pass an invalid object(I belive it's what Nothing is in VB), Foo(null);
If you want to pass a valid object, but don't care what it is like, Foo(new Whatever());, just like in VB (Assuming it has a 0-param constructor. If it doesn't, you'll have to fill in some parameters or just use null)
GeneralRe: virtual parameter Pin
Rocky Moore7-Apr-03 5:24
Rocky Moore7-Apr-03 5:24 
QuestionHow to capture Click events from outside the form? Pin
DavidDunning6-Apr-03 21:49
DavidDunning6-Apr-03 21:49 
AnswerRe: How to capture Click events from outside the form? Pin
codepunk7-Apr-03 11:36
codepunk7-Apr-03 11:36 
GeneralCustom Control at Design Time Pin
Itanium6-Apr-03 21:46
Itanium6-Apr-03 21:46 
GeneralA lot of Sockets Pin
nahumtakum6-Apr-03 12:24
nahumtakum6-Apr-03 12:24 
GeneralRe: A lot of Sockets Pin
neroknights7-Apr-03 4:54
neroknights7-Apr-03 4:54 
GeneralRe: A lot of Sockets Pin
nahumtakum7-Apr-03 12:07
nahumtakum7-Apr-03 12:07 
GeneralRe: A lot of Sockets Pin
neroknights8-Apr-03 3:58
neroknights8-Apr-03 3:58 
GeneralRe: A lot of Sockets Pin
nahumtakum8-Apr-03 4:12
nahumtakum8-Apr-03 4:12 
GeneralRe: A lot of Sockets Pin
neroknights8-Apr-03 8:27
neroknights8-Apr-03 8:27 
GeneralRe: A lot of Sockets Pin
nahumtakum9-Apr-03 3:22
nahumtakum9-Apr-03 3:22 
GeneralAccessing Num Lock state from C# Pin
Katalyst6-Apr-03 9:46
Katalyst6-Apr-03 9:46 
GeneralRe: Accessing Num Lock state from C# Pin
Nathan Blomquist7-Apr-03 7:00
Nathan Blomquist7-Apr-03 7:00 
GeneralRe: Accessing Num Lock state from C# Pin
Katalyst7-Apr-03 16:21
Katalyst7-Apr-03 16:21 
GeneralRe: Accessing Num Lock state from C# Pin
Katalyst7-Apr-03 17:25
Katalyst7-Apr-03 17:25 
GeneralRe: Accessing Num Lock state from C# Pin
Nathan Blomquist7-Apr-03 18:04
Nathan Blomquist7-Apr-03 18:04 
GeneralPictureBox problem Pin
Mazdak6-Apr-03 8:16
Mazdak6-Apr-03 8:16 

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.