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

C#

 
AnswerRe: Plz help me in using Media player control in C# Asp.net web application Pin
Christian Graus7-Feb-07 17:48
protectorChristian Graus7-Feb-07 17:48 
QuestionHow to draw an ellipse by pressing a button Pin
giovannirodrigo7-Feb-07 16:33
giovannirodrigo7-Feb-07 16:33 
AnswerRe: How to draw an ellipse by pressing a button Pin
Christian Graus7-Feb-07 16:37
protectorChristian Graus7-Feb-07 16:37 
NewsDrp System sourcecode Pin
tangmin20087-Feb-07 16:25
tangmin20087-Feb-07 16:25 
GeneralRe: Drp System sourcecode Pin
Christian Graus7-Feb-07 16:38
protectorChristian Graus7-Feb-07 16:38 
QuestionSystem.Drawing Pin
dsl/fahk7-Feb-07 16:00
dsl/fahk7-Feb-07 16:00 
AnswerRe: System.Drawing Pin
Christian Graus7-Feb-07 16:16
protectorChristian Graus7-Feb-07 16:16 
AnswerRe: System.Drawing Pin
Judah Gabriel Himango7-Feb-07 16:23
sponsorJudah Gabriel Himango7-Feb-07 16:23 
It's because the window only paints itself once unless there's reason to repaint it again. For example, the number should increase if you hide the window (maybe minimize it), then reshow the window. It will have repainted a number of times.

FYI, you can force a paint in code using the Invalidate() method of the Form class. Invalidate tells the operating system that a repaint is needed, and it will repaint at the next opportunity.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Christian Zionism as seen from a Jewish perspective
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


QuestionReg. exe file icon Pin
Sri harini7-Feb-07 15:40
Sri harini7-Feb-07 15:40 
QuestionHow to pass reference Pin
Member 38068457-Feb-07 14:58
Member 38068457-Feb-07 14:58 
AnswerRe: How to pass reference Pin
Christian Graus7-Feb-07 15:11
protectorChristian Graus7-Feb-07 15:11 
AnswerRe: How to pass reference Pin
sysrev8-Feb-07 0:39
sysrev8-Feb-07 0:39 
Questionform.close() not working Pin
red60mans7-Feb-07 14:13
red60mans7-Feb-07 14:13 
AnswerRe: form.close() not working Pin
Christian Graus7-Feb-07 14:33
protectorChristian Graus7-Feb-07 14:33 
GeneralRe: form.close() not working Pin
red60mans7-Feb-07 14:58
red60mans7-Feb-07 14:58 
GeneralRe: form.close() not working Pin
Luc Pattyn7-Feb-07 15:04
sitebuilderLuc Pattyn7-Feb-07 15:04 
GeneralRe: form.close() not working Pin
Christian Graus7-Feb-07 15:14
protectorChristian Graus7-Feb-07 15:14 
GeneralRe: form.close() not working Pin
Christian Graus7-Feb-07 15:15
protectorChristian Graus7-Feb-07 15:15 
QuestionRe: form.close() not working Pin
red60mans7-Feb-07 17:24
red60mans7-Feb-07 17:24 
AnswerRe: form.close() not working Pin
ShermansLagoon7-Feb-07 21:00
ShermansLagoon7-Feb-07 21:00 
AnswerRe: form.close() not working Pin
Christian Graus7-Feb-07 21:09
protectorChristian Graus7-Feb-07 21:09 
QuestionSpace Elevator Problem Pin
Member 38066887-Feb-07 13:34
Member 38066887-Feb-07 13:34 
AnswerRe: Space Elevator Problem Pin
Dave Kreskowiak7-Feb-07 14:09
mveDave Kreskowiak7-Feb-07 14:09 
AnswerRe: Space Elevator Problem [modified] Pin
Not Active7-Feb-07 14:11
mentorNot Active7-Feb-07 14:11 
GeneralRe: Space Elevator Problem Pin
Christian Graus7-Feb-07 14:16
protectorChristian Graus7-Feb-07 14: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.