Click here to Skip to main content
15,910,877 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to know if a thread is waiting for an event ?! Pin
Karma Komae21-Nov-07 23:05
Karma Komae21-Nov-07 23:05 
GeneralRe: How to know if a thread is waiting for an event ?! Pin
Luc Pattyn21-Nov-07 23:51
sitebuilderLuc Pattyn21-Nov-07 23:51 
QuestionHow to Open Url Pin
A.Asif21-Nov-07 3:54
A.Asif21-Nov-07 3:54 
AnswerRe: How to Open Url Pin
Skippums21-Nov-07 5:58
Skippums21-Nov-07 5:58 
QuestionReading data from ms sql Pin
RAGHAVENDRAN200721-Nov-07 3:06
RAGHAVENDRAN200721-Nov-07 3:06 
AnswerRe: Reading data from ms sql Pin
duncanmhor21-Nov-07 4:06
duncanmhor21-Nov-07 4:06 
QuestionForm.ShowDialog(), but without Focus Pin
blackjack215021-Nov-07 2:41
blackjack215021-Nov-07 2:41 
AnswerRe: Form.ShowDialog(), but without Focus Pin
Skippums21-Nov-07 5:27
Skippums21-Nov-07 5:27 
Why not do the following...

1. Set the popup form's Visible property to false, and WindowState to Minimized in the designer
2. Create a new instance of that form (the popup window) on initialization of the class that currently calls ShowDialog
3. Instead of calling ShowDialog, change the Visible property on the popup to true

Will this work, or does it have to be a modal dialog (or does it still get focus)?

Jeff
GeneralRe: Form.ShowDialog(), but without Focus Pin
blackjack215021-Nov-07 6:45
blackjack215021-Nov-07 6:45 
QuestionLoading an image into a toolStripStatusLabel Pin
Programm3r21-Nov-07 2:02
Programm3r21-Nov-07 2:02 
AnswerRe: Loading an image into a toolStripStatusLabel Pin
Andrei Ungureanu21-Nov-07 2:38
Andrei Ungureanu21-Nov-07 2:38 
GeneralRe: Loading an image into a toolStripStatusLabel Pin
Programm3r21-Nov-07 3:29
Programm3r21-Nov-07 3:29 
QuestionSend Messages to Mobile Devices Pin
Satish - Developer21-Nov-07 1:47
Satish - Developer21-Nov-07 1:47 
AnswerRe: Send Messages to Mobile Devices Pin
Vasudevan Deepak Kumar21-Nov-07 3:24
Vasudevan Deepak Kumar21-Nov-07 3:24 
Questiondrawing reverse rectangle using mouse Pin
_tasleem21-Nov-07 1:45
_tasleem21-Nov-07 1:45 
AnswerRe: drawing reverse rectangle using mouse Pin
Andrei Ungureanu21-Nov-07 2:28
Andrei Ungureanu21-Nov-07 2:28 
AnswerRe: drawing reverse rectangle using mouse [modified] Pin
Luc Pattyn21-Nov-07 4:43
sitebuilderLuc Pattyn21-Nov-07 4:43 
QuestionData reception from Multiple ports Pin
PS@Codeproj21-Nov-07 0:59
PS@Codeproj21-Nov-07 0:59 
AnswerRe: Data reception from Multiple ports Pin
Bekjong21-Nov-07 1:33
Bekjong21-Nov-07 1:33 
Questionservice doesn't start Pin
stephan_00721-Nov-07 0:18
stephan_00721-Nov-07 0:18 
AnswerRe: service doesn't start Pin
Pete O'Hanlon21-Nov-07 0:20
mvePete O'Hanlon21-Nov-07 0:20 
QuestionReading Contents of a folder from website Pin
arslanjatt21-Nov-07 0:17
arslanjatt21-Nov-07 0:17 
AnswerRe: Reading Contents of a folder from website Pin
Rob Philpott21-Nov-07 0:33
Rob Philpott21-Nov-07 0:33 
GeneralRe: Reading Contents of a folder from website Pin
arslanjatt21-Nov-07 0:48
arslanjatt21-Nov-07 0:48 
QuestionGetting Error when using System.Timers.Timer Pin
Satish - Developer21-Nov-07 0:14
Satish - Developer21-Nov-07 0:14 

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.