wobla
Aug 30th, 2001, 09:45 AM
I would like my UserControl to activate a certain procedure when initializing, but only when in Run mode, not Design mode. Obviously I could run this procedure via an instruction in the host's Form_Load event but I really would like the control to do it by itself, so that there is no code required at all. Can anyone tell me how to achieve this please?