Hi,
CVI does not generates a CREATE event for a control. However there are a couple of things to ask: if you create your controls on the fly I'm guessing that you have a shared callback for all the newly created controls; in this case you could just call this shared callback with your own CREATE event to notify that a new control was linked to the callback.
there are a couple of things to mention here, you can also use the function GetPanelAttribute to get the number of controls in the panel. You can also create an array of callback functions where you could send the notification of the new controls to every callback in the code.
I hope this helps.
Regards,
Juan Carlos
N.I.