Click here to Skip to main content
15,887,812 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to open a window in when user opens a email Pin
here2learn7-Sep-09 23:45
here2learn7-Sep-09 23:45 
GeneralRe: How to open a window in when user opens a email Pin
OriginalGriff7-Sep-09 23:53
mveOriginalGriff7-Sep-09 23:53 
GeneralRe: How to open a window in when user opens a email Pin
here2learn7-Sep-09 23:57
here2learn7-Sep-09 23:57 
GeneralRe: How to open a window in when user opens a email Pin
Luc Pattyn8-Sep-09 1:24
sitebuilderLuc Pattyn8-Sep-09 1:24 
GeneralRe: How to open a window in when user opens a email Pin
OriginalGriff8-Sep-09 1:34
mveOriginalGriff8-Sep-09 1:34 
GeneralRe: How to open a window in when user opens a email Pin
here2learn8-Sep-09 1:47
here2learn8-Sep-09 1:47 
AnswerRe: How to open a window in when user opens a email Pin
CoderForEver10-Sep-09 0:27
CoderForEver10-Sep-09 0:27 
QuestionForm Load Pin
gwithey7-Sep-09 22:02
gwithey7-Sep-09 22:02 
Hi just wondering if there is a simple way to force the form to reload.

"this.Refresh()" does not seem to work. nether does "form.Load";

private void VMCU_BlanktheDisplay()
     {
        try
        {
           //works but doesnt update screen
           VMCU.UpdateDisplay(VMCU.BlankDisplay);

           this.Load;
           //this.Refresh();
        }
        catch (Exception)
        {
           // raise event with UCC
           VMCU.UpdateError(cmdError.BlanktheDisplay);
        }
     }


Above the code i have so far. It is for a screen update, as the update works it just doesnt refresh the form. Does anyone know what i can do?

Thanx George
AnswerRe: Form Load Pin
Christian Graus7-Sep-09 22:05
protectorChristian Graus7-Sep-09 22:05 
GeneralRe: Form Load Pin
gwithey8-Sep-09 1:47
gwithey8-Sep-09 1:47 
QuestionDynamic Classes and Interfaces on XML Loading? Pin
Sindicoro7-Sep-09 21:51
Sindicoro7-Sep-09 21:51 
QuestionSocket Programming in C# Pin
Tufail Ahmad7-Sep-09 21:44
Tufail Ahmad7-Sep-09 21:44 
AnswerRe: Socket Programming in C# Pin
prasadbuddhika7-Sep-09 22:01
prasadbuddhika7-Sep-09 22:01 
AnswerRe: Socket Programming in C# Pin
Sindicoro7-Sep-09 22:09
Sindicoro7-Sep-09 22:09 
GeneralRe: Socket Programming in C# Pin
Tufail Ahmad9-Sep-09 17:46
Tufail Ahmad9-Sep-09 17:46 
AnswerRe: Socket Programming in C# Pin
Luc Pattyn8-Sep-09 1:28
sitebuilderLuc Pattyn8-Sep-09 1:28 
QuestionProcess termination Pin
Amit Patel19857-Sep-09 21:40
Amit Patel19857-Sep-09 21:40 
AnswerRe: Process termination Pin
Elayaraja Sambasivam7-Sep-09 21:43
Elayaraja Sambasivam7-Sep-09 21:43 
AnswerRe: Process termination Pin
dan!sh 7-Sep-09 21:51
professional dan!sh 7-Sep-09 21:51 
AnswerRe: Process termination Pin
prasadbuddhika7-Sep-09 21:56
prasadbuddhika7-Sep-09 21:56 
GeneralRe: Process termination Pin
Amit Patel19858-Sep-09 0:34
Amit Patel19858-Sep-09 0:34 
GeneralRe: Process termination Pin
Calla8-Sep-09 1:46
Calla8-Sep-09 1:46 
QuestionRewritting the url Pin
kKamel7-Sep-09 21:33
kKamel7-Sep-09 21:33 
AnswerRe: Rewritting the url Pin
dan!sh 7-Sep-09 21:41
professional dan!sh 7-Sep-09 21:41 
AnswerRe: Rewritting the url Pin
Christian Graus7-Sep-09 21:42
protectorChristian Graus7-Sep-09 21:42 

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.