Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
373 views

vista/win7 magnification API in .NET

There is magnification.lib in win7/vista SDK for using magnification API for C++ (http://msdn.microsoft.com/en-us/library/ms692162%28VS.85%29.aspx). How can I use this API in .NET windows forms ...
0
votes
3answers
180 views

Windows Forms Force everything half screen and put my form on top

I know how to put my Form on top, but I'm striving for a more specific behavior: I want my window to be on top of the screen, forcing all other windows half screen. To illustrate what I want, open the ...
0
votes
1answer
433 views

Windows Magnification API, .NET and matrices

I'm trying to create a magnifier app in .net using the Windows Magnification API. I've pretty much got everything working except for actually setting the magnification level (which defaults to 100%). ...