Hi, all !
There are several modeless Windows on the screen. Is it possible to make a frame (shadow) appear around the window when the window receives focus, and when the focus is lost, this shadow disappears ?
Frame around window
Re: Frame around window
Working on a nice sample with different border-styles
The solution You are looking for
A main-window
3 child-windows
The first one got the focus
regards
Uwe
The solution You are looking for
A main-window
3 child-windows
The first one got the focus
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: Frame around window
What an example to look at ?
Re: Frame around window
It means the child-windows with titles and systembuttons
Is that what You want
regards
Uwe
I can show / use a normal window with border and draw a colored shadow around on focus ( a little bit different )There are several modeless Windows on the screen. Is it possible to make a frame (shadow)
appear around the window when the window receives focus, and when the focus is lost,
this shadow disappears ?
Is that what You want
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: Frame around window
Yes, but can do/remove the border via SetWindowLong() ?
Re: Frame around window
I found a information to change the window-styleYes, but can do/remove the border via SetWindowLong() ?
//* New: New function __ChangeStyleWindow( hWnd, nStyle, nStyleType, lAdd ) in etc.prg, provided by:
//Hernan Diego Ceccarelli! It allows to change the style of a window, dialog or control in runtime.
maybe a solution for a visible border-change on focus and lostfocus
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.