Page 1 of 1

Changing object propreties

PostPosted: Apr 3, 2005 @ 7:22pm
by Dr.Gonzoo

PostPosted: Apr 4, 2005 @ 7:29pm
by kornalius
Hi,

Thank you for your interest in PPL.

Concerning the Windows API, you should take a look at www.MSDN.com. PPL uses the standard Windows API functions.

To answer your question:

ShowWindow(ControlHandle, True);

This will show the control pointed by ControlHandle. Pass False to hide it back.