[Gambas-user] New namespace support
Benoît Minisini
g4mba5 at gmail.com
Wed Feb 2 16:23:45 CET 2022
Le 21/01/2022 à 14:27, Gianluigi a écrit :
> Since my only previous experience has been with VBA can you explain to
> me what this means, ex.
>
> [start code]
> ' Gambas class file
>
> Export As Gianluigi:CTextBox
>
> Inherits TextBox
>
> Event Click
>
> Public Sub _new()
>
> Dim hObs As Observer
>
> hObs = New Observer(Me) As "TextBox"
>
> End
>
> Public Sub TextBox_MouseDown()
>
> Raise Click
>
> End
> [end code]
>
> would be ok?
>
> Regards
> Gianluigi
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
What do not you understand exactly? Have you read the §4.5 in the
'Gambas object model' wiki page?
--
Benoît Minisini
More information about the User
mailing list