ctrl = ctrl + 1 but(ctrl) = New Button With but(ctrl) .Top = ctrl * 33 .Left = 600 .Text = "完成" .Size = New Size(65, 24) .Name = "but" & (ctrl) .Enabled = True .Visible = True End With Me.Controls.Add(but(ctrl))
lab(ctrl) = New Label With lab(ctrl) .Top = ctrl * 30 .Left = 10 .Font = New Font("微軟正黑體", 16, FontStyle.Regular) .Size = New Size(1000, 30) End With Me.Controls.Add(lab(ctrl))
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - https://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
You are receiving this email because you subscribed to this feed at blogtrottr.com.
請先 登入 以發表留言。