Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
GeneralRe: RichEdit and saving to a file Pin
James T. Johnson22-May-02 2:48
James T. Johnson22-May-02 2:48 
Generalopen a window from a webPage Pin
sharon21-May-02 0:46
sharon21-May-02 0:46 
Generaldata access application block Pin
SimonS21-May-02 0:08
SimonS21-May-02 0:08 
GeneralRe: data access application block Pin
James T. Johnson21-May-02 4:56
James T. Johnson21-May-02 4:56 
GeneralDisabling Virtual Memory Swapping ..... Pin
Pranoti20-May-02 23:41
Pranoti20-May-02 23:41 
GeneralRe: Disabling Virtual Memory Swapping ..... Pin
James T. Johnson21-May-02 6:02
James T. Johnson21-May-02 6:02 
GeneralAssemblies with C# Pin
G. Caudillo20-May-02 17:37
G. Caudillo20-May-02 17:37 
GeneralRe: Assemblies with C# Pin
Eric Gunnerson (msft)21-May-02 10:38
Eric Gunnerson (msft)21-May-02 10:38 
It's not quite clear what you're asking.

Assemblies are the unit of deployment/packaging in C#. If you write something like:

csc /target:library /out:lib.dll a.cs b.cs c.cs d.cs q.cs

all the files will get compiled and packaged into lib.dll.

To use the assembly from the command line, you use /r to reference. To use it from VS, you add it as a reference to the project.

If that doesn't help, please ask again.
GeneralRe: Assemblies with C# Pin
Rickard Andersson2021-May-02 20:45
Rickard Andersson2021-May-02 20:45 
GeneralRe: Assemblies with C# Pin
Russell Morris24-May-02 10:03
Russell Morris24-May-02 10:03 
GeneralHelp for a beginner Pin
Giladi19-May-02 23:33
Giladi19-May-02 23:33 
GeneralRe: Help for a beginner Pin
Nish Nishant19-May-02 23:41
sitebuilderNish Nishant19-May-02 23:41 
GeneralRe: Help for a beginner Pin
Giladi19-May-02 23:44
Giladi19-May-02 23:44 
GeneralForm Inheritance Pin
SimmoTech19-May-02 22:07
SimmoTech19-May-02 22:07 
GeneralRe: Form Inheritance Pin
Nish Nishant19-May-02 23:43
sitebuilderNish Nishant19-May-02 23:43 
GeneralMoving PictureBox Around Pin
Nick Parker19-May-02 13:52
protectorNick Parker19-May-02 13:52 
GeneralRe: Moving PictureBox Around Pin
SHaroz20-May-02 7:58
SHaroz20-May-02 7:58 
Questionhelp! how can I rewrite struct with union in C#? Pin
Li-kai Liu (Angus)18-May-02 18:20
Li-kai Liu (Angus)18-May-02 18:20 
AnswerRe: help! how can I rewrite struct with union in C#? Pin
Rama Krishna Vavilala18-May-02 18:27
Rama Krishna Vavilala18-May-02 18:27 
GeneralRe: help! how can I rewrite struct with union in C#? Pin
Li-kai Liu (Angus)18-May-02 19:29
Li-kai Liu (Angus)18-May-02 19:29 
Questionabout Rama's screensaver? Pin
zhoujun18-May-02 17:15
zhoujun18-May-02 17:15 
AnswerRe: about Rama's screensaver? Pin
Christian Graus18-May-02 17:31
protectorChristian Graus18-May-02 17:31 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 18:24
sitebuilderNish Nishant18-May-02 18:24 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 21:37
zhoujun18-May-02 21:37 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 22:04
sitebuilderNish Nishant18-May-02 22:04 

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.