[Gambas-user] New namespace support

Gianluigi bagonergi at gmail.com
Fri Jan 21 14:27:11 CET 2022


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220121/acde8e5b/attachment.htm>


More information about the User mailing list