Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
Generalthis.show() doesn't display controls. Pin
tingu28-Feb-08 7:49
tingu28-Feb-08 7:49 
GeneralRe: this.show() doesn't display controls. Pin
Gareth H28-Feb-08 8:06
Gareth H28-Feb-08 8:06 
GeneralRe: this.show() doesn't display controls. Pin
tingu28-Feb-08 8:22
tingu28-Feb-08 8:22 
GeneralRe: this.show() doesn't display controls. Pin
buchstaben28-Feb-08 8:24
buchstaben28-Feb-08 8:24 
GeneralRe: this.show() doesn't display controls. Pin
led mike28-Feb-08 9:07
led mike28-Feb-08 9:07 
GeneralRe: this.show() doesn't display controls. Pin
tingu29-Feb-08 5:23
tingu29-Feb-08 5:23 
GeneralRe: this.show() doesn't display controls. Pin
led mike29-Feb-08 6:03
led mike29-Feb-08 6:03 
GeneralRe: this.show() doesn't display controls. Pin
Luc Pattyn28-Feb-08 12:39
sitebuilderLuc Pattyn28-Feb-08 12:39 
Hi,

I strongly advise against it in general, but here is a good opportunity to use
Application.DoEvents(); just in front of the Sleep.

However it is always better to use threading, since your Sleep will put the GUI interaction
out of service for 5 seconds no matter what.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


Generalis it possible to have MacNotebook like menus Pin
netJP12L28-Feb-08 5:25
netJP12L28-Feb-08 5:25 
GeneralRe: is it possible to have MacNotebook like menus Pin
Paul Conrad28-Feb-08 6:40
professionalPaul Conrad28-Feb-08 6:40 
GeneralRe: is it possible to have MacNotebook like menus Pin
netJP12L28-Feb-08 6:59
netJP12L28-Feb-08 6:59 
GeneralRe: is it possible to have MacNotebook like menus Pin
Paul Conrad28-Feb-08 7:42
professionalPaul Conrad28-Feb-08 7:42 
GeneralRe: is it possible to have MacNotebook like menus Pin
Pete O'Hanlon28-Feb-08 11:22
mvePete O'Hanlon28-Feb-08 11:22 
GeneralRe: is it possible to have MacNotebook like menus Pin
xoxoxoxoxoxox28-Feb-08 13:43
xoxoxoxoxoxox28-Feb-08 13:43 
GeneralRe: is it possible to have MacNotebook like menus Pin
Thomas Stockwell29-Feb-08 8:25
professionalThomas Stockwell29-Feb-08 8:25 
GeneralClose event of browser Pin
babbelfisken28-Feb-08 4:08
babbelfisken28-Feb-08 4:08 
GeneralRe: Close event of browser Pin
Colin Angus Mackay28-Feb-08 4:22
Colin Angus Mackay28-Feb-08 4:22 
GeneralRe: Close event of browser Pin
Pete O'Hanlon28-Feb-08 4:52
mvePete O'Hanlon28-Feb-08 4:52 
GeneralRe: Close event of browser Pin
led mike28-Feb-08 4:57
led mike28-Feb-08 4:57 
GeneralRe: Close event of browser Pin
Pete O'Hanlon28-Feb-08 9:29
mvePete O'Hanlon28-Feb-08 9:29 
GeneralRe: Close event of browser Pin
led mike28-Feb-08 11:28
led mike28-Feb-08 11:28 
GeneralRe: Close event of browser Pin
Not Active28-Feb-08 12:08
mentorNot Active28-Feb-08 12:08 
GeneralRe: Close event of browser Pin
Pete O'Hanlon28-Feb-08 21:32
mvePete O'Hanlon28-Feb-08 21:32 
GeneralRe: Close event of browser Pin
led mike29-Feb-08 4:49
led mike29-Feb-08 4:49 
GeneralRe: Close event of browser Pin
Pete O'Hanlon29-Feb-08 8:39
mvePete O'Hanlon29-Feb-08 8:39 

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.