Computing.Net > Forums > Programming > HostExplorer OLE documentation needed

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

HostExplorer OLE documentation needed

Reply to Message Icon

Name: Justin
Date: July 14, 2002 at 23:17:44 Pacific
Comment:

I'm in need of finding documentation (syntax and explanations) for all of the OLE functions and statements that can be used in Visual Basic to manipulate a HostExplorer (telnet) connection. I've tried searching online to no avail(am I searching for the wrong thing?) and I've read the Hummingbird HostExplorer helpfiles, but there's little explanation to my knowledge. Just example programs using a few functions. If anyone can help me, I'd be greatly appreciative. Thanks.

-Justin



Sponsored Link
Ads by Google

Response Number 1
Name: Jeff J
Date: July 15, 2002 at 09:13:09 Pacific
Reply:

Documentation is often lacking in today's products, but one of the good features of COM is the browsable Type Library system. Two common ways to view the functions, parameters, enums, etc., are to use the OLE-COM Object Viewer (oleview.exe), or VB's internal version, known as the Object Browser. Oleview.exe is still available in the latest download of the Windows PSDK, though the internal VB one will be much easier to use.

In Project>>References, select the HostExplorer TypeLib, and then select that lib in the Object Browser. Every COM function, parameter, enum, constant, and struct, along with their types, will be listed. If the Hummingbird developers were allowed time to be professional, each item will also have a COM string description of what it does.

I understand that you'd like more thorough explanations, but corporations often are no longer willing to pay the pittance documenters make, to complete the development cycle. I know, for I've been told to sub in for sacked writers, and it never gets finished when you're busy trying to push past beta.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: HostExplorer OLE documentation needed

What is XML...? www.computing.net/answers/programming/what-is-xml/8860.html

need basic documentation www.computing.net/answers/programming/need-basic-documentation/9006.html

Document Viewer www.computing.net/answers/programming/document-viewer/893.html