[Gambas-user] R: How to know is my Form activated or not?

Ru Vuott vuott at ...325...
Mon May 4 18:37:39 CEST 2015


Activating gb.desktop:


************************************************************
Public Sub Form_Open()

   Me.Caption = "Novum Nomen"

End


Public Sub Button1_Click()

   Dim dw As DesktopWindow

   For Each dw In Desktop.Windows   
     Print "_" & dw.VisibleName
   Next  

End
*****************************************************************

Regards


--------------------------------------------
Lun 4/5/15, abbat81 <abbat.81 at ...787...> ha scritto:

 Oggetto: Re: [Gambas-user] R:  How to know is my Form activated or not?
 A: gambas-user at lists.sourceforge.net
 Data: Lunedì 4 maggio 2015, 14:24
 
   Dim dw As
 DesktopWindow   
 
    For Each dw In
 Desktop.Windows   
     Print
 "_" & dw.VisibleName
    Next   
 
 I got next:
 
 _
 _
 _
 _
 _
 _
 _
 _
 _
 _
 _
 _
 
 
 
 
 --
 View this message in context: http://gambas.8142.n7.nabble.com/How-to-know-is-my-Form-activated-or-not-tp51426p51453.html
 Sent
 from the gambas-user mailing list archive at Nabble.com.
 
 ------------------------------------------------------------------------------
 One dashboard for servers and applications
 across Physical-Virtual-Cloud 
 Widest
 out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that
 give you Actionable Insights
 Deep dive
 visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 _______________________________________________
 Gambas-user mailing list
 Gambas-user at lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list