|
|
|
|
Group: Forum Members
Last Login: Thursday, October 27, 2005
Posts: 1,
Visits: 1
|
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
Hi. We are trying to get viewerx to run under Real Basic and have problems. The .dll has been registered in my system but I cannot see any demo code, since VB example is not directly compatible with RealBasic. So I have no starting point. Can you please provide with the Vb code listing or a demo under RealBasic that I can use?
thank you!
|
|
|
|
|
Group: Administrators
Last Login: Thursday, September 02, 2010
Posts: 1,248,
Visits: 2,125
|
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.
 Kindest Regards, SmartCode Solutions Support
|