CryptoJones icon

Get Top Quote

CryptoJones | PRO | 01/11/16 06:58:50 PM UTC | 0 ⭐ | 526 👁️ | Never ⏰ | []
VB.NET |

300 B

|

None

|

0 👍

/

0 👎

  Friend Function GetTopmostQuote() As QuoteForm
    If ActiveMdiChild Is Nothing Then Return Nothing
    Dim f() As Form = MdiChildren
    For x As Integer = f.GetUpperBound(0) To 0 Step -1
      If TypeOf f(x) Is QuoteForm Then Return LastActivatedQuote
    Next
    Return Nothing
  End Function

Comments

  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎