asp.net - Windows app: how can a #const constant conditionally control another file? -
i have lot of features want each individually have ability conditionally compile.
i prefer convenience of controlling single module .vb file, , not project > properties > compile > advanced > custom constants list, fixed size textbox , annoying edit.
so in 'c' i'd declare bunch of #define macros in .h header .c files access.
how can analogous thing done in vb?
Comments
Post a Comment