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

C#

 
GeneralRe: SaveFileDialog and OverwritePrompt Pin
Jibesh24-Jan-13 10:23
professionalJibesh24-Jan-13 10:23 
GeneralRe: SaveFileDialog and OverwritePrompt Pin
GenJerDan24-Jan-13 11:18
GenJerDan24-Jan-13 11:18 
GeneralRe: SaveFileDialog and OverwritePrompt Pin
Alan N24-Jan-13 9:39
Alan N24-Jan-13 9:39 
AnswerRe: SaveFileDialog and OverwritePrompt Pin
BobJanova24-Jan-13 22:22
BobJanova24-Jan-13 22:22 
GeneralRe: SaveFileDialog and OverwritePrompt Pin
GenJerDan25-Jan-13 3:13
GenJerDan25-Jan-13 3:13 
AnswerRe: SaveFileDialog and OverwritePrompt Pin
micke.andersson28-Jan-13 2:44
micke.andersson28-Jan-13 2:44 
GeneralRe: SaveFileDialog and OverwritePrompt Pin
GenJerDan28-Jan-13 3:10
GenJerDan28-Jan-13 3:10 
QuestionThread with Message Pump Pin
Richard Andrew x6424-Jan-13 1:56
professionalRichard Andrew x6424-Jan-13 1:56 
I need a thread to invoke any delegate that I send to it.

What is the accepted pattern for having a .NET thread process messages?

Should I:

1. Create a hidden Form and override the WndProc function?

2. Use a Background Worker? (The problem with the Background Worker is that you can't send it a message if it's already busy.)

3. Use a loop with an AutoResetEvent to wait for new messages?

4. Something else?



The difficult we do right away...
...the impossible takes slightly longer.

AnswerRe: Thread with Message Pump Pin
Eddy Vluggen24-Jan-13 2:49
professionalEddy Vluggen24-Jan-13 2:49 
AnswerRe: Thread with Message Pump Pin
Paulo Zemek24-Jan-13 3:49
mvaPaulo Zemek24-Jan-13 3:49 
AnswerRe: Thread with Message Pump Pin
BobJanova24-Jan-13 4:22
BobJanova24-Jan-13 4:22 
QuestionEnding session and back button after logout Pin
sahavasiwebwonders24-Jan-13 0:24
sahavasiwebwonders24-Jan-13 0:24 
AnswerRe: Ending session and back button after logout Pin
Simon_Whale24-Jan-13 0:36
Simon_Whale24-Jan-13 0:36 
GeneralRe: Ending session and back button after logout Pin
sahavasiwebwonders24-Jan-13 0:41
sahavasiwebwonders24-Jan-13 0:41 
AnswerRe: Ending session and back button after logout Pin
BobJanova24-Jan-13 1:28
BobJanova24-Jan-13 1:28 
GeneralRe: Ending session and back button after logout Pin
sahavasiwebwonders24-Jan-13 18:59
sahavasiwebwonders24-Jan-13 18:59 
QuestionTally Integration Pin
Atul Ankush Bhabal23-Jan-13 22:38
Atul Ankush Bhabal23-Jan-13 22:38 
AnswerRe: Tally Integration Pin
Pete O'Hanlon23-Jan-13 22:43
mvePete O'Hanlon23-Jan-13 22:43 
QuestionHow check if a record exists before running the code to delete the record? Pin
Member 964160223-Jan-13 22:37
Member 964160223-Jan-13 22:37 
AnswerRe: How check if a record exists before running the code to delete the record? Pin
dan!sh 23-Jan-13 22:57
professional dan!sh 23-Jan-13 22:57 
AnswerRe: How check if a record exists before running the code to delete the record? Pin
Richard MacCutchan23-Jan-13 23:01
mveRichard MacCutchan23-Jan-13 23:01 
AnswerRe: How check if a record exists before running the code to delete the record? Pin
Eddy Vluggen24-Jan-13 0:43
professionalEddy Vluggen24-Jan-13 0:43 
AnswerRe: How check if a record exists before running the code to delete the record? Pin
V.24-Jan-13 1:57
professionalV.24-Jan-13 1:57 
AnswerRe: How check if a record exists before running the code to delete the record? Pin
PIEBALDconsult24-Jan-13 4:40
mvePIEBALDconsult24-Jan-13 4:40 
AnswerRe: How check if a record exists before running the code to delete the record? Pin
pt140125-Jan-13 9:15
pt140125-Jan-13 9:15 

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.