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

C#

 
GeneralRe: deploy C# with ADO.Net Pin
Nish Nishant12-May-02 21:21
sitebuilderNish Nishant12-May-02 21:21 
GeneralRe: deploy C# with ADO.Net Pin
Gaurika Wijeratne12-May-02 22:39
Gaurika Wijeratne12-May-02 22:39 
GeneralRe: deploy C# with ADO.Net Pin
SimonS13-May-02 7:45
SimonS13-May-02 7:45 
GeneralRe: deploy C# with ADO.Net Pin
Gaurika Wijeratne13-May-02 7:53
Gaurika Wijeratne13-May-02 7:53 
QuestionDllImport a class? Pin
12-May-02 20:25
suss12-May-02 20:25 
AnswerRe: DllImport a class? Pin
Neil Van Note13-May-02 6:56
Neil Van Note13-May-02 6:56 
GeneralNamespace Pin
Mazdak12-May-02 20:03
Mazdak12-May-02 20:03 
GeneralRe: Namespace Pin
James T. Johnson12-May-02 20:22
James T. Johnson12-May-02 20:22 
In your second project add a reference to the first (if they are in the same project use the Project's tab, else reference the dll created in the first project).

Now in your second project extend it like you would any other class, ie
using Mazdak.WebModule.Module1;<br />
public class User : DBObject
.

Good Luck,

James

Simplicity Rules!
GeneralRe: Namespace Pin
Mazdak12-May-02 20:51
Mazdak12-May-02 20:51 
GeneralSet item bold Pin
Rickard Andersson2012-May-02 1:28
Rickard Andersson2012-May-02 1:28 
GeneralRe: Set item bold Pin
Rickard Andersson2012-May-02 1:34
Rickard Andersson2012-May-02 1:34 
GeneralRe: Set item bold Pin
David Wengier12-May-02 1:49
David Wengier12-May-02 1:49 
GeneralRe: Set item bold Pin
Rickard Andersson2012-May-02 8:53
Rickard Andersson2012-May-02 8:53 
GeneralRe: Set item bold Pin
Rocky Moore12-May-02 18:05
Rocky Moore12-May-02 18:05 
GeneralRe: Set item bold Pin
Rickard Andersson2012-May-02 20:44
Rickard Andersson2012-May-02 20:44 
GeneralMSFlexGrid in C# Pin
vivekoswal12-May-02 0:11
vivekoswal12-May-02 0:11 
GeneralCrashes everytime I try to create a new project Pin
Cathy11-May-02 15:30
Cathy11-May-02 15:30 
GeneralRe: Crashes everytime I try to create a new project Pin
Nish Nishant11-May-02 15:47
sitebuilderNish Nishant11-May-02 15:47 
GeneralRe: Crashes everytime I try to create a new project Pin
Cathy11-May-02 15:46
Cathy11-May-02 15:46 
GeneralRe: Crashes everytime I try to create a new project Pin
Nish Nishant11-May-02 17:17
sitebuilderNish Nishant11-May-02 17:17 
GeneralRe: Crashes everytime I try to create a new project Pin
Cathy11-May-02 17:45
Cathy11-May-02 17:45 
GeneralRe: Crashes everytime I try to create a new project Pin
Nish Nishant11-May-02 17:59
sitebuilderNish Nishant11-May-02 17:59 
GeneralRe: Crashes everytime I try to create a new project Pin
Cathy11-May-02 18:01
Cathy11-May-02 18:01 
GeneralRe: Crashes everytime I try to create a new project Pin
Nish Nishant11-May-02 18:18
sitebuilderNish Nishant11-May-02 18:18 
GeneralRe: Crashes everytime I try to create a new project Pin
James T. Johnson12-May-02 16:30
James T. Johnson12-May-02 16:30 

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.