Click here to Skip to main content
15,920,110 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Changes in Remoting Pin
Guillermo Rivero2-Feb-04 15:26
Guillermo Rivero2-Feb-04 15:26 
QuestionCan any one help me to include MDAC in my project MSI file Pin
Het21091-Feb-04 23:12
Het21091-Feb-04 23:12 
AnswerRe: Can any one help me to include MDAC in my project MSI file Pin
Serge Lobko-Lobanovsky2-Feb-04 1:58
Serge Lobko-Lobanovsky2-Feb-04 1:58 
General.NET Framework 1.1 Pin
BP1281-Feb-04 20:19
BP1281-Feb-04 20:19 
GeneralRe: .NET Framework 1.1 Pin
Dan Broomall5-Feb-04 9:49
Dan Broomall5-Feb-04 9:49 
GeneralRe: .NET Framework 1.1 Pin
Dan Broomall5-Feb-04 9:49
Dan Broomall5-Feb-04 9:49 
GeneralExcel Interoperability with older versions of excel Pin
cgcrute1-Feb-04 9:22
cgcrute1-Feb-04 9:22 
GeneralRe: Excel Interoperability with older versions of excel Pin
Nick Parker1-Feb-04 10:43
protectorNick Parker1-Feb-04 10:43 
General.NET Bug Pin
Matthew Hazlett31-Jan-04 9:23
Matthew Hazlett31-Jan-04 9:23 
GeneralRe: .NET Bug Pin
Mazdak31-Jan-04 9:45
Mazdak31-Jan-04 9:45 
GeneralRe: .NET Bug Pin
Judah Gabriel Himango3-Feb-04 6:26
sponsorJudah Gabriel Himango3-Feb-04 6:26 
Generaldrop-down text field Pin
Dan Broomall30-Jan-04 9:25
Dan Broomall30-Jan-04 9:25 
GeneralArithmeticException (overflow) in System.Drawing.Font Pin
A.Obraztsov29-Jan-04 23:33
A.Obraztsov29-Jan-04 23:33 
GeneralBinaryReader and BinaryWriter and "Endianess" Pin
Paul Selormey29-Jan-04 22:06
Paul Selormey29-Jan-04 22:06 
QuestionHow do I change the icon on the dialog? Pin
adonisv29-Jan-04 20:15
adonisv29-Jan-04 20:15 
AnswerRe: How do I change the icon on the dialog? Pin
Mike Ellison30-Jan-04 5:50
Mike Ellison30-Jan-04 5:50 
GeneralRe: How do I change the icon on the dialog? Pin
Dan Broomall30-Jan-04 9:30
Dan Broomall30-Jan-04 9:30 
GeneralRe: How do I change the icon on the dialog? Pin
adonisv5-Feb-04 9:19
adonisv5-Feb-04 9:19 
GeneralRe: How do I change the icon on the dialog? Pin
Dan Broomall5-Feb-04 9:45
Dan Broomall5-Feb-04 9:45 
GeneralPossible memory leak in System.Windows.Forms (Icon property) Pin
Palladino29-Jan-04 8:47
Palladino29-Jan-04 8:47 
QuestionHow to tell if I have SP1 or SP2 installed on th box? Pin
Anonymous29-Jan-04 8:35
Anonymous29-Jan-04 8:35 
GeneralGetting a custom components' parent Pin
2sky29-Jan-04 4:55
2sky29-Jan-04 4:55 
Can anyone help me with this one, I'm all out of ideas Sigh | :sigh:

I have a custom Component deriving from Component. This component also implements the IListSource interface.

The most important method I have to implement for this is GetList();

In the GetList method I need to obtain the parents type where my component is placed on. In this case a standard form derived from System.Windows.Forms.Form.

I tried to do the following:

IDesignerHost host = Site.Container as System.ComponentModel.Design.IDesignerHost;

With the host I have now, I can get the RootComponent, BUT, and now comes the problem, the RootComponent is at that time the baseclass of the actual parent object. So I get System.Windows.Forms.Form instead of my derived parent class' type.

I've discovered that this is because the designerhost is at that moment still in the loading state. The problem is that the GetList() is called before the loading state finishes and by the time the host is fully loaded, it it already too late, GetList isn't called again.

Can anyone help me with this ?
I'll be worshipping you until the end of my days Wink | ;)
Questionhow to Include Dotnet Framework in my project msi Pin
payal sheth29-Jan-04 1:46
payal sheth29-Jan-04 1:46 
AnswerRe: how to Include Dotnet Framework in my project msi Pin
devvvy29-Jan-04 1:56
devvvy29-Jan-04 1:56 
GeneralRe: how to Include Dotnet Framework in my project msi Pin
devvvy29-Jan-04 1:57
devvvy29-Jan-04 1:57 

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.