|
-
Jan 24th, 2010, 12:48 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] Some Explanation about Option Explicit
i don't want to type option explicit is the code window at every time .i simple want it should be there at each form.can anyone tell me the way.Kindly let me know the idea.Any help would be highly appreciated.i have seen in another
computer when i double click at the form we see option explicit there.but in my case i always type.Kindly let me know the idea.
Last edited by firoz.raj; Jan 24th, 2010 at 12:52 AM.
-
Jan 24th, 2010, 12:55 AM
#2
Lively Member
Re: Some Explanation about Option Explicit
 Originally Posted by firoz.raj
i don't want to type option explicit is the code window at every time .i simple want it should be there at each form.can anyone tell me the way.Kindly let me know the idea.Any help would be highly appreciated.i have seen in another
computer when i double click at the form we see option explicit there.but in my case i always type.Kindly let me know the idea.
Steps to setting option explicit are
1. from Tools menu select options
2. on the Editor tab make sure that Require Variable Declaration is selected
3. click the OK button
when you turn on this it will add automatically option explicit to all new forms but not to any existing forms
Last edited by agent_007; Jan 24th, 2010 at 01:59 AM.

Im Pro in C#,VB.NET,Batch,Socket Programming, SPY Software Programming, VB6, Win32Api, VBscript, Windows Registry, ASP.NET, PHP, Jquery, AJAX.
-
Jan 24th, 2010, 03:10 AM
#3
Thread Starter
Frenzied Member
Re: Some Explanation about Option Explicit
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
|