VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A tip to make life easier

by John Edward Colman (7 Submissions)
Category: Debugging and Error Handling
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (58 Votes)

Get rid of that design time syntax error message box.

Rate A tip to make life easier

When editing a line source code sometimes you need to move to another line to copy or make changes there.
By default a horrible MessageBox appears telling you that the line you were editing has incorrect syntax.
You can prevent this by entering in:
  Tools > Options
...and unselect "Auto Syntax Check"
The incomplete line still turns red but the annoying box is now gone!

Download this snippet    Add to My Saved Code

A tip to make life easier Comments

No comments have been posted about A tip to make life easier. Why not be the first to post a comment about A tip to make life easier.

Post your comment

Subject:
Message:
0/1000 characters