Click here to Skip to main content
15,885,954 members
Home / Discussions / C#
   

C#

 
QuestionCan VS2005 catch exceptions in external dll-s? Pin
Dragan Matic29-Jul-07 9:26
Dragan Matic29-Jul-07 9:26 
QuestionRoll Your Own XP Shell Replacement Pin
convivial.developer29-Jul-07 8:59
convivial.developer29-Jul-07 8:59 
AnswerRe: Roll Your Own XP Shell Replacement Pin
Thomas Stockwell4-Aug-07 13:06
professionalThomas Stockwell4-Aug-07 13:06 
QuestionVista System32 access denied Pin
Identity Undisclosed29-Jul-07 7:43
Identity Undisclosed29-Jul-07 7:43 
AnswerRe: Vista System32 access denied Pin
Paul Conrad29-Jul-07 8:16
professionalPaul Conrad29-Jul-07 8:16 
GeneralRe: Vista System32 access denied Pin
Identity Undisclosed29-Jul-07 10:10
Identity Undisclosed29-Jul-07 10:10 
GeneralRe: Vista System32 access denied Pin
mav.northwind29-Jul-07 10:38
mav.northwind29-Jul-07 10:38 
QuestionHow to free up memory - best method Pin
Albu Marius29-Jul-07 5:45
Albu Marius29-Jul-07 5:45 
I have a program that uses 4 different user controls that are loaded in a panel depending on what the user wants to do. I add each UserControl to the Controls collection of the panel, but each time I fire the event that adds the UserControl to the panel the memory usage of my application increases although I clear the Controls collection. I have managed to stop this by implementing this method in each UserControl:
<br />
public void Dispose()<br />
{<br />
 Dispose(true);<br />
 GC.SupressFinalize(this);<br />
}

Is this the best method to handle this?
AnswerRe: How to free up memory - best method Pin
Paul Conrad29-Jul-07 6:30
professionalPaul Conrad29-Jul-07 6:30 
QuestionHow can i fire event from UserControl to the Dialog ? Pin
Yanshof29-Jul-07 3:56
Yanshof29-Jul-07 3:56 
AnswerRe: How can i fire event from UserControl to the Dialog ? Pin
Abisodun29-Jul-07 4:31
Abisodun29-Jul-07 4:31 
GeneralRe: How can i fire event from User Control to the Dialog ? Pin
Yanshof29-Jul-07 19:52
Yanshof29-Jul-07 19:52 
GeneralRe: How can i fire event from User Control to the Dialog ? [modified] Pin
Abisodun30-Jul-07 1:36
Abisodun30-Jul-07 1:36 
QuestionSorting DataGridview column programatically Pin
Nadia Monalisa29-Jul-07 2:43
Nadia Monalisa29-Jul-07 2:43 
AnswerRe: Sorting DataGridview column programatically Pin
DignifiedWorld29-Jul-07 4:07
DignifiedWorld29-Jul-07 4:07 
GeneralRe: Sorting DataGridview column programatically Pin
Nadia Monalisa29-Jul-07 5:18
Nadia Monalisa29-Jul-07 5:18 
AnswerRe: Sorting DataGridview column programatically Pin
Edwin Syarief29-Jul-07 23:10
Edwin Syarief29-Jul-07 23:10 
Questiondisplay mdi childs as tab pages Pin
cellardoor071629-Jul-07 2:37
cellardoor071629-Jul-07 2:37 
AnswerRe: display mdi childs as tab pages Pin
Dave Kreskowiak29-Jul-07 3:16
mveDave Kreskowiak29-Jul-07 3:16 
QuestionSpecial characters in enum Pin
DignifiedWorld29-Jul-07 1:52
DignifiedWorld29-Jul-07 1:52 
AnswerRe: Special characters in enum Pin
Brady Kelly29-Jul-07 2:01
Brady Kelly29-Jul-07 2:01 
AnswerRe: Special characters in enum Pin
_Damian S_29-Jul-07 2:09
professional_Damian S_29-Jul-07 2:09 
AnswerRe: Special characters in enum Pin
DignifiedWorld29-Jul-07 2:12
DignifiedWorld29-Jul-07 2:12 
GeneralRe: Special characters in enum Pin
Dave Kreskowiak29-Jul-07 3:11
mveDave Kreskowiak29-Jul-07 3:11 
GeneralRe: Special characters in enum Pin
Brady Kelly29-Jul-07 3:16
Brady Kelly29-Jul-07 3:16 

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.