what are the Differences between variables defined as
public in a standard module (.bas) file and a Class file?
Answers were Sorted based on User's Feedback
Answer / pratap557
In Module , global variables are declared, whereas in class
file unless one creates the class instance , cannot get the
variable declared in the public section of that class
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / jojo
i bas All the variable are public by default u can access
the variable throughtout the project.
In class u need the instance of the class called object to
access it
| Is This Answer Correct ? | 1 Yes | 1 No |
If we can make more than one MDI Form in VB then How? I need to make 2 MDI Forms in my project.
What is the use of Data Form Wizard?
What is the purpose of the ClipControls property on a form or container?
What is the difference between early binding and late binding?
Where can I get good up-to-date information about VB?
what is different between edit and update?
Types of LockEdits in RDO.
With in the form we want to check all the text box control are typed or not? How?
How should dates be implemented so they work with other language and country formats?
What is the difference between creating a object using New and CreateObject in Visual Basic?
Recordset object consists what?
What is the difference between Property Get, Set and Let.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)