regd creating library
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am a beginner to C#.How do I create a library file in C#? And how do I invoke it im my program? Karteek
This is a fundamental and broad question Karteek. You really need to pick up book or do some C# tutorials to understand the basic concepts. To get you on the right track you need to learn about classes and instances. In C# a class is normally stored in a .CS file. regards, Paul Watson Bluegrass South Africa Chris Maunder wrote: "I'd rather cover myself in honey and lie on an ant's nest than commit myself to it publicly." Jon Sagara replied: "I think we've all been in that situation before." Crikey! ain't life grand?