Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
AnswerRe: Read Sql Server Message from C# Pin
I Believe In GOD26-May-09 14:26
I Believe In GOD26-May-09 14:26 
QuestionError when creating new C# project Pin
Alan Burkhart10-May-09 13:19
Alan Burkhart10-May-09 13:19 
AnswerRe: Error when creating new C# project Pin
Luc Pattyn10-May-09 13:27
sitebuilderLuc Pattyn10-May-09 13:27 
GeneralRe: Error when creating new C# project Pin
Alan Burkhart10-May-09 16:32
Alan Burkhart10-May-09 16:32 
AnswerRe: Error when creating new C# project Pin
Anubhava Dimri10-May-09 20:07
Anubhava Dimri10-May-09 20:07 
GeneralRe: Error when creating new C# project Pin
Alan Burkhart11-May-09 2:55
Alan Burkhart11-May-09 2:55 
QuestionHow to know if my database update was done ? Pin
Yanshof10-May-09 9:46
Yanshof10-May-09 9:46 
AnswerRe: How to know if my database update was done ? Pin
Abhishek Sur10-May-09 10:06
professionalAbhishek Sur10-May-09 10:06 
Are you using a separate thread to update the database.
If so, Use ManualResetEvent object to Set when update is successfully done.

And in the main thread use WaitOne function to wait until the child thread finishes its job.

You can also use Thread.Join to do this as well.Rose | [Rose] Rose | [Rose]


GeneralRe: How to know if my database update was done ? Pin
Yanshof10-May-09 17:42
Yanshof10-May-09 17:42 
Question[Message Deleted] Pin
nike_arh10-May-09 9:03
nike_arh10-May-09 9:03 
AnswerRe: A program deleting itself Pin
DaveyM6910-May-09 9:05
professionalDaveyM6910-May-09 9:05 
AnswerRe: A program deleting itself Pin
Pete O'Hanlon10-May-09 9:08
mvePete O'Hanlon10-May-09 9:08 
AnswerRe: [Message Deleted] Pin
Pete O'Hanlon10-May-09 9:09
mvePete O'Hanlon10-May-09 9:09 
Question[Message Deleted] Pin
nike_arh10-May-09 8:15
nike_arh10-May-09 8:15 
AnswerRe: The principle of programs like TeamViewer Pin
Pete O'Hanlon10-May-09 8:44
mvePete O'Hanlon10-May-09 8:44 
GeneralRe: The principle of programs like TeamViewer Pin
Colin Angus Mackay10-May-09 13:33
Colin Angus Mackay10-May-09 13:33 
GeneralRe: The principle of programs like TeamViewer Pin
Luc Pattyn10-May-09 14:20
sitebuilderLuc Pattyn10-May-09 14:20 
GeneralRe: The principle of programs like TeamViewer Pin
led mike18-May-09 11:52
led mike18-May-09 11:52 
QuestionDisplay Assembly Resources in Web Browser (problem with jpg/pdf) Pin
sodevrom10-May-09 7:41
sodevrom10-May-09 7:41 
AnswerRe: Display Assembly Resources in Web Browser (problem with jpg/pdf) Pin
Luc Pattyn10-May-09 8:09
sitebuilderLuc Pattyn10-May-09 8:09 
GeneralRe: Display Assembly Resources in Web Browser (problem with jpg/pdf) Pin
sodevrom10-May-09 8:15
sodevrom10-May-09 8:15 
GeneralRe: Display Assembly Resources in Web Browser (problem with jpg/pdf) Pin
Luc Pattyn10-May-09 11:00
sitebuilderLuc Pattyn10-May-09 11:00 
GeneralRe: Display Assembly Resources in Web Browser (problem with jpg/pdf) Pin
Luc Pattyn10-May-09 13:09
sitebuilderLuc Pattyn10-May-09 13:09 
GeneralRe: Display Assembly Resources in Web Browser (problem with jpg/pdf) Pin
sodevrom10-May-09 13:10
sodevrom10-May-09 13:10 
QuestionSelf-updating application by using batch files (Need Help) Pin
SimpleData10-May-09 6:28
SimpleData10-May-09 6:28 

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.