Click here to Skip to main content
15,913,487 members
Home / Discussions / C#
   

C#

 
GeneralTypeConverter Attribute and DataSource property Pin
Shaun Wilde21-Aug-02 6:14
Shaun Wilde21-Aug-02 6:14 
GeneralRe: TypeConverter Attribute and DataSource property Pin
Shaun Wilde21-Aug-02 6:53
Shaun Wilde21-Aug-02 6:53 
GeneralC++ CALLBACK to Managed Event Pin
leppie21-Aug-02 5:31
leppie21-Aug-02 5:31 
GeneralRe: C++ CALLBACK to Managed Event Pin
Stephane Rodriguez.21-Aug-02 7:36
Stephane Rodriguez.21-Aug-02 7:36 
GeneralRe: C++ CALLBACK to Managed Event Pin
leppie21-Aug-02 8:00
leppie21-Aug-02 8:00 
GeneralEUREKA - I have found it :) Pin
leppie21-Aug-02 11:34
leppie21-Aug-02 11:34 
GeneralRe: EUREKA - I have found it :) Pin
Stephane Rodriguez.21-Aug-02 21:31
Stephane Rodriguez.21-Aug-02 21:31 
GeneralRe: EUREKA - I have found it :) Pin
leppie21-Aug-02 21:53
leppie21-Aug-02 21:53 
GeneralRe: EUREKA - I have found it :) Pin
imran_rafique22-Aug-02 0:52
imran_rafique22-Aug-02 0:52 
GeneralRe: EUREKA - I have found it :) Pin
leppie22-Aug-02 1:12
leppie22-Aug-02 1:12 
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 
Hi,
we're creating a class scheme which needs to keep the properties instances from the childs classes on the main base class. To do this we're passing the instance of each class once by each child constructor to the main one, I mean:

class child (propertyX A) : base (A) {...}

...this way we pass the instance of one property to the child class when it's instanced so the base class will get it.
It works.

The only problem is that the VS.NET IDE doesn't shows the child window in the design mode, getting an Exception message explaining that there's no instance of the base object or other strange messages like this.

Does anyone knows a solution or a cause?

Thank you in advance,
Edgar



Edgar Berengena Moreno
Software Engineer
Appeyron Research
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 
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 

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.