Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
AnswerRe: clickonce register COM problem Pin
paas29-Jul-08 8:01
paas29-Jul-08 8:01 
QuestionA design decision - how to instantiate and call BLL classes? Pin
Pawel Krakowiak29-Jul-08 6:19
Pawel Krakowiak29-Jul-08 6:19 
AnswerRe: A design decision - how to instantiate and call BLL classes? Pin
led mike29-Jul-08 6:38
led mike29-Jul-08 6:38 
GeneralRe: A design decision - how to instantiate and call BLL classes? Pin
Pawel Krakowiak29-Jul-08 21:09
Pawel Krakowiak29-Jul-08 21:09 
GeneralRe: A design decision - how to instantiate and call BLL classes? Pin
led mike30-Jul-08 6:03
led mike30-Jul-08 6:03 
GeneralRe: A design decision - how to instantiate and call BLL classes? Pin
Pawel Krakowiak30-Jul-08 6:29
Pawel Krakowiak30-Jul-08 6:29 
GeneralRe: A design decision - how to instantiate and call BLL classes? Pin
led mike30-Jul-08 6:43
led mike30-Jul-08 6:43 
QuestionC# Topmost without focus Pin
Zocrates29-Jul-08 6:00
Zocrates29-Jul-08 6:00 
I am attempting to recreate the behavior that Outlook does when a new message comes in. I would like a popup (form) to be displayed as topmost however not to have focus.

I am using a windows form to manage a series of messages that arrive on the fly. When a new message arrives I use ThreadPool.QueueUserWorkItem() to queue the message for creation of a popup (a simple windows form that is stylized). I would like the popup to come to the front however not take focus from the user. I have attempted to use several Win32 API's including SetWindowPos, SetForegroundWindow, ShowWindow to solve this problem. I can get topmost or focus to work, but not in conjuction. Does anyone have experience with this that may be able to point me the right direction?
AnswerRe: C# Topmost without focus Pin
led mike29-Jul-08 7:27
led mike29-Jul-08 7:27 
AnswerRe: C# Topmost without focus Pin
Paul Conrad29-Jul-08 7:45
professionalPaul Conrad29-Jul-08 7:45 
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 8:03
Zocrates29-Jul-08 8:03 
GeneralRe: C# Topmost without focus Pin
Paul Conrad29-Jul-08 8:11
professionalPaul Conrad29-Jul-08 8:11 
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 8:18
Zocrates29-Jul-08 8:18 
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 
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 

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.