Results 1 to 13 of 13

Thread: Blue Squiggly Line... :(

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    Blue Squiggly Line... :(

    How can I stop VB from automatically checking code for validity (before I compile)...

    That little blue line is getting pretty freakin' annoying!!!

    TY,

    squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    You know... there's a reason that code is checked for validity.

    Why do you want to ignore faulty code?

    I think you could try CTRL+F5.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026
    I don't want to ignore it... I just don't want to pay attention to it at the moment... A majority of the time it'll pop the line up there for the most obvious of things (pressing Enter at the wrong time or not finishing a string)

    It just get's annoying, that's all...

    I'll try CTRL + F5...

    TY,

    squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  4. #4
    Lively Member Bolerophone's Avatar
    Join Date
    Dec 2003
    Location
    Himalayas
    Posts
    123

    Re: Blue Squiggly Line... :(

    Originally posted by squirrelly1
    How can I stop VB from automatically checking code for validity (before I compile)...

    You can't.

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026
    Well that just sucks.
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  6. #6
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I think its odd that you find them so annoying considering that is half of the job of the IDE to provide that kind of feedback. Be thankful its not the VB6 days were you didn't know until you compiled your code about some of that and it would pop up an Error msgbox as soon as you moved away from a line with certain errors in it. That sucked balls.

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026
    I do admit that it has it's usefulness at times, but when I'm in the middle of some line of code and have to check something (what a named a control for instance...) and I flip back to the code it tells me that the code is erroneous, when it is actually just incomplete...

    I don't know, maybe it's just me... but that is kind of tedious and tiring to look at ALL of the time...

    Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  8. #8
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552
    go to run then type cmd. set your path to c:\windows\microsoft.net\framework\v_blah. type notepad file.vb. code. then compile. lol. for more info. vbc /help. there... no blue lines... lol

  9. #9
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175

    Unhappy I've done it....

    .... my VS doesn't auto check now - but I don't know what happened and I want it back!!!!
    Also, the IDE crashes whenever I try to add a new project. I've tried reinstalling - anyone got an answer to this???

  10. #10
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    You can always download the compiler for free and code in a plain text editor. Either way, your code won't compile correctly, or at all, if it has errors.

  11. #11
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Originally posted by Edneeis
    I think its odd that you find them so annoying considering that is half of the job of the IDE to provide that kind of feedback. Be thankful its not the VB6 days were you didn't know until you compiled your code about some of that and it would pop up an Error msgbox as soon as you moved away from a line with certain errors in it. That sucked balls.
    To be fair, you could turn that off. And it was better than anything that came before it.
    I don't live here any more.

  12. #12

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026
    Well... M$ could have at least given us the option to turn off the auto-parser/compiler/tester... whatever... in this version of VB...

    oh, well... on coding I go

    Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  13. #13
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    If all you want to do is get rid of the blue line, go to Tools->Options->Enviroment->Fonts and Colors

    Set the Compiler Error foreground color to the same color as your IDE background color.

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