Microsoft
Software
Hardware
Network
Question : vb.net sender name
Is there a way to find the sender's name, not the text on the button?
Thanks
Answer : vb.net sender name
Dim b as Button
b=DirectCast(sender,Button
)
MessageBox.Show(b.Name)
Random Solutions
Dr. Watson Dump File
adding color and font charicteristics to a msgbox
Grant user rights to create ODBC connection
Problem While Opening Excel Xml file
Microsft Access queries need to update all queries with new table name
Drag and Drop with CRichEditCtrl
moving sharepoint from one domain to another
exchange certifacat
Excel vba: post 21 - based on prev EE post - msoshape - parameters question
how to add two textboxes in access form to display in another textbox