Relative Content

Tag Archive for vb.net

Scroll panel performance issues VBnet

I’m trying to optimize the scroll panel by toggling the visibility of dynamically created panels inside it, but I’m struggling to get it to work.

Testing my VB.NET code?

I’m having trouble developing unit testing approaches to testing both if the “code does what I want it to do”, and testing “does my code work”.

Does ‘Me’ in VB.NET refer to the instantiated object only?

Does ‘Me’ in VB.NET refer only to an instantiation of the type? Just occurred to me that since I can reference properties in my VB.NET class without using ‘Me’, that I don’t see a reason for using it for this purpose. Will referencing the variable either way always refer to the actual stored value for the property at runtime?