CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2001
    Location
    Germany
    Posts
    3

    VB Syntax Checker

    Hi everyone,

    how can I turn off the VB Syntax checker.
    (I hate that window popping up when leaving an incomplete line of code - which I do regularily to e.g. cut&paste something from somewhere else.)

    I know the .NET syntax checker just markes the error it found by underlining it red but does not interrupt workflow by anoying popup windows.


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: VB Syntax Checker

    Go to Tools/Options/Editor Tab and uncheck the "Auto Syntax check" box

    John G

  3. #3
    Join Date
    Aug 2001
    Location
    Germany
    Posts
    3

    Re: VB Syntax Checker

    John,
    thanks - that was an easy!

    But now VB does not make the incomplete line red anylonger. Does anyone know if there is a way (maybe a patch) to just suppress the dialog box and not the whole syntax checking?


  4. #4
    Join Date
    Aug 2001
    Location
    Germany
    Posts
    3

    Re: VB Syntax Checker

    never mind: VB still DOES mark incorrect lines red. (Even with Auto "Syntax check" off.)

    Perfect.

    Thanks again.

    Bert


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured