Hi
How can I get or set height or width of a window using API functions
Sunil
Printable View
Hi
How can I get or set height or width of a window using API functions
Sunil
>How can I get or set height or width of a window using API functions
GetWindowRect to retrieve the size. SetWindowPos or MoveWindow to
change it.
Matt
============================================
Mattias Sjögren - mattiass @ hem.passagen.se
VB+ - http://hem.spray.se/mattias.sjogren/
CodeHound - Free VB Search Engine
http://www.codehound.com
>How can I get or set height or width of a window using API functions
GetWindowRect to retrieve the size. SetWindowPos or MoveWindow to
change it.
Matt
============================================
Mattias Sjögren - mattiass @ hem.passagen.se
VB+ - http://hem.spray.se/mattias.sjogren/
CodeHound - Free VB Search Engine
http://www.codehound.com
"Sunil" <SunilBUdhrani@Yahoo.com> wrote:
>
>Hi
>
>How can I get or set height or width of a window using API functions
>
>
>Sunil
"Sunil" <SunilBUdhrani@Yahoo.com> wrote:
>
>Hi
>
>How can I get or set height or width of a window using API functions
>
>
>Sunil