B
Barry
Hi
Using VS 2003 i had programmatically created Tables with rows and columns
having Buttons, Textbox etc , the button were activated using
AddHandler btn.Click, AddressOf btnAddProjectNotes_Click
At that time everything was working fine, now using VS 2005 the delegate is
somehow not getting called, is there some change in handling of AddHandler
between these two versions of Visual Studio
TIA
Barry
Using VS 2003 i had programmatically created Tables with rows and columns
having Buttons, Textbox etc , the button were activated using
AddHandler btn.Click, AddressOf btnAddProjectNotes_Click
At that time everything was working fine, now using VS 2005 the delegate is
somehow not getting called, is there some change in handling of AddHandler
between these two versions of Visual Studio
TIA
Barry