News

ADO.NET Data Services supports integer, double, decimal, string, boolean, and dateTime data types, which the following functions accept or return as noted. Queries use these functions in the same ...
However, if you declare the string on the VB side, it is a SAFEARRAY, and you normally get a VARIANT containing a SAFEARRAY. Look in the MSDN for a bunch of macros to deal with SAFEARRAYS.
Hi,I'm doing a little project and I need some help with removing the html tags from a string obtained byt he Inet control.Bassically my code looks like this:code:While y 0y = place = InStr(html ...
Function GetCustomerInfo(Id As Integer?) As String Return "Please Go Away" End Function The problem is that you now have a method that can only return a string -- you can't, for example, return a View ...