Click here to Skip to main content
15,915,328 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
jparsons28-Oct-03 6:36
jparsons28-Oct-03 6:36 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
Kevin McFarlane27-Oct-03 5:34
Kevin McFarlane27-Oct-03 5:34 
Generalalot of questions Pin
bora3ee26-Oct-03 12:20
bora3ee26-Oct-03 12:20 
GeneralRe: alot of questions Pin
Heath Stewart26-Oct-03 17:39
protectorHeath Stewart26-Oct-03 17:39 
GeneralSystem.Web.Mail -> missing Pin
totig26-Oct-03 11:13
totig26-Oct-03 11:13 
GeneralRe: System.Web.Mail -> missing Pin
Heath Stewart26-Oct-03 12:11
protectorHeath Stewart26-Oct-03 12:11 
GeneralC# Class Library and VS.NET standard Pin
ewan26-Oct-03 8:18
ewan26-Oct-03 8:18 
GeneralRe: C# Class Library and VS.NET standard Pin
Blake Coverett26-Oct-03 8:28
Blake Coverett26-Oct-03 8:28 
Step 1) Run notepad.
Step 2) Type: class MyLibrary { public void Foo() {} }
Step 3) Save file as "MyLibrary.cs"
Step 4) Compile with: csc /t:library MyLibrary.cs

Presto, you have a class library in MyLibrary.dll, add it as a reference, call it from anywhere, all that good stuff.

(I'm sure someone else will come along and tell you which buttons to push and checkboxes to change.)

-Blake
GeneralRe: C# Class Library and VS.NET standard Pin
ewan26-Oct-03 8:36
ewan26-Oct-03 8:36 
GeneralRe: C# Class Library and VS.NET standard Pin
Blake Coverett26-Oct-03 8:43
Blake Coverett26-Oct-03 8:43 
GeneralRe: C# Class Library and VS.NET standard Pin
ewan26-Oct-03 8:46
ewan26-Oct-03 8:46 
GeneralRe: C# Class Library and VS.NET standard Pin
Heath Stewart26-Oct-03 12:18
protectorHeath Stewart26-Oct-03 12:18 
GeneralRe: C# Class Library and VS.NET standard Pin
ewan26-Oct-03 21:47
ewan26-Oct-03 21:47 
GeneralRe: C# Class Library and VS.NET standard Pin
Heath Stewart27-Oct-03 2:04
protectorHeath Stewart27-Oct-03 2:04 
GeneralRe: C# Class Library and VS.NET standard Pin
J. Dunlap26-Oct-03 9:27
J. Dunlap26-Oct-03 9:27 
GeneralRe: C# Class Library and VS.NET standard Pin
Kevin McFarlane27-Oct-03 5:41
Kevin McFarlane27-Oct-03 5:41 
GeneralRe: C# Class Library and VS.NET standard Pin
John Arlen27-Oct-03 9:17
John Arlen27-Oct-03 9:17 
GeneralFocus and Button :eek: Pin
oOomen26-Oct-03 7:37
oOomen26-Oct-03 7:37 
GeneralRe: Focus and Button :eek: Pin
leppie26-Oct-03 10:33
leppie26-Oct-03 10:33 
GeneralRe: Focus and Button Pin
oOomen26-Oct-03 20:29
oOomen26-Oct-03 20:29 
GeneralCommand Promt window Pin
livss26-Oct-03 3:26
livss26-Oct-03 3:26 
GeneralRe: Command Promt window Pin
Ark26-Oct-03 4:08
Ark26-Oct-03 4:08 
GeneralDirectX and System.Math Pin
Ark26-Oct-03 2:56
Ark26-Oct-03 2:56 
Generalstatic constructors Pin
R. Thomas26-Oct-03 0:55
R. Thomas26-Oct-03 0:55 
GeneralRe: static constructors Pin
Blake Coverett26-Oct-03 2:10
Blake Coverett26-Oct-03 2:10 

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.