Power Toys in VC++
-
Hi all, I need to implement some thing similiar to 'power toys' in VC++ which would support thumbnail viewing of the opened dialogs when we press ALT+TAB (or any defined keys). I thing Shell programming should be applied to achieve this. As i dont have any idea abt that any help from you on this is very much appreciated... :) Thanks in advance.
Selva
-
Hi all, I need to implement some thing similiar to 'power toys' in VC++ which would support thumbnail viewing of the opened dialogs when we press ALT+TAB (or any defined keys). I thing Shell programming should be applied to achieve this. As i dont have any idea abt that any help from you on this is very much appreciated... :) Thanks in advance.
Selva
if The power toy has anthing to do the last thing would be use shell script. It is windows application using GDI(i think). you can develop such Application in .NET. Try out Googling first.
There are only two kinds of people who are really fascinating-people who know absolutely everything, and people who know absolutely nothing. Oscar Wilde (1854-1900) Regards... Shouvik
-
if The power toy has anthing to do the last thing would be use shell script. It is windows application using GDI(i think). you can develop such Application in .NET. Try out Googling first.
There are only two kinds of people who are really fascinating-people who know absolutely everything, and people who know absolutely nothing. Oscar Wilde (1854-1900) Regards... Shouvik
Logically thinking, you can achieve this easily creating the bitmap buttons dynamically in a resizable dialog box. Not a very tough job, if i understood your problem correctly.
Anurag Gandhi. http://www.softgandhi.co.nr
-
Hi all, I need to implement some thing similiar to 'power toys' in VC++ which would support thumbnail viewing of the opened dialogs when we press ALT+TAB (or any defined keys). I thing Shell programming should be applied to achieve this. As i dont have any idea abt that any help from you on this is very much appreciated... :) Thanks in advance.
Selva
http://msdn2.microsoft.com/en-us/library/ms997649.aspx[^]
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Hungarian notation FTW