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

.NET (Core and Framework)

 
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 
Hi,

I have two forms: the principal and what will be called. The first possesses a button and the second anything it contains. The code of the button is like this simple:

Form2 f = new Form2 ();  
f.Show ();  


PROBLEM:

Making an analysis of the instances created during the processes I arrived in a subject that, for me, it is stranger:

Before the form2 call
----------------------

Instances of the class Icon: 2 (I imagine that is one of the main form and one of the application)

After the form2 call
---------------------

Instances of the class Icon: 3 (+1, that´s OK)

After the form2 closing
------------------------

Instances of the class Icon: 3 (that is a leak or am I being paranoid?)


Obs.: The fact of the form to be not modal, it doesn't alter the values.


Hugs,



Marcelo Palladino
Brazil
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 
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 
GeneralRe: how to Include Dotnet Framework in my project msi Pin
Anonymous1-Feb-04 21:12
Anonymous1-Feb-04 21:12 
GeneralRe: how to Include Dotnet Framework in my project msi Pin
Terrence J. Joubert1-Feb-04 23:51
Terrence J. Joubert1-Feb-04 23:51 
GeneralRe: how to Include Dotnet Framework in my project msi Pin
Norman Fung2-Feb-04 0:02
Norman Fung2-Feb-04 0:02 
AnswerRe: how to Include Dotnet Framework in my project msi Pin
godzooky2-Feb-04 4:53
godzooky2-Feb-04 4:53 
GeneralCOM extended - Excel Pin
Praveen Nayak28-Jan-04 17:42
Praveen Nayak28-Jan-04 17:42 
GeneralDrawImage blurs when resizing image Pin
Michael Menne28-Jan-04 10:18
Michael Menne28-Jan-04 10:18 
GeneralSetting HWND handle to a .NET Windows form Pin
MrBean27-Jan-04 22:04
MrBean27-Jan-04 22:04 
GeneralRe: Setting HWND handle to a .NET Windows form Pin
Serge Lobko-Lobanovsky27-Jan-04 22:35
Serge Lobko-Lobanovsky27-Jan-04 22:35 
GeneralRe: Setting HWND handle to a .NET Windows form Pin
MrBean27-Jan-04 22:39
MrBean27-Jan-04 22:39 
GeneralRe: Setting HWND handle to a .NET Windows form Pin
Serge Lobko-Lobanovsky27-Jan-04 23:10
Serge Lobko-Lobanovsky27-Jan-04 23:10 
GeneralRe: Setting HWND handle to a .NET Windows form Pin
MrBean27-Jan-04 23:45
MrBean27-Jan-04 23:45 
GeneralRe: Setting HWND handle to a .NET Windows form Pin
Serge Lobko-Lobanovsky28-Jan-04 0:13
Serge Lobko-Lobanovsky28-Jan-04 0:13 

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.