Click here to Skip to main content
15,909,953 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to open a window in when user opens a email Pin
OriginalGriff7-Sep-09 22:44
mveOriginalGriff7-Sep-09 22:44 
GeneralRe: How to open a window in when user opens a email Pin
nagendrathecoder7-Sep-09 22:56
nagendrathecoder7-Sep-09 22:56 
GeneralRe: How to open a window in when user opens a email Pin
here2learn7-Sep-09 22:58
here2learn7-Sep-09 22:58 
GeneralRe: How to open a window in when user opens a email Pin
Keith Barrow7-Sep-09 23:09
professionalKeith Barrow7-Sep-09 23:09 
GeneralRe: How to open a window in when user opens a email Pin
here2learn7-Sep-09 23:13
here2learn7-Sep-09 23:13 
GeneralRe: How to open a window in when user opens a email Pin
Mycroft Holmes7-Sep-09 23:41
professionalMycroft Holmes7-Sep-09 23:41 
GeneralRe: How to open a window in when user opens a email Pin
here2learn7-Sep-09 23:54
here2learn7-Sep-09 23:54 
GeneralRe: How to open a window in when user opens a email Pin
J4amieC8-Sep-09 2:01
J4amieC8-Sep-09 2:01 
GeneralRe: How to open a window in when user opens a email Pin
here2learn8-Sep-09 2:10
here2learn8-Sep-09 2:10 
GeneralRe: How to open a window in when user opens a email Pin
EliottA8-Sep-09 3:27
EliottA8-Sep-09 3:27 
GeneralRe: How to open a window in when user opens a email Pin
here2learn10-Sep-09 0:56
here2learn10-Sep-09 0:56 
GeneralRe: How to open a window in when user opens a email Pin
OriginalGriff7-Sep-09 23:29
mveOriginalGriff7-Sep-09 23:29 
GeneralRe: How to open a window in when user opens a email Pin
Mycroft Holmes7-Sep-09 23:44
professionalMycroft Holmes7-Sep-09 23:44 
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 

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.