Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Topmost without focus Pin
Paul Conrad29-Jul-08 8:22
professionalPaul Conrad29-Jul-08 8:22 
GeneralRe: C# Topmost without focus Pin
led mike29-Jul-08 8:31
led mike29-Jul-08 8:31 
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 8:54
Zocrates29-Jul-08 8:54 
GeneralRe: C# Topmost without focus Pin
led mike29-Jul-08 9:08
led mike29-Jul-08 9:08 
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 10:22
Zocrates29-Jul-08 10:22 
GeneralRe: C# Topmost without focus Pin
led mike29-Jul-08 10:34
led mike29-Jul-08 10:34 
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 10:42
Zocrates29-Jul-08 10:42 
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 10:51
Zocrates29-Jul-08 10:51 
I was able to find a solution.

I was able to remove the dependency on the ThreadPool by using the modeless Show() instead of modal ShowDialog(). This allowed my program to continue to process while the popup was still showing. This handled the none maximized screens.

For the maximized screens I overrode the 'ShowWithoutActivation' property of the popup form.

All this of course with TopMost set to true.
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 10:57
Zocrates29-Jul-08 10:57 
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 11:41
Zocrates29-Jul-08 11:41 
QuestionPanel Refresh problem Pin
jchigg200029-Jul-08 5:06
jchigg200029-Jul-08 5:06 
AnswerRe: Panel Refresh problem Pin
DaveyM6929-Jul-08 6:16
professionalDaveyM6929-Jul-08 6:16 
Questionmaking dynamic ListViewGroups Pin
Yosh_29-Jul-08 4:47
professionalYosh_29-Jul-08 4:47 
AnswerRe: making dynamic ListViewGroups Pin
nelsonpaixao29-Jul-08 12:47
nelsonpaixao29-Jul-08 12:47 
QuestionPublishing a console application? Pin
Goalie3529-Jul-08 4:14
Goalie3529-Jul-08 4:14 
AnswerRe: Publishing a console application? Pin
leppie29-Jul-08 4:48
leppie29-Jul-08 4:48 
AnswerRe: Publishing a console application? Pin
Mircea Puiu29-Jul-08 4:58
Mircea Puiu29-Jul-08 4:58 
QuestionMultiThread Programing Pin
LincolnGuimaraes29-Jul-08 3:58
LincolnGuimaraes29-Jul-08 3:58 
AnswerRe: MultiThread Programing Pin
Mircea Puiu29-Jul-08 4:47
Mircea Puiu29-Jul-08 4:47 
AnswerRe: MultiThread Programing Pin
Yosh_29-Jul-08 5:00
professionalYosh_29-Jul-08 5:00 
AnswerRe: MultiThread Programing Pin
Yosh_29-Jul-08 5:01
professionalYosh_29-Jul-08 5:01 
AnswerRe: MultiThread Programing Pin
Guffa29-Jul-08 6:34
Guffa29-Jul-08 6:34 
AnswerRe: MultiThread Programing Pin
Joe Woodbury29-Jul-08 9:24
professionalJoe Woodbury29-Jul-08 9:24 
Questionjavascript for grid view checkbox Pin
umeshdaiya29-Jul-08 3:14
umeshdaiya29-Jul-08 3:14 
AnswerRe: javascript for grid view checkbox Pin
leppie29-Jul-08 4:51
leppie29-Jul-08 4:51 

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.