Click here to Skip to main content
16,005,121 members
Home / Discussions / C#
   

C#

 
GeneralRe: .NET Framework Version Pin
PIEBALDconsult17-May-09 18:00
mvePIEBALDconsult17-May-09 18:00 
AnswerRe: .NET Framework Version Pin
adatapost17-May-09 20:59
adatapost17-May-09 20:59 
AnswerRe: .NET Framework Version Pin
DaveyM6917-May-09 22:58
professionalDaveyM6917-May-09 22:58 
GeneralRe: .NET Framework Version Pin
Blue36517-May-09 23:25
Blue36517-May-09 23:25 
GeneralRe: .NET Framework Version Pin
PIEBALDconsult18-May-09 4:09
mvePIEBALDconsult18-May-09 4:09 
Generalget complex type from nusoap Pin
jahc17-May-09 14:36
jahc17-May-09 14:36 
Questioneasy wait(delay) like an "watabletimer & waitforsingleobjectex" Pin
Bernard3817-May-09 13:27
Bernard3817-May-09 13:27 
AnswerRe: easy wait(delay) like an "watabletimer & waitforsingleobjectex" Pin
Luc Pattyn17-May-09 16:11
sitebuilderLuc Pattyn17-May-09 16:11 
Confused | :confused:

either you wait some time (i.e. Thread.Sleep) or you organize a timer event.
What else could you possibly want?

FYI:
- don't call Sleep on the GUI thread;
- for delayed GUI stuff, use a System.Windows.Forms.Timer, that one ticks on the GUI thread.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

QuestionResizable control at runtime. Pin
stardust161117-May-09 9:58
stardust161117-May-09 9:58 
QuestionUsing Exponentiation Operator ^ on Deciaml Pin
GregoryWB17-May-09 9:41
GregoryWB17-May-09 9:41 
AnswerRe: Using Exponentiation Operator ^ on Deciaml Pin
Luc Pattyn17-May-09 9:51
sitebuilderLuc Pattyn17-May-09 9:51 
GeneralRe: Using Exponentiation Operator ^ on Deciaml [modified] Pin
GregoryWB17-May-09 10:12
GregoryWB17-May-09 10:12 
GeneralRe: Using Exponentiation Operator ^ on Deciaml Pin
PIEBALDconsult17-May-09 11:58
mvePIEBALDconsult17-May-09 11:58 
QuestionMultiple DataAdapters Pin
Maverickcool17-May-09 9:31
Maverickcool17-May-09 9:31 
AnswerRe: Multiple DataAdapters Pin
fly90417-May-09 9:45
fly90417-May-09 9:45 
AnswerRe: Multiple DataAdapters Pin
PIEBALDconsult17-May-09 16:22
mvePIEBALDconsult17-May-09 16:22 
Question[Message Deleted] Pin
hkjghkj117-May-09 9:13
hkjghkj117-May-09 9:13 
AnswerRe: fill already drown rectangle Pin
0x3c017-May-09 9:44
0x3c017-May-09 9:44 
GeneralRe: fill already drown rectangle Pin
Luc Pattyn17-May-09 9:54
sitebuilderLuc Pattyn17-May-09 9:54 
Questionsql server profiler Pin
behzadcp17-May-09 8:07
professionalbehzadcp17-May-09 8:07 
AnswerRe: sql server profiler Pin
Pete O'Hanlon17-May-09 8:40
mvePete O'Hanlon17-May-09 8:40 
GeneralRe: sql server profiler Pin
behzadcp18-May-09 7:33
professionalbehzadcp18-May-09 7:33 
QuestionSql Connection - Ado.net - question Pin
EmZan17-May-09 4:01
EmZan17-May-09 4:01 
AnswerRe: Sql Connection - Ado.net - question Pin
PIEBALDconsult17-May-09 4:11
mvePIEBALDconsult17-May-09 4:11 
GeneralRe: Sql Connection - Ado.net - question Pin
EmZan17-May-09 4:39
EmZan17-May-09 4: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.