Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Writing sql command from c# Pin
teknolog12327-Feb-11 23:11
teknolog12327-Feb-11 23:11 
GeneralRe: Writing sql command from c# Pin
OriginalGriff27-Feb-11 23:22
mveOriginalGriff27-Feb-11 23:22 
GeneralRe: Writing sql command from c# Pin
teknolog12327-Feb-11 23:44
teknolog12327-Feb-11 23:44 
AnswerRe: Writing sql command from c# Pin
Bernhard Hiller28-Feb-11 0:38
Bernhard Hiller28-Feb-11 0:38 
GeneralRe: Writing sql command from c# Pin
teknolog12328-Feb-11 1:08
teknolog12328-Feb-11 1:08 
GeneralRe: Writing sql command from c# Pin
Bernhard Hiller28-Feb-11 3:36
Bernhard Hiller28-Feb-11 3:36 
GeneralRe: Writing sql command from c# Pin
teknolog12328-Feb-11 6:23
teknolog12328-Feb-11 6:23 
Questionwhen thread.sleep() called the visibility of the label is not working properly. Pin
prasadbuddhika26-Feb-11 3:48
prasadbuddhika26-Feb-11 3:48 
this might be a very simple question but i tried to change the visibility of a label with in
a timer ticker event. here is the code segment

private void timer1_Tick(object sender, EventArgs e)
        {
            label1.Visible = false;

            Thread.Sleep(2000);

            label1.Visible = true;
        }


timer interval is set to 1000 and enabled.

but the visibility is not working. once it is disappeared it doesn't show again.
any idea why this happens.
AnswerRe: when thread.sleep() called the visibility of the label is not working properly. Pin
Henry Minute26-Feb-11 4:35
Henry Minute26-Feb-11 4:35 
AnswerRe: when thread.sleep() called the visibility of the label is not working properly. Pin
Luc Pattyn26-Feb-11 5:06
sitebuilderLuc Pattyn26-Feb-11 5:06 
QuestionCompact PST File in Outlook Pin
pravin_mun25-Feb-11 21:58
pravin_mun25-Feb-11 21:58 
AnswerRe: Compact PST File in Outlook Pin
N a v a n e e t h26-Feb-11 14:41
N a v a n e e t h26-Feb-11 14:41 
Questionwhich mobile supports AT commands for sending sms through coding in c# Pin
aeman25-Feb-11 21:20
aeman25-Feb-11 21:20 
AnswerRe: which mobile supports AT commands for sending sms through coding in c# Pin
OriginalGriff25-Feb-11 21:24
mveOriginalGriff25-Feb-11 21:24 
GeneralRe: which mobile supports AT commands for sending sms through coding in c# Pin
aeman25-Feb-11 22:05
aeman25-Feb-11 22:05 
QuestionConvert into Url from Socket Pin
Anubhava Dimri25-Feb-11 18:35
Anubhava Dimri25-Feb-11 18:35 
AnswerRe: Convert into Url from Socket Pin
OriginalGriff25-Feb-11 20:39
mveOriginalGriff25-Feb-11 20:39 
GeneralRe: Convert into Url from Socket Pin
Anubhava Dimri25-Feb-11 21:08
Anubhava Dimri25-Feb-11 21:08 
GeneralRe: Convert into Url from Socket Pin
OriginalGriff25-Feb-11 21:22
mveOriginalGriff25-Feb-11 21:22 
GeneralRe: Convert into Url from Socket Pin
Anubhava Dimri25-Feb-11 21:29
Anubhava Dimri25-Feb-11 21:29 
GeneralRe: Convert into Url from Socket Pin
OriginalGriff25-Feb-11 21:33
mveOriginalGriff25-Feb-11 21:33 
GeneralRe: Convert into Url from Socket Pin
Anubhava Dimri25-Feb-11 23:04
Anubhava Dimri25-Feb-11 23:04 
GeneralRe: Convert into Url from Socket Pin
OriginalGriff25-Feb-11 23:23
mveOriginalGriff25-Feb-11 23:23 
GeneralRe: Convert into Url from Socket Pin
Anubhava Dimri26-Feb-11 1:53
Anubhava Dimri26-Feb-11 1:53 
GeneralRe: Convert into Url from Socket Pin
OriginalGriff26-Feb-11 2:00
mveOriginalGriff26-Feb-11 2:00 

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.