Click here to Skip to main content
15,884,986 members
Home / Discussions / C#
   

C#

 
AnswerRe: Form flickering problem Pin
Luc Pattyn16-Oct-09 10:25
sitebuilderLuc Pattyn16-Oct-09 10:25 
GeneralRe: Form flickering problem Pin
SimpleData16-Oct-09 11:24
SimpleData16-Oct-09 11:24 
GeneralRe: Form flickering problem Pin
Luc Pattyn16-Oct-09 12:40
sitebuilderLuc Pattyn16-Oct-09 12:40 
GeneralRe: Form flickering problem Pin
SimpleData16-Oct-09 23:19
SimpleData16-Oct-09 23:19 
GeneralRe: Form flickering problem Pin
Luc Pattyn17-Oct-09 2:18
sitebuilderLuc Pattyn17-Oct-09 2:18 
GeneralRe: Form flickering problem Pin
Lyon Sun17-Oct-09 4:14
Lyon Sun17-Oct-09 4:14 
GeneralRe: Form flickering problem Pin
Luc Pattyn17-Oct-09 4:18
sitebuilderLuc Pattyn17-Oct-09 4:18 
GeneralRe: Form flickering problem Pin
Lyon Sun17-Oct-09 8:09
Lyon Sun17-Oct-09 8:09 
Luc Pattyn wrote:
IMO this.Dispose() does not make any sense,


Hi,
Sorry if I said it wrong, but when I mentioned this.Dispose(), this = the main form. But thank you, Luc, I got your point. Again, I have another question, what if I set a new Font for one control, for example, btn_OK, am I doing it rightly by the code below:

btn_OK.Font = new Font(....);
...
btn_OK.Font.Dispose();


Thanks in advance!;)

Sun
GeneralRe: Form flickering problem Pin
Luc Pattyn17-Oct-09 8:35
sitebuilderLuc Pattyn17-Oct-09 8:35 
GeneralRe: Form flickering problem Pin
Lyon Sun17-Oct-09 10:27
Lyon Sun17-Oct-09 10:27 
QuestionFill Collection With Excel Sheet Column Names Pin
Kevin Marois16-Oct-09 7:14
professionalKevin Marois16-Oct-09 7:14 
AnswerRe: Fill Collection With Excel Sheet Column Names Pin
dan!sh 16-Oct-09 7:32
professional dan!sh 16-Oct-09 7:32 
QuestionSerial Communication Pin
dwolver16-Oct-09 6:32
dwolver16-Oct-09 6:32 
AnswerRe: Serial Communication Pin
Luc Pattyn16-Oct-09 6:59
sitebuilderLuc Pattyn16-Oct-09 6:59 
GeneralRe: Serial Communication Pin
dwolver16-Oct-09 7:03
dwolver16-Oct-09 7:03 
GeneralRe: Serial Communication Pin
Luc Pattyn16-Oct-09 7:56
sitebuilderLuc Pattyn16-Oct-09 7:56 
GeneralRe: Serial Communication Pin
dybs16-Oct-09 18:44
dybs16-Oct-09 18:44 
QuestionHow to store words for a dictionary? Pin
Yednekachew16-Oct-09 6:30
Yednekachew16-Oct-09 6:30 
AnswerRe: How to store words for a dictionary? Pin
_Madmatt16-Oct-09 6:34
_Madmatt16-Oct-09 6:34 
AnswerRe: How to store words for a dictionary? Pin
Luc Pattyn16-Oct-09 6:46
sitebuilderLuc Pattyn16-Oct-09 6:46 
GeneralRe: How to store words for a dictionary? Pin
Yednekachew16-Oct-09 6:52
Yednekachew16-Oct-09 6:52 
GeneralRe: How to store words for a dictionary? Pin
Luc Pattyn16-Oct-09 6:55
sitebuilderLuc Pattyn16-Oct-09 6:55 
GeneralRe: How to store words for a dictionary? Pin
Dan Neely16-Oct-09 7:12
Dan Neely16-Oct-09 7:12 
GeneralRe: How to store words for a dictionary? Pin
Luc Pattyn16-Oct-09 7:59
sitebuilderLuc Pattyn16-Oct-09 7:59 
JokeRe: How to store words for a dictionary? Pin
Dan Neely16-Oct-09 8:24
Dan Neely16-Oct-09 8:24 

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.