'CYTOLOGY2 Yahooニューストピックス一括表示 20130126 '--------------------------------------------------------------- Imports System.Drawing Imports System.Windows.Forms Public Class AddIn Private Const APPNAME As String = "Yahooニューストピックス一括表示" Private tabb As TabBrowser Private std As Std Private ddLabelNow As ToolStripLabel Public Sub New() tabb = New TabBrowser() std = New Std() End Sub Public Sub AddIn_Load() startMessage() End Sub Public Sub AddIn_Stop() std.AddInMenuRemove() End Sub Public Sub AddIn_Start() ddButtonInitial01() demo1() End Sub Private Sub info(ByVal str As String, ByVal c As Color) If std.StopFlag Then Exit Sub ddLabelNow.Text = str ddLabelNow.ForeColor = c Application.DoEvents() End Sub Private Sub ddButtonInitial01() ddLabelNow = New ToolStripLabel("停止中") ddLabelNow.ForeColor = Color.Black std.AddInMenuAddOnce(ddLabelNow) End Sub Private Sub startMessage() tabb.TabText = APPNAME Dim str As String = "" str &= "