CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Option Explicit

  1. #1
    Join Date
    Nov 2000
    Location
    IL, U.S.A.
    Posts
    218

    Option Explicit

    How do you set the option Explicit so it comes up in all of the forms.


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Option Explicit

    Go to Tools | Options. In the Editor tab, check the box Require Variable Declaration. Then you won't have to type require variable declaration in any of the forms. Variable declaration is then always needed.


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