From: sven2000 on
I'm trying to lock out a part of the code depending on a status flag.
However VB insists that it still needs the procedure that I've ocked
out. Is there a way to make this work?


StandAlone = True

If StandAlone Then
Call LineXX(0, 0, 100, 100)
Else
Call LineAA(0, 0, 100, 100)
End If
From: sven2000 on
moved to -> microsoft.public.vb.general.discussion
http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_thread/thread/502f26c3cd53f999?pli=1