Click here to Skip to main content
15,896,359 members
Home / Discussions / C#
   

C#

 
GeneralRe: EUREKA - I have found it :) Pin
Stephane Rodriguez.22-Aug-02 1:35
Stephane Rodriguez.22-Aug-02 1:35 
QuestionAnyone has any library for lan communication written in c#?? Pin
Wang Kaiming21-Aug-02 5:07
Wang Kaiming21-Aug-02 5:07 
AnswerRe: Anyone has any library for lan communication written in c#?? Pin
Philip Fitzsimons22-Aug-02 0:35
Philip Fitzsimons22-Aug-02 0:35 
GeneralDeriving with "heavy" constructors Pin
EdgarBM21-Aug-02 0:56
EdgarBM21-Aug-02 0:56 
GeneralRe: Deriving with "heavy" constructors Pin
leppie21-Aug-02 1:08
leppie21-Aug-02 1:08 
GeneralRe: Deriving with "heavy" constructors Pin
Ryan Cromwell21-Aug-02 2:48
Ryan Cromwell21-Aug-02 2:48 
GeneralSignature of an object. Pin
4space21-Aug-02 0:54
4space21-Aug-02 0:54 
GeneralComponent from different Forms and DataBinding Pin
Zombies with Coffee, LLC20-Aug-02 11:31
professionalZombies with Coffee, LLC20-Aug-02 11:31 
Simple things tend to escape me...

Suppose I create a dataset on the main form of my application. This dataset will hold multiple foreground and background colors of my application.

Now when I want to set the color of my text, all I have to do is go to properties and DataBind my ForeColor to a value in the dataset. It's really pretty darn neat! The drop down box will list the dataset and I can pick what value I want.

Now I open up a new form, but unfortunately, my dataset is sitting on the other form. Sure, I can manually type in the code to tie a field to the ForeColor, but this is .NET

So here's the question: How can you create a 'reference' to an object on a different form? I want to be able to use a dataset from one form via the properties on a second form.

In other words, I want a Global DataSet that I can access from any form I create in my project. Is that possible?

Thanks!!!

GeneralRe: Component from different Forms and DataBinding Pin
jparsons20-Aug-02 15:37
jparsons20-Aug-02 15:37 
GeneralQuestion about global common areas Pin
tmagoo20-Aug-02 11:28
tmagoo20-Aug-02 11:28 
GeneralRe: Question about global common areas Pin
Michael Mac20-Aug-02 21:20
Michael Mac20-Aug-02 21:20 
GeneralRe: Question about global common areas Pin
tmagoo21-Aug-02 2:48
tmagoo21-Aug-02 2:48 
GeneralRe: Question about global common areas Pin
tmagoo21-Aug-02 12:13
tmagoo21-Aug-02 12:13 
GeneralRe: Question about global common areas Pin
leppie21-Aug-02 12:40
leppie21-Aug-02 12:40 
GeneralRe: Question about global common areas Pin
tmagoo22-Aug-02 14:15
tmagoo22-Aug-02 14:15 
GeneralUnable to write to output file Pin
maestro8220-Aug-02 11:21
maestro8220-Aug-02 11:21 
GeneralRe: Unable to write to output file Pin
Zombies with Coffee, LLC20-Aug-02 11:33
professionalZombies with Coffee, LLC20-Aug-02 11:33 
GeneralRe: Unable to write to output file Pin
leppie20-Aug-02 12:15
leppie20-Aug-02 12:15 
GeneralUnkown error Pin
maestro8220-Aug-02 11:18
maestro8220-Aug-02 11:18 
GeneralRe: Unkown error Pin
Zombies with Coffee, LLC20-Aug-02 11:24
professionalZombies with Coffee, LLC20-Aug-02 11:24 
GeneralExtender examples Pin
Ray Cassick20-Aug-02 10:08
Ray Cassick20-Aug-02 10:08 
GeneralRe: Extender examples Pin
Zombies with Coffee, LLC20-Aug-02 11:21
professionalZombies with Coffee, LLC20-Aug-02 11:21 
GeneralSAS Dataset Pin
Jassim Rahma20-Aug-02 5:52
Jassim Rahma20-Aug-02 5:52 
GeneralRe: SAS Dataset Pin
Mazdak20-Aug-02 9:10
Mazdak20-Aug-02 9:10 
GeneralRe: SAS Dataset Pin
Ray Cassick20-Aug-02 9:20
Ray Cassick20-Aug-02 9:20 

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.