Click here to Skip to main content
15,897,093 members
Home / Discussions / C#
   

C#

 
GeneralRe: Simulation of VB6 Style Default properties Pin
scadaguy21-Apr-04 10:16
scadaguy21-Apr-04 10:16 
GeneralRe: Simulation of VB6 Style Default properties Pin
Daniel Turini21-Apr-04 7:32
Daniel Turini21-Apr-04 7:32 
GeneralRe: Simulation of VB6 Style Default properties Pin
Fakher Halim21-Apr-04 8:34
Fakher Halim21-Apr-04 8:34 
GeneralCorrection Pin
Jeff Varszegi21-Apr-04 9:48
professionalJeff Varszegi21-Apr-04 9:48 
GeneralRe: Correction Pin
Fakher Halim21-Apr-04 9:56
Fakher Halim21-Apr-04 9:56 
GeneralRe: Correction Pin
Jeff Varszegi21-Apr-04 11:00
professionalJeff Varszegi21-Apr-04 11:00 
GeneralDataGrid Icon column - paint performance issue Pin
Chris#21-Apr-04 5:38
Chris#21-Apr-04 5:38 
GeneralRe: DataGrid Icon column - paint performance issue Pin
Heath Stewart21-Apr-04 7:06
protectorHeath Stewart21-Apr-04 7:06 
For starters, if you're creating a Graphics instance yourself (probably not, but anyway...), make sure you dispose of it when finished or memory consumption will increase (call Graphics.Dispose() when finished). The same goes for the Icon. If you don't, it will take longer and longer because your memory consumption increases. Eventually you may exhaust the working memory alloc'd to your process.

 

Microsoft MVP, Visual C#
My Articles
GeneralRedim in c# Pin
amatyasik21-Apr-04 5:19
amatyasik21-Apr-04 5:19 
GeneralRe: Redim in c# Pin
Andrew McCarter21-Apr-04 5:27
Andrew McCarter21-Apr-04 5:27 
GeneralRe: Redim in c# Pin
amatyasik21-Apr-04 5:30
amatyasik21-Apr-04 5:30 
GeneralRe: Redim in c# Pin
Jeff Varszegi21-Apr-04 5:54
professionalJeff Varszegi21-Apr-04 5:54 
GeneralEnable/Disable the keyboard and mouse Pin
lajiyo21-Apr-04 5:19
lajiyo21-Apr-04 5:19 
GeneralRe: Enable/Disable the keyboard and mouse Pin
Dave Kreskowiak21-Apr-04 8:07
mveDave Kreskowiak21-Apr-04 8:07 
GeneralRe: Enable/Disable the keyboard and mouse Pin
Heath Stewart21-Apr-04 9:47
protectorHeath Stewart21-Apr-04 9:47 
GeneralRe: Listview Problem Pin
Nick Parker21-Apr-04 4:57
protectorNick Parker21-Apr-04 4:57 
GeneralRe: Listview Problem Pin
Heath Stewart21-Apr-04 6:42
protectorHeath Stewart21-Apr-04 6:42 
GeneralRe: Listview Problem Pin
Nick Parker21-Apr-04 17:15
protectorNick Parker21-Apr-04 17:15 
GeneralRe: Listview Problem Pin
Heath Stewart22-Apr-04 2:22
protectorHeath Stewart22-Apr-04 2:22 
GeneralRe: Listview Problem Pin
Nick Parker22-Apr-04 4:00
protectorNick Parker22-Apr-04 4:00 
GeneralRe: Listview Problem Pin
Reinier van de Wetering21-Apr-04 22:24
Reinier van de Wetering21-Apr-04 22:24 
GeneralRe: Listview Problem Pin
Heath Stewart22-Apr-04 2:35
protectorHeath Stewart22-Apr-04 2:35 
GeneralAdd Permission to a Registrykey with C# Pin
Sebastian Wittig21-Apr-04 4:21
Sebastian Wittig21-Apr-04 4:21 
GeneralRe: Add Permission to a Registrykey with C# Pin
Heath Stewart21-Apr-04 7:14
protectorHeath Stewart21-Apr-04 7:14 
GeneralRe: Add Permission to a Registrykey with C# Pin
Sebastian Wittig21-Apr-04 21:08
Sebastian Wittig21-Apr-04 21:08 

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.