10-04-2007, 02:28 AM
found a bug in tut, in...
It highlights 'With' for
Any idea?
Code:
Public Sub EditorInit()
frmMapEditor.Visible = True
With frmMapEditor.Visible = True
It highlights 'With' for
Quote:With object must be user-defined type, Object, or Varient
Any idea?
