Hi All,

If you have worked with c or c++ then u should have noticed that using the ifdef functionality we can compile code that behaves separately for debug version and separate for runtime version.
ex. ifdef _DEBUG
code
fi
can this be done for vb? if yes then how?

thanks in advance
okdk