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

C#

 
AnswerRe: Multi Language Windows base Software Pin
lmoelleb7-Aug-07 21:51
lmoelleb7-Aug-07 21:51 
QuestionDataset format inconsistency. Pin
M. J. Jaya Chitra7-Aug-07 20:52
M. J. Jaya Chitra7-Aug-07 20:52 
AnswerRe: Dataset format inconsistency. Pin
dotman17-Aug-07 23:25
dotman17-Aug-07 23:25 
AnswerRe: Dataset format inconsistency. Pin
kabeervh8-Aug-07 1:05
kabeervh8-Aug-07 1:05 
QuestionHow i can save a form and send it through mail. Pin
sundeep.A7-Aug-07 20:25
sundeep.A7-Aug-07 20:25 
AnswerRe: How i can save a form and send it through mail. Pin
kabeervh8-Aug-07 1:07
kabeervh8-Aug-07 1:07 
QuestionHow can i declare a global variable which can be used in the multiple projects Pin
nicolus7-Aug-07 20:22
nicolus7-Aug-07 20:22 
AnswerRe: How can i declare a global variable which can be used in the multiple projects Pin
Hessam Jalali7-Aug-07 21:11
Hessam Jalali7-Aug-07 21:11 
you can define a member ,Property and Method as public static in one project and then reference it to all other however it going to work only when you have just one executable application (Except your Global Lib it can be exe too) and several other class libraries which all reference to one exe.

but the right way is to use IPC I think, if you have several executable applications in your project which working together. and there are good articles about IPC in codeproject.

hope this would help.
AnswerRe: How can i declare a global variable which can be used in the multiple projects Pin
Urs Enzler7-Aug-07 22:24
Urs Enzler7-Aug-07 22:24 
QuestionGetting the Name of the Method Which Invoked the Current Method Pin
vvijaykrishna7-Aug-07 20:10
vvijaykrishna7-Aug-07 20:10 
AnswerRe: Getting the Name of the Method Which Invoked the Current Method Pin
originSH7-Aug-07 22:53
originSH7-Aug-07 22:53 
QuestionC# Colorizer for HTML Code Pin
Michael Sync7-Aug-07 20:02
Michael Sync7-Aug-07 20:02 
AnswerRe: C# Colorizer for HTML Code Pin
Paul Conrad12-Aug-07 6:42
professionalPaul Conrad12-Aug-07 6:42 
GeneralRe: C# Colorizer for HTML Code Pin
Michael Sync12-Aug-07 15:02
Michael Sync12-Aug-07 15:02 
QuestionConnecting Exchange 2003 Server Pin
Pratik Vasant Shah7-Aug-07 19:57
Pratik Vasant Shah7-Aug-07 19:57 
QuestionC# Socket issue Pin
dotman17-Aug-07 19:04
dotman17-Aug-07 19:04 
AnswerRe: C# Socket issue Pin
Hessam Jalali7-Aug-07 20:12
Hessam Jalali7-Aug-07 20:12 
GeneralRe: C# Socket issue Pin
dotman17-Aug-07 22:31
dotman17-Aug-07 22:31 
GeneralRe: C# Socket issue Pin
originSH7-Aug-07 22:55
originSH7-Aug-07 22:55 
GeneralRe: C# Socket issue Pin
dotman17-Aug-07 23:04
dotman17-Aug-07 23:04 
QuestionPlay Many mpg simultaneously Pin
alayle7-Aug-07 18:13
alayle7-Aug-07 18:13 
AnswerRe: Play Many mpg simultaneously Pin
Christian Graus7-Aug-07 18:14
protectorChristian Graus7-Aug-07 18:14 
QuestionPreview Files Pin
_Arthur7-Aug-07 18:12
_Arthur7-Aug-07 18:12 
AnswerRe: Preview Files Pin
Christian Graus7-Aug-07 18:15
protectorChristian Graus7-Aug-07 18:15 
GeneralRe: Preview Files Pin
_Arthur7-Aug-07 19:12
_Arthur7-Aug-07 19:12 

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.