ViewerX and RealBasic


http://www.s-code.com/forum/Topic579.aspx
Print Topic | Close Window

By luis perez galvan - Thursday, October 27, 2005
We are using RealBasic 5.5.4 and have sucessfully registered the activex component in our system. Since we cannot open the VB example, we have no starting point as to how to start using the viewerx's functions in our application. Can you please provide with the necessary steps and possibly VB code that we can compile in RealBasic so we can use it as guideline?

We want to develop a multi viewer application that can allow us to take control when user clicks the selected thumbnail.

Any ideas?

thanx
luis
By Yury Averkiev (s-code) - Thursday, October 27, 2005
Luis,
the starting steps are quite simple. First of all you must set target VNC server IP address, this can be done via HostIP property. Actually at this point you already can call the Connect method to establish connection to the server.

But you probably would want to handle the Disconnected event.  The rest is greatly depends on your application requirements and design.

If you cannot open the VB sample in RealBasic, then you probably can open Samples\VB\ViewerX.frm in any text editor so you could see the sample source code.