Click here to Skip to main content
16,007,126 members
Home / Discussions / C#
   

C#

 
QuestionLogin Time Pin
-Yoyosh-1-Jan-07 23:32
-Yoyosh-1-Jan-07 23:32 
AnswerRe: Login Time Pin
Pete O'Hanlon2-Jan-07 0:05
mvePete O'Hanlon2-Jan-07 0:05 
GeneralRe: Login Time Pin
-Yoyosh-2-Jan-07 6:33
-Yoyosh-2-Jan-07 6:33 
GeneralRe: Login Time Pin
Pete O'Hanlon2-Jan-07 23:40
mvePete O'Hanlon2-Jan-07 23:40 
GeneralRe: Login Time Pin
ednrgc3-Jan-07 4:51
ednrgc3-Jan-07 4:51 
GeneralRe: Login Time Pin
Pete O'Hanlon3-Jan-07 8:40
mvePete O'Hanlon3-Jan-07 8:40 
Questionwinform Pin
fmardani1-Jan-07 22:45
fmardani1-Jan-07 22:45 
AnswerRe: winform Pin
Pete O'Hanlon1-Jan-07 23:11
mvePete O'Hanlon1-Jan-07 23:11 
The time is being taken up by the database retrieval. One way to get around this problem is to make the database retrieval run on a different thread to the load and then display the data in the main UI when it has finished. Have a look at BackgroundWorker to get an idea as to how this could work.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

QuestionSending E-Mails Pin
AB77711-Jan-07 22:34
AB77711-Jan-07 22:34 
AnswerRe: Sending E-Mails Pin
Mircea Puiu1-Jan-07 22:46
Mircea Puiu1-Jan-07 22:46 
GeneralRe: Sending E-Mails Pin
AB77711-Jan-07 22:57
AB77711-Jan-07 22:57 
GeneralRe: Sending E-Mails Pin
Mircea Puiu1-Jan-07 23:48
Mircea Puiu1-Jan-07 23:48 
Questionhow to get name of all SQL server's available in an OS or a network Pin
Rocky#1-Jan-07 22:04
Rocky#1-Jan-07 22:04 
AnswerRe: how to get name of all SQL server's available in an OS or a network Pin
jdkulkarni1-Jan-07 22:14
jdkulkarni1-Jan-07 22:14 
GeneralRe: how to get name of all SQL server's available in an OS or a network Pin
Rocky#1-Jan-07 22:23
Rocky#1-Jan-07 22:23 
QuestionHow to get a application pathi in run time? in C# Pin
babutkchn1-Jan-07 22:00
babutkchn1-Jan-07 22:00 
AnswerRe: How to get a application pathi in run time? in C# Pin
Venkatesh.P1-Jan-07 22:13
Venkatesh.P1-Jan-07 22:13 
GeneralRe: How to get a application pathi in run time? in C# Pin
babutkchn1-Jan-07 22:39
babutkchn1-Jan-07 22:39 
AnswerRe: How to get a application pathi in run time? in C# Pin
Mircea Puiu1-Jan-07 22:15
Mircea Puiu1-Jan-07 22:15 
GeneralRe: How to get a application pathi in run time? in C# Pin
Venkatesh.P1-Jan-07 22:27
Venkatesh.P1-Jan-07 22:27 
GeneralRe: How to get a application pathi in run time? in C# Pin
babutkchn1-Jan-07 22:37
babutkchn1-Jan-07 22:37 
GeneralRe: How to get a application pathi in run time? in C# Pin
Mircea Puiu1-Jan-07 23:01
Mircea Puiu1-Jan-07 23:01 
AnswerRe: How to get a application pathi in run time? in C# Pin
Martin#1-Jan-07 22:47
Martin#1-Jan-07 22:47 
GeneralRe: How to get a application pathi in run time? in C# Pin
Mircea Puiu1-Jan-07 23:14
Mircea Puiu1-Jan-07 23:14 
GeneralRe: How to get a application pathi in run time? in C# Pin
Martin#1-Jan-07 23:27
Martin#1-Jan-07 23:27 

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.