S
Sagaert Johan
Hi
in my solution to the PPC2003 & toolbar icon issue i would like to have that
a line is not interpreted bu the forms designer.
in the InitializeComponent() i would like it to work like this.
Is there a define or an attribute to get it working like this ?
#if DESIGNTIME
this.toolBar1.ImageList = this.imageList1;
#endif
Johan
in my solution to the PPC2003 & toolbar icon issue i would like to have that
a line is not interpreted bu the forms designer.
in the InitializeComponent() i would like it to work like this.
Is there a define or an attribute to get it working like this ?
#if DESIGNTIME
this.toolBar1.ImageList = this.imageList1;
#endif
Johan