Le 03/02/2015 17:09, herberth guzman a écrit :
> Hi Benoit
>
> thanks for you help
>
> attach code not working gb.qt svn_rev6875 onwards
>
> ' Gambas class file
>
> Public sExplorer As FileView
>
> Public Sub Form_Open()
> Create_sExplorer_Init
> End
>
>Public Sub Create_sExplorer_Init()
>
>
Hi Benoit
thanks for you help
attach code not working gb.qt svn_rev6875 onwards
' Gambas class file
Public sExplorer As FileView
Public Sub Form_Open()
Create_sExplorer_Init
End
Public Sub Create_sExplorer_Init()
TabPanelExplorer.Text = User.Home
sExplorer = New FileView(TabPanelExplor