?
=?iso-8859-1?Q?Fette_T=F6le?=
I read in some tutorials
(http://smartdevices.microsoftdev.com/Learn/Articles/505.as
px) that you can use the compiler directive
#if NETCFDESIGNTIME
some code
#endif
in order to isolate code which is only necessary for the
GUI designer at design time. This means the designer
somehow assumes the NETCFDESIGNTIME constant to be defined
when it processes code.
However, this doesn't work for me, ie. the NETCFDESIGNTIME
constant seems to not to be existant. Is there a special
option to switch this constant on during design time?
Thanks for any help
fette Töle
(http://smartdevices.microsoftdev.com/Learn/Articles/505.as
px) that you can use the compiler directive
#if NETCFDESIGNTIME
some code
#endif
in order to isolate code which is only necessary for the
GUI designer at design time. This means the designer
somehow assumes the NETCFDESIGNTIME constant to be defined
when it processes code.
However, this doesn't work for me, ie. the NETCFDESIGNTIME
constant seems to not to be existant. Is there a special
option to switch this constant on during design time?
Thanks for any help
fette Töle