Pritpal Bedi wrote:
Hello Mindaugas, All
Here is a MSDN - VB Documentation below. Can we have this type of function
in Harbour?
GetObject Function
Returns a reference to an object provided by a COM component.
Public Function GetObject( _
Optional ByVal PathName As String = Nothing, _
Optional ByVal Class As String = Nothing _
) As ObjectParameters
Hi,
I found the way to implement GetObject() with the first parameter only
(it is CoGetObject()). It seems, the function is equivalent
CreateObject() if only the second parameter is used. But I found no
info, how it can be implemented using both parameters...
Regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour