Blog Stats
  • Posts - 11
  • Articles - 0
  • Comments - 993
  • Trackbacks - 9

 

VB.NET: Ricavare tutte le caption delle finestre aperte

La seguente subroutine in VB.NET permette di ricavare le caption di tutte le finestre aperte:

 Public Sub GetAllWindowsCaption(ByRef Captions As System.Collections.ArrayList)
        Dim proc As System.Diagnostics.Process
        Captions.Clear()
        For Each proc In Process.GetProcesses()
            If proc.MainWindowTitle.Length > 0 Then
                Captions.Add(proc.MainWindowTitle)
            End If
        Next proc
    End Sub

Al ritorno dalla subroutine, la collections Captions contiene la lista delle caption.


Feedback

# re: VB.NET: Ricavare tutte le caption delle finestre aperte

Gravatar thanks you http://www.kodes.com http://www.kitlen.com http://sohbet.kitlen.com http://kitlen.com/yonja.php http://kitlen.com/sohbet.php 17/06/2007 22:06 | sohbet

# re: VB.NET: Ricavare tutte le caption delle finestre aperte

Gravatar cosa serve 18/07/2007 20:19 | luca

# Zocor.

Gravatar Zocor chemical properties. What is zocor. Zocor. 08/05/2008 11:42 | Zocor.

# re: VB.NET: Ricavare tutte le caption delle finestre aperte

Gravatar polo ralphlauren sale uk<br/>
SRALPH LAUREN men SPORT SHORTS<br/>
RALPH LAUREN Men SHIRTS<br/>
RALPH LAUREN men SHIRTS<br/> 20/08/2012 12:31 | annyli

# re: VB.NET: Ricavare tutte le caption delle finestre aperte

Gravatar terima kasih informasinya produsen kaos kerah 29/03/2017 08:08 | konveksi kaos kerah

# thanks

Gravatar good news grosir wallpaper 29/03/2017 11:44 | wallpaper dinding

# re: VB.NET: Ricavare tutte le caption delle finestre aperte

Gravatar
creazione siti web 18/05/2017 17:54 | asfgv

# re: VB.NET: Ricavare tutte le caption delle finestre aperte

Gravatar smartphone buy 18/05/2017 17:55 | asg

# #Grosir wallpaper dinding

Gravatar Thanks for your information. 12/07/2018 09:24 | Grosir wallpaper dinding

Comments have been closed on this topic.
 

 

Copyright © Massimo Bonanni