Access and Help windows

  • Thread starter Thread starter Luke Bellamy
  • Start date Start date
L

Luke Bellamy

Hi,
I would like the user to be able to click on a help button and it moves
my access application window to the left (i.e 2/3 of the screen) and shows
the help file in the right 1/3 of the screen.
This is currently like the help features in products like Excel.

So what I need to do it put some code in to resize the Access application
window
to 2/3 approx of the users screen. Then I will need to open a help file and
size/set it
to occupy the final 1/3 of the screen to the right.

Note I currently have in place code to open a help file and jump to a
particular context.
Just need assistance setting the window sizes for the respective apps.

Any thoughts appreciated.

Thankyou,
 
Best guess is you'll need some API calls to manipulate the windows.
 
You wouldn't know where I could find some example API calls?

Thanks,
Luke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top