Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Arrange windows using VB6 - External Application
contains only two options - Cascade & TileVerical (there is no tile
horizantal). This functionality is not exposed in the API of the app.
What I can get is the hWnd of the application window.
What I want to do is to arrange the multiple documents windows in that
application - TileVertical / Cascade.
I believe I will have to us WinAPI.
I have searched for appropriate WINapi functions to perform this task.
And I'm getting more and more confused. Especially I don't understand
the parameters.
Can somebody guide me and tell me the WinAPI functions I should use,
and what values of parameters should I pass to those functions.
Just to remind you, I have only hWnd of the main window of my external
application.
By the way, is there any resource that explains what the WinAPI
function parameters mean?