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
Group statement
Windows 7 arp -s access denied issue.
Terminal Server - Remove Server Manager Pinned to Start Menu
Excel cumulative year to date figures
DBDesigner 4 to MSSQL 2000
How to make a popup window appear in Access
Loan Calculator
Unicode character retrieval from MS-Access
add ALL in combobox rowsource query
Think I need to convert hyperlink addresses in Access 2007 to absolute paths?