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.