Results 1 to 4 of 4

Thread: MagSetWindowTransform

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2013
    Posts
    658

    MagSetWindowTransform

    Code:
    Private Declare Function MagSetWindowTransform Lib "magnification.dll" (ByVal hwnd As Long, pTransform As PMAGTRANSFORM ) As Boolean
    Hi all,

    Does anybody know how to use this MagSetWindowTransform function that comes with Vista and later OS in order to zoom a window ?

    Regards.

  2. #2
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    5,120

    Re: MagSetWindowTransform

    Quote Originally Posted by MSDN
    Note: The Magnification API is not supported under WOW64; that is, a 32-bit magnifier application will not run correctly on 64-bit Windows.
    Might be obsolete info though.

    cheers,
    </wqw>

  3. #3

  4. #4
    PowerPoster Elroy's Avatar
    Join Date
    Jun 2014
    Location
    Near Nashville TN
    Posts
    9,853

    Re: MagSetWindowTransform

    Hmmm, it looks interesting, but the following steered me away from it...

    Note The Magnification API is not supported under WOW64; that is, a 32-bit magnifier application will not run correctly on 64-bit Windows.
    That's directly from the Microsoft page. And we're absolutely headed toward 64-bit Windows. So, I'm thinking that this needs to be done in other ways.

    Best Regards,
    Elroy

    Ahhh, wqweto beat me to it.
    Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width