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

C#

 
GeneralSaving Images Pin
Steve McLenithan7-May-03 7:51
Steve McLenithan7-May-03 7:51 
GeneralRe: Saving Images Pin
Stephane Rodriguez.7-May-03 8:45
Stephane Rodriguez.7-May-03 8:45 
GeneralVC++ 6.0 && C# Pin
NHM7-May-03 6:57
NHM7-May-03 6:57 
GeneralRe: VC++ 6.0 && C# Pin
Stephane Rodriguez.7-May-03 8:35
Stephane Rodriguez.7-May-03 8:35 
GeneralRemoting Timeout Problem Pin
Manish K. Agarwal7-May-03 6:35
Manish K. Agarwal7-May-03 6:35 
GeneralRe: Remoting Timeout Problem Pin
Manish K. Agarwal7-May-03 17:08
Manish K. Agarwal7-May-03 17:08 
GeneralRe: Always Active Pin
Stephane Rodriguez.7-May-03 8:46
Stephane Rodriguez.7-May-03 8:46 
GeneralRe: Always Active Pin
Stephane Rodriguez.8-May-03 3:10
Stephane Rodriguez.8-May-03 3:10 
I don't see your point. Owned windows are not like modal windows. That is, controls in owner windows continue to respond to mouse events even if an owned window is active. In other words, owner window/owned windows are exactly behaving like palettes versus main windows. The only slight difference is the window caption which changes from highlighted to unhighlighted when you click on one window and then on another.

If you are having problems with that caption, just hide it by applying the appropriate window style to it (remove WS_CAPTION). How this is done is through Interop SetWindowLong. Just look at a post 2 days ago, where I have the C# code to do something similar.
Hiding the caption can also be combined to making a form behave like a tool window (WS_EX_TOOLWINDOW), ie like a floating toolbar. But this won't change much since, as I have already said, owner/owned forms are not even modal against each other.



GeneralDisplay XML file and Embed control. Pin
tuan_tomy7-May-03 6:19
tuan_tomy7-May-03 6:19 
GeneralRe: Display XML file and Embed control. Pin
Stephane Rodriguez.7-May-03 6:41
Stephane Rodriguez.7-May-03 6:41 
GeneralC# Application Programming Pin
tibifira7-May-03 3:34
tibifira7-May-03 3:34 
GeneralRe: C# Application Programming Pin
RB@Emphasys7-May-03 3:47
RB@Emphasys7-May-03 3:47 
GeneralCommunication with com1 Pin
Viedy7-May-03 1:14
Viedy7-May-03 1:14 
GeneralRe: Communication with com1 Pin
Viedy7-May-03 3:39
Viedy7-May-03 3:39 
GeneralRe: Communication with com1 Pin
Torsten Mauz7-May-03 3:52
Torsten Mauz7-May-03 3:52 
GeneralRe: Communication with com1 Pin
Carlos Antollini7-May-03 4:48
Carlos Antollini7-May-03 4:48 
QuestionHow Do i Create DSN in C# Pin
Faisal7867-May-03 0:34
Faisal7867-May-03 0:34 
AnswerRe: How Do i Create DSN in C# Pin
Marcin7-May-03 12:09
Marcin7-May-03 12:09 
GeneralImageFormat with SaveFileDialog Pin
Roald Bankras7-May-03 0:32
Roald Bankras7-May-03 0:32 
GeneralRe: ImageFormat with SaveFileDialog Pin
Richard Deeming8-May-03 4:45
mveRichard Deeming8-May-03 4:45 
GeneralCOMException "Requested resource in use" Pin
GriffonRL7-May-03 0:14
GriffonRL7-May-03 0:14 
GeneralRe: COMException "Requested resource in use" Pin
Stephane Rodriguez.7-May-03 22:07
Stephane Rodriguez.7-May-03 22:07 
GeneralRe: COMException "Requested resource in use" Pin
GriffonRL12-May-03 0:42
GriffonRL12-May-03 0:42 
GeneralDataComponents in Visual C# Pin
flyingv6-May-03 23:41
flyingv6-May-03 23:41 
GeneralRe: DataComponents in Visual C# Pin
Andres Manggini7-May-03 20:09
Andres Manggini7-May-03 20:09 

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.