|
|
|
VB 2013 Add Handler มันมีแต่ event click แล้วผมอยากทำให้เป็น load ทำได้หรือป่าว ครับ แล้วทำอย่างไรครับ ช่วยหน่อยครับ |
|
|
|
|
|
|
|
ถ้าโหลดทันทีทำไมไม่ไป Call ที่ Main Load ครับ
|
|
|
|
|
Date :
2015-04-23 10:10:43 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
call ไม่ได้ครับ เพราะ
Code (VB.NET)
Private Sub showbuttonGroup()
'do somthing
AddHandler groupButton.Click, AddressOf BuildButtonGlass
End Sub
แล้ว sub showbuttonGroup เอาไป call load แล้วนะครับ แต่จะให้ sub BuildButtonGlass โหลดด้วยนะครับ
นี่คือ sub BuildButtonGlass เป็นลักษณะนี้จะไป call โหลดยังไงครับ ถ้ารู้วิธีบอกด้วยนะครับ
Code (VB.NET)
Private Sub BuildButtonGlass(ByVal sender As Object, ByVal e As EventArgs)
'do samething
End Sub
|
|
|
|
|
Date :
2015-04-23 10:16:38 |
By :
Mr. Kay |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (VB.NET)
Private Sub BuildButtonGlass(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
'do samething
End Sub
แบบนี้ได้ไหมครับ
|
ประวัติการแก้ไข 2015-04-26 00:53:49
|
|
|
|
Date :
2015-04-26 00:52:34 |
By :
zarooman |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|