R
Rich
Is there a difference between AddressOf and Delegate for assiging a
function/Sub to an event?
Add_Handler txt1.Click AddressOf WhatColorFont
or
Private Sub Delegate WhatColorFont()
....
Is there any difference between these or is it just a one or the other thing?
Thanks,
Rich
function/Sub to an event?
Add_Handler txt1.Click AddressOf WhatColorFont
or
Private Sub Delegate WhatColorFont()
....
Is there any difference between these or is it just a one or the other thing?
Thanks,
Rich