Click here to Skip to main content
15,896,111 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to specify an event handler Pin
mikanu4-Apr-07 6:48
mikanu4-Apr-07 6:48 
QuestionMulti-select ComboBox Pin
Amatista4-Apr-07 4:46
Amatista4-Apr-07 4:46 
AnswerRe: Multi-select ComboBox Pin
Douglas Troy4-Apr-07 6:00
Douglas Troy4-Apr-07 6:00 
GeneralRe: Multi-select ComboBox Pin
Amatista4-Apr-07 22:27
Amatista4-Apr-07 22:27 
GeneralRe: Multi-select ComboBox Pin
Douglas Troy5-Apr-07 5:34
Douglas Troy5-Apr-07 5:34 
GeneralRe: Multi-select ComboBox Pin
Amatista10-Apr-07 2:27
Amatista10-Apr-07 2:27 
QuestionControl Draw delay on resize (Getting rid of it) Pin
Muntyness4-Apr-07 3:11
Muntyness4-Apr-07 3:11 
AnswerRe: Control Draw delay on resize (Getting rid of it) Pin
Stanciu Vlad4-Apr-07 7:52
Stanciu Vlad4-Apr-07 7:52 
When you minimize the window and maximize it back the controls have to redraw themselves because there was no part of them visible before for windows to perform local invalidation and restore data from internal cache...

If you want the maximum speed try caching the images into variables and render them to the form with unmanaged code (the BitBlt function[^] if I am not wrong).

Hope it helps ....

protected internal static readonly ... and I wish the list could continue ...

QuestionMSI uninstall problems Pin
Vadim G.4-Apr-07 2:53
Vadim G.4-Apr-07 2:53 
AnswerRe: MSI uninstall problems Pin
Douglas Troy4-Apr-07 3:51
Douglas Troy4-Apr-07 3:51 
GeneralRe: MSI uninstall problems Pin
Vadim G.4-Apr-07 4:44
Vadim G.4-Apr-07 4:44 
Questionbind list with datagrid & textbox Pin
merwa4-Apr-07 2:43
merwa4-Apr-07 2:43 
AnswerRe: bind list with datagrid & textbox Pin
Not Active4-Apr-07 3:24
mentorNot Active4-Apr-07 3:24 
QuestionProblem Displaying moneyfield in gridview Pin
Bubbles24-Apr-07 1:56
Bubbles24-Apr-07 1:56 
AnswerRe: Problem Displaying moneyfield in gridview Pin
kubben4-Apr-07 2:31
kubben4-Apr-07 2:31 
AnswerRe: Problem Displaying moneyfield in gridview Pin
Hayder Marzouk4-Apr-07 2:33
Hayder Marzouk4-Apr-07 2:33 
GeneralRe: Problem Displaying moneyfield in gridview Pin
Bubbles24-Apr-07 3:11
Bubbles24-Apr-07 3:11 
GeneralRe: Problem Displaying moneyfield in gridview Pin
Hayder Marzouk4-Apr-07 4:05
Hayder Marzouk4-Apr-07 4:05 
GeneralRe: Problem Displaying moneyfield in gridview Pin
Bubbles24-Apr-07 5:01
Bubbles24-Apr-07 5:01 
QuestionAppliction like taskbar Pin
Muhammad Nauman Yousuf4-Apr-07 1:54
Muhammad Nauman Yousuf4-Apr-07 1:54 
AnswerRe: Appliction like taskbar Pin
originSH4-Apr-07 2:10
originSH4-Apr-07 2:10 
GeneralRe: Appliction like taskbar Pin
Muhammad Nauman Yousuf4-Apr-07 2:19
Muhammad Nauman Yousuf4-Apr-07 2:19 
GeneralRe: Appliction like taskbar Pin
originSH4-Apr-07 2:50
originSH4-Apr-07 2:50 
GeneralRe: Appliction like taskbar - Let me again describe you in more easier words Pin
Muhammad Nauman Yousuf4-Apr-07 3:20
Muhammad Nauman Yousuf4-Apr-07 3:20 
QuestionRe: Appliction like taskbar Pin
joon vh.4-Apr-07 4:04
joon vh.4-Apr-07 4:04 

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.