The example of Tobias you can download it here [0]
Tobias essentially recommends that:
'-
Public Sub Form_Open()
Dim hFrm1 As Form1
hFrm1 = New Form1(ScrollView1)
End
'-
Regards
Gianluigi
[0]
http://gambas.8142.n7.nabble.com
Tobi,
Thanks for your reply. I'm trying to embed a window running another program
into a scrollview. I've added a scrollview to the form and put the embedder
into the scrollview. This works but, as the embedder is larger than the
scrollview it extends over the borders of the scrollview. It scrolls