Auto-Hide Views
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi there. Does anyone know of any artcles that show how to create those Auto-Hide view that are featured in VS .net... the Toolbax, Server Expplorer, etc ? Thanks for any help. Mark Donkers A witty saying proves nothing. -- Voltaire
-
Hi there. Does anyone know of any artcles that show how to create those Auto-Hide view that are featured in VS .net... the Toolbax, Server Expplorer, etc ? Thanks for any help. Mark Donkers A witty saying proves nothing. -- Voltaire
There's a Win32 API function called AnimateWindow() which provides this type of effect. n!