Hi,
When my controls are created in run time, for example after clicking a button, their event handlers must be created before, in design time.
But they don`t appear in classwizard so I have to do everything by hand: I add their IDs to the resource.h file, I add the definitions and...