Click here to Skip to main content
15,905,427 members
Home / Discussions / C#
   

C#

 
QuestionHow to do media stremining? Pin
Divyang Mithaiwala17-Jan-06 20:04
Divyang Mithaiwala17-Jan-06 20:04 
AnswerRe: How to do media stremining? Pin
Dave Kreskowiak18-Jan-06 5:18
mveDave Kreskowiak18-Jan-06 5:18 
QuestionWhat's more easy for the machine? Pin
shopi3017-Jan-06 19:43
shopi3017-Jan-06 19:43 
AnswerRe: What's more easy for the machine? Pin
CWIZO17-Jan-06 21:03
CWIZO17-Jan-06 21:03 
AnswerRe: What's more easy for the machine? Pin
Guffa17-Jan-06 21:51
Guffa17-Jan-06 21:51 
GeneralRe: What's more easy for the machine? Pin
shopi3018-Jan-06 1:24
shopi3018-Jan-06 1:24 
GeneralRe: What's more easy for the machine? Pin
shopi3018-Jan-06 1:25
shopi3018-Jan-06 1:25 
AnswerRe: What's more easy for the machine? Pin
DavidNohejl17-Jan-06 21:47
DavidNohejl17-Jan-06 21:47 
GeneralRe: What's more easy for the machine? Pin
shopi3018-Jan-06 1:25
shopi3018-Jan-06 1:25 
QuestionFirewall development using C#(need help) Pin
MACODER17-Jan-06 18:37
MACODER17-Jan-06 18:37 
AnswerRe: Firewall development using C#(need help) Pin
Colin Angus Mackay17-Jan-06 22:54
Colin Angus Mackay17-Jan-06 22:54 
AnswerRe: Firewall development using C#(need help) Pin
Dave Kreskowiak18-Jan-06 5:10
mveDave Kreskowiak18-Jan-06 5:10 
QuestionC# program for transparent screen lock Pin
siwei9917-Jan-06 16:30
siwei9917-Jan-06 16:30 
Question2 TreeView Issues Pin
LighthouseJ17-Jan-06 16:01
LighthouseJ17-Jan-06 16:01 
QuestionControl/literal Pin
student_rhr17-Jan-06 14:22
student_rhr17-Jan-06 14:22 
AnswerRe: Control/literal Pin
Christian Graus17-Jan-06 14:31
protectorChristian Graus17-Jan-06 14:31 
AnswerRe: Control/literal Pin
Guffa17-Jan-06 21:57
Guffa17-Jan-06 21:57 
QuestionTopMost Window Pin
Careth Jefferson17-Jan-06 13:51
Careth Jefferson17-Jan-06 13:51 
AnswerRe: TopMost Window Pin
Christian Graus17-Jan-06 14:02
protectorChristian Graus17-Jan-06 14:02 
AnswerRe: TopMost Window Pin
Careth Jefferson17-Jan-06 14:14
Careth Jefferson17-Jan-06 14:14 
GeneralRe: TopMost Window Pin
Christian Graus17-Jan-06 14:15
protectorChristian Graus17-Jan-06 14:15 
GeneralRe: TopMost Window Pin
Careth Jefferson17-Jan-06 19:08
Careth Jefferson17-Jan-06 19:08 
The child window is on a separate background thread. If I set the parent property I am getting some exception like "Cannot add top level control". The win32 functions works perfectly. I need this window on the background thread to overlap the main ui thread window. Thereby I can have modal windows which will not block the main thread. We have some legacy applications which are being auto generated into C# code. These apps have lots of modal windows. We have to plug in these apps into a UI framework already deployed. These individual apps will reside on different tabs in the UI framework. When these apps open modal windows we need to be able to other tabs. Hope this explains why we have to run this in a separate thread with its own message loop. Each interaction with the main UI thread will be synchronized via BeginInvoke. There will be minimal interaction with UI thread controls except for getting some static security tokens, cust name etc.

-- modified at 1:11 Wednesday 18th January, 2006
GeneralRe: TopMost Window Pin
Christian Graus18-Jan-06 8:54
protectorChristian Graus18-Jan-06 8:54 
AnswerRe: TopMost Window Pin
DigitalKing17-Jan-06 14:18
DigitalKing17-Jan-06 14:18 
Questionhey guys check this out Pin
abstarsss17-Jan-06 13:30
abstarsss17-Jan-06 13:30 

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.