Prev: Design of "Schematic Editor"
Next: Background picture doesn't display when taking copy off of a Word template
From: sven2000 on 26 Mar 2010 11:21 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 26 Mar 2010 11:54
moved to -> microsoft.public.vb.general.discussion http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_thread/thread/502f26c3cd53f999?pli=1 |