Release COM objects earlier
If you’re using a COM object through COM Interop you should be aware that the object isn’t released as soon as you set it to Nothing, as it happens with
If you’re using a COM object through COM Interop you should be aware that the object isn’t released as soon as you set it to Nothing, as it happens with
The System.Collections.Specialized.BitVector32 structure can be used to store up to 32 boolean values, or a set of small integers that can take up to 32 consecutive bits. The BitVector32 is
This function computes the number of elements of any one-dimensional array?it sure beats ripping open the SAFEARRAY array descriptor. Use it when you
In .NET, strings are immutable: When you pass them out to an API, you can
When you use components in your VB projects, sometimes it
Have you ever wanted to send more than one value for an associated name by passing values to a Servlet or JSP using a name-value pair? A simple way to