in reply to General Win32::GUI question
It is certainly possible to create controls at runtime using the Win32::APIs that underly Win32::GUI. Whether that functionality has been exposed or not I can;t say because I haven't done (much of) anything with it.
However, a more common and easy tactic to use is to create all the buttons you need wherever you need them in the application andrather than Add and Delete them on-the-fly, hide and unhide them as required.This makes maintaining the correct window hierarchy and message flows much simpler.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: General Win32::GUI question
by Anonymous Monk on Aug 02, 2004 at 23:00 UTC |