|
The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024
|
|
[Date Prev][Date
Next][Thread Prev][Thread Next][Date
Index][Thread Index]
Re: [OT] VB.NET programmers?
- To: ukha_d@xxxxxxx
- Subject: Re: [OT] VB.NET programmers?
- From: "andy_powell_is" <ukha@xxxxxxx>
- Date: Thu, 23 May 2002 07:51:18 -0000
- Mailing-list: list ukha_d@xxxxxxx; contact
ukha_d-owner@xxxxxxx
- Reply-to: ukha_d@xxxxxxx
Thanks everyone....
Now all I have to do is wait for the shrink-wrap version to be
release... anyone any ideas as to when this will happen? I understand
that it's already on ms Select but not in the shops yet..
I've just seen the disk space requirements too! (3.5 gb!)
Andy
--- In ukha_d@y..., Jo=E3o Paulo Carreiro <joaoc@b...> wrote:
> Hello Andy,
>
> If you want to call "myapp.mclass" as
"mybigapp.myapp.m=
yclass"
they'll
> have to share the same namespace.
>
> IE:
> ' myApp.vb
> Namespace MyBigApp
>
> Namespace MyApp
> Public Class myClass
>
> End Class
>
> End Namespace
>
> End Namespace
>
>
> 'myBigApp.vb
>
> NameSpace MyBigApp
> Class MyBigApp
>
>
> End Class
>
>
> End Namespace
>
>
> 'OtherApp.vb
> Namespace OtherApp
> Class otherApp
> Public Sub New()
> Dim z as New
MyBigApp.MyApp.myClas=
s
> End Sub
>
>
> End Class
>
>
> End Namespace
>
>
> --
> Best regards,
> Jo=E3o
>
>
> Wednesday, May 22, 2002, 4:37:43 PM, you wrote:
>
> DS> Yeah, that's fine. Compile myapp.myclass to an assembly and
add=
a reference
> DS> to the namespace. You can then reference the class in anyway,
<=
BR>
as long as the
> DS> name is unique. Ie, if your class has a name clash with
another=
class then
> DS> you'll need to use the namespace to provide a unique
reference,=
otherwise
> DS> you don't need it. However, it is clearer to read if you use
the namespace,
> DS> especially if the namespace differs from the client
namespace.<=
BR>
>
> DS> d
>
>
> DS> "andy_powell_is" <ukha@b...> wrote in
message
> DS>
news:<6553BCF3E25DD2118F0A00AA00AE6AAA446F1D@tigger>...
> >>
> >> The idea is that the 'myapp.myclass' would be compiled and
mybigapp
> >> would 'consume' the 'myapp.myclass' class so that it
effectiv=
ely
> >> became the parent - I would WANT to say
mybigapp.myapp.myclas=
s
> >>
> >> Andy
> >>
> >> --- In ukha_d@y..., "Amar Nagi" <amar@a...>
w=
rote:
> >> > don;t think you would need mybigapp
> >> > just the class name
> >> >
> >> >
> >> >=A0=A0=A0=A0=A0=A0 -----Original Message-----
> >> >=A0=A0=A0=A0=A0=A0 From: andy_powell_is
[mailto:ukha@b...=
]
> >> >=A0=A0=A0=A0=A0=A0 Sent: Wed 22/05/2002 15:10
> >> >=A0=A0=A0=A0=A0=A0 To: ukha_d@y...
> >> >=A0=A0=A0=A0=A0=A0 Cc:
> >> >=A0=A0=A0=A0=A0=A0 Subject: [ukha_d] [OT] VB.NET
programm=
ers?
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0
> >> >
> >> >=A0=A0=A0=A0=A0=A0 Hi,
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0 are there any vb.net programmers out
t=
here or can anyone
> >> confirm/deny
> >> >=A0=A0=A0=A0=A0=A0 the following:
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0 If I create a class (let's say
'myapp.=
myclass') and i
want
> >> another
> >> >=A0=A0=A0=A0=A0=A0 applocation to be able to use the
clas=
s (say 'mybigapp')
can
> >> the
> >> >=A0=A0=A0=A0=A0=A0 class be referenced via the main
appli=
cation (mybigapp)
ie
> >> can I do:
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0 mybigapp.myapp.myclass
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0 at runtime?
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0 Thanks
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0 Andy
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0 ------------------------ Yahoo!
Groups=
Sponsor ----------
-----
> >> ------~-->
> >> >=A0=A0=A0=A0=A0=A0 Buy Stock for $4
> >> >=A0=A0=A0=A0=A0=A0 and no minimums.
> >> >=A0=A0=A0=A0=A0=A0 FREE Money 2002.
> >> >=A0=A0=A0=A0=A0=A0 http://us.click.yahoo.com/orkH0C/n97DAA/Ey.G=
AA/IBOolB/TM
> >> <http://us.click.yahoo.com/orkH0C/n97DAA/Ey.GAA/IBOolB/TM>=
;
> >> >=A0=A0=A0=A0=A0=A0
--------------------------------------=
-------------------
-----
> >> -------~->
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0 For more information: http://www.automatedhome.co.uk
> >> <http://www.aut=
omatedhome.co.uk>
> >> >=A0=A0=A0=A0=A0=A0 Post message: ukha_d@xxxxxxx
> >> >=A0=A0=A0=A0=A0=A0 Subscribe:=A0
ukha_d-subscribe@xxxxxxx=
>
> >> >=A0=A0=A0=A0=A0=A0 Unsubscribe:=A0
ukha_d-unsubscribe@y..=
.
> >> >=A0=A0=A0=A0=A0=A0 List owner:=A0
ukha_d-owner@xxxxxxx
> >> >=A0=A0=A0=A0=A0=A0
> >> >=A0=A0=A0=A0=A0=A0 Your use of Yahoo! Groups is subject
t=
o
> >> http://docs.yah=
oo.com/info/terms/
<http://docs.yahoo.com/inf=
o/terms/>
> >>
> >>
> >>
> >> Yahoo! Groups Sponsor=A0=A0=A0=A0=A0
> >>
> >> ADVERTISEMENT
> >>=A0
> >>
<http://rd.yahoo.com/M=3D226014.2032696.3508022.1829184/D=
=3Degroupweb/S=3D17
05
> >> 041992:HM/A=3D1000239/R=3D0/*http://ads.x10.com/?
bHlhaG9vaG0xLmRhd=3D102207880
> >> 4%
3eM=3D226014.2032696.3508022.1829184/D=3Degroupweb/S=3D1705041992:HM/A=3D10=
002
> >> 39/R=3D1> =A0=A0=A0=A0=A0
> >>=A0
> >> <http://us.ads=
erver.yahoo.com/l?
M=3D226014.2032696.3508022.1829184/D=3Degrou
> >> pmail/S=3D1705041992:HM/A=3D1000239/rand=3D674181779> =A0=
=A0=A0=A0=A0
> >>
> >> For more information: http://www.automatedhome.co.uk
> >> <http://www.aut=
omatedhome.co.uk>=A0
> >> Post message: ukha_d@y...
> >> Subscribe:=A0 ukha_d-subscribe@y...
> >> Unsubscribe:=A0 ukha_d-unsubscribe@y...
> >> List owner:=A0 ukha_d-owner@y...
> >>
> >> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
<=
BR>
Service
> >> <http://docs=
.yahoo.com/info/terms/> .
>
> DS> Yahoo! Groups SponsorADVERTISEMENT
>
> DS> For more information: http://www.automatedhome.co.uk
> DS> Post message: ukha_d@y...
> DS> Subscribe:=A0 ukha_d-subscribe@y...
> DS> Unsubscribe:=A0 ukha_d-unsubscribe@y...
> DS> List owner:=A0 ukha_d-owner@xxxxxxx
>
> DS> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
Yahoo! Groups
Spons=
or |
ADVERTISEMENT =
|
|
|
For more information: http://www=
.automatedhome.co.uk
Post message: ukha_d@xxxxxxx
Subscribe: ukha_d-subscribe@xxxxxxx
Unsubscribe: ukha_d-unsubscribe@xxxxxxx
List owner: ukha_d-owner@xxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Home |
Main Index |
Thread Index
|
|