|
-
Mar 19th, 2003, 01:19 PM
#7
Member
Hi
The only way I know to do this is to change the Project Template.
For a WindowsApplication this is located in
c:\Program Files\Microsoft Visual Studio.NET\VB7\VBWizards\WindowsApplication\Templates\1033\WindowsApplication.vbproj.
Modify the file as follows:
<VisualStudioProject>
<VisualBasic>
<Build>
<Settings>
OptionExplicit = "On"
OptionStrict = "On"
This should set Option Strict as On as Default.
Hope this helps
Harold Hoffman
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|