473,505 Members | 15,036 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

access specifiers in vb.net

hi,
which all are the access specifiers in vb.net

thank you
vipul
Nov 20 '05 #1
6 6092
Cor
Vipul,
Can you be a little more precise.
Access specifiers, do you mean to access a mouse or Ms Access or something?
And what do you mean with specifiers?
Cor
Nov 20 '05 #2
thanks for replying cor,

access specifiers for example
private ,public etc..
how many more are there in vb.net.
from where will i get information on site about them and there uses
eg:-
private variables can be accessed only in the same class,
private classes can be used /instantiated in same namespace,
private methods can be used in same class only.

I would like to have the information about all such access specifiers and
their use.
waiting for ur reply,
regards
vipul
----- Original Message -----
From: "Cor" <no*@non.com>
Newsgroups: microsoft.public.dotnet.languages.vb
Sent: Monday, September 15, 2003 12:00 PM
Subject: Re: access specifiers in vb.net

Vipul,
Can you be a little more precise.
Access specifiers, do you mean to access a mouse or Ms Access or something? And what do you mean with specifiers?
Cor

"Cor" <no*@non.com> wrote in message
news:3f***********************@reader21.wxs.nl... Vipul,
Can you be a little more precise.
Access specifiers, do you mean to access a mouse or Ms Access or something? And what do you mean with specifiers?
Cor

Nov 20 '05 #3
Cor
Hi Vipul,
I never think about those thins, just do it, but I think Herfried, Armin or
Fergus knows a lot of links for you now we have clear what you want.
access specifiers for example
private ,public etc..
how many more are there in vb.net.
from where will i get information on site about them and there uses
eg:-
private variables can be accessed only in the same class,
private classes can be used /instantiated in same namespace,
private methods can be used in same class only.

I would like to have the information about all such access specifiers and
their use.
waiting for ur reply,
regards
vipul

I putted their names in the header to put their attention to this.
I think they will help you in a while
Cor
Nov 20 '05 #4
"vipul DotNet" <yp***@hotmail.com> schrieb
access specifiers for example
private ,public etc..
how many more are there in vb.net.


<F1>

Visual Studio.NET
Visual Basic and Visual C#
Reference
VB.NET programming specifications
4. General concepts
-> 4.6
--
Armin

Nov 20 '05 #5
Hello,

"vipul DotNet" <yp***@hotmail.com> schrieb:
which all are the access specifiers in vb.net


You already got an answer to this question some days ago!

4.6 Access Types (Visual Basic Language Specification)
http://msdn.microsoft.com/library/en...fvbspec4_5.asp

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #6
armin,

thanks a lot armin
vipul
"Armin Zingler" <az*******@freenet.de> wrote in message
news:uT**************@TK2MSFTNGP11.phx.gbl...
"vipul DotNet" <yp***@hotmail.com> schrieb
access specifiers for example
private ,public etc..
how many more are there in vb.net.


<F1>

Visual Studio.NET
Visual Basic and Visual C#
Reference
VB.NET programming specifications
4. General concepts
-> 4.6
--
Armin

Nov 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1479
by: Terje Slettebø | last post by:
Well, as is customary when you're new to a group, you tend to post quite a bit, :) so here's one more. Some things I've been wondering about with PHP (5). Today, I worked on an implementation of...
1
1608
by: BDob | last post by:
Standard documents "Access control is not considered in determining overriding." To further explain what's puzzling me, I put up an example below: class Base { public: virtual void...
3
8798
by: Tobias | last post by:
Hallo, I have a strange problem here: I a VC++6 project that compiles without any errors. If i now include a certain header file from my project into a header file of a certain dialog class i get...
10
1825
by: Steven T. Hatton | last post by:
I just read something interesting in one of the PDFs located here: http://www.cs.wustl.edu/~schmidt/C++/ Sorry, I don't recall which file it was, and I'm too lazy to dig it up again ;) It says...
2
4171
by: DotNet | last post by:
hi, which are the different access specifiers in vb.net other than public ,private .
8
2425
by: Tapeesh | last post by:
I have a following piece of code. The code was compiled using g++ class A { public : virtual void fn() = 0; }; class B: virtual private A {
13
2818
by: dragoncoder | last post by:
Consider the following code #include <iostream> class Base { public: virtual void say() { std::cout << "Base" << std::endl; } }; class Derived: public base {
3
2460
by: Rahul | last post by:
Hi Everyone, The following code works fine, class A { private: friend void sample(A& obj) { printf("in friend...\n"); printf("%d",obj.i);
1
1897
anurag275125
by: anurag275125 | last post by:
can anyone please explain me about public, protected, private specifiers??
0
7216
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7303
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7471
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5613
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3187
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.