P
Pieter
Hi,
Using VB.NET 2005:
When you use a Me.MyFunction to a Shared Method, you het the error "'Me' is
valid only within an instance method.". Which is normal.
But: Which keyword can you use instead of the "Me" to refer to a Shared
Method in the same Class? Because without the "Me" you can't use the
intellisense-stuff, and I don't like to go copy paste methods or remember
there names
Is there a way to get around this?
Thansk a lot in advance,
Pieter
Using VB.NET 2005:
When you use a Me.MyFunction to a Shared Method, you het the error "'Me' is
valid only within an instance method.". Which is normal.
But: Which keyword can you use instead of the "Me" to refer to a Shared
Method in the same Class? Because without the "Me" you can't use the
intellisense-stuff, and I don't like to go copy paste methods or remember
there names
Is there a way to get around this?
Thansk a lot in advance,
Pieter