Panel sliding from form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am looking for a way to create a panel that would slide down or right from
a form when I click a button in it. Preferably, the panel would be visually
attached to the form, and would be a part of the form so as to simplify the
processing of the controls (exchange of data between fields in the form and
fields in the panel). Any suggestion as to how to do it would be greatly
appreciated.
As an exemple, I have a form with a text box containing a date and a "date
operation" button. Pressing the button would toggle the panel sliding out of
the form. The panel contains controls for performing date operations using
the date in the text box of the form.
Thanks !
Luke
 
You could do this with a subform. You would have to write some code to move
and size the subform as needed.
 

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