Click here to Skip to main content
15,921,210 members
Home / Discussions / C#
   

C#

 
AnswerRe: Events over .Net Remoting Pin
Tom Larsen27-Oct-05 9:33
Tom Larsen27-Oct-05 9:33 
GeneralRe: Events over .Net Remoting Pin
Mikke_x27-Oct-05 9:57
Mikke_x27-Oct-05 9:57 
GeneralRe: Events over .Net Remoting Pin
Tom Larsen28-Oct-05 4:48
Tom Larsen28-Oct-05 4:48 
QuestionShared Classes Among Applications In a Single Project Pin
budidharma27-Oct-05 4:24
budidharma27-Oct-05 4:24 
AnswerRe: Shared Classes Among Applications In a Single Project Pin
Jeason Zhao27-Oct-05 4:30
Jeason Zhao27-Oct-05 4:30 
AnswerRe: Shared Classes Among Applications In a Single Project Pin
Matt Newman27-Oct-05 5:14
Matt Newman27-Oct-05 5:14 
GeneralRe: Shared Classes Among Applications In a Single Project Pin
budidharma27-Oct-05 6:11
budidharma27-Oct-05 6:11 
GeneralRe: Shared Classes Among Applications In a Single Project Pin
Rob Graham27-Oct-05 6:20
Rob Graham27-Oct-05 6:20 
Create a new project item of type class library (give it a name like "myapp_shared" or whatever makes sense to you). move the cs files that are in your 'solution items' file there. build that project (it should create a dll). in the other projects refence the new project, and add a "using" for the namespace that contains the shared classes. This will require you to distribute the dll with both applications, but is the easiest and most maintainable way to share functionallity...

Absolute faith corrupts as absolutely as absolute power
Eric Hoffer

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke

AnswerRe: Shared Classes Among Applications In a Single Project Pin
Rob Graham27-Oct-05 6:14
Rob Graham27-Oct-05 6:14 
GeneralRe: Shared Classes Among Applications In a Single Project Pin
budidharma27-Oct-05 6:26
budidharma27-Oct-05 6:26 
QuestionAbout ADO.NET2.0 Exception:Capacity must be larger than 0 Pin
Jeason Zhao27-Oct-05 4:20
Jeason Zhao27-Oct-05 4:20 
Questionmanaged DirectX 9 Pin
faviochilo27-Oct-05 2:28
faviochilo27-Oct-05 2:28 
QuestionOut of Memory using DrawImage & ImageAttributes Pin
mandrake_227-Oct-05 1:57
mandrake_227-Oct-05 1:57 
AnswerRe: Out of Memory using DrawImage & ImageAttributes Pin
mandrake_227-Oct-05 4:01
mandrake_227-Oct-05 4:01 
Questionvalidators and javascript(confirm) Pin
ali bagheri27-Oct-05 1:45
ali bagheri27-Oct-05 1:45 
AnswerRe: validators and javascript(confirm) Pin
enjoycrack27-Oct-05 6:49
enjoycrack27-Oct-05 6:49 
QuestionHow to place multiple bitmaps into one picturebox ? Pin
Rashid.Mahmood27-Oct-05 1:36
Rashid.Mahmood27-Oct-05 1:36 
AnswerRe: How to place multiple bitmaps into one picturebox ? Pin
Gulfraz Khan27-Oct-05 4:27
Gulfraz Khan27-Oct-05 4:27 
QuestionPrevent Reusability Pin
Anindya Chatterjee27-Oct-05 0:29
Anindya Chatterjee27-Oct-05 0:29 
AnswerRe: Prevent Reusability Pin
enjoycrack27-Oct-05 6:46
enjoycrack27-Oct-05 6:46 
AnswerRe: Prevent Reusability Pin
Dan Neely27-Oct-05 7:03
Dan Neely27-Oct-05 7:03 
QuestionHow to use StrongNamePublicKeyBlob class Pin
dreamwinter26-Oct-05 23:23
dreamwinter26-Oct-05 23:23 
AnswerRe: How to use StrongNamePublicKeyBlob class Pin
enjoycrack27-Oct-05 6:41
enjoycrack27-Oct-05 6:41 
QuestionRegular Expression Doesn't work 100% Pin
Brendan Vogt26-Oct-05 22:34
Brendan Vogt26-Oct-05 22:34 
AnswerRe: Regular Expression Doesn't work 100% Pin
leppie26-Oct-05 22:58
leppie26-Oct-05 22:58 

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.