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
Isass.exe error
Outlook is trying to connect to exchange server...
Select multiple Access records question.
Can I pass a text box variable into an Access Macro
Need Help.. couldn't find my problem
Delete with INNER JOINS
Adding a field to report after changing underlying query
Access 2003 Call Center Template
INSERT INTO new table from existing stored procedure
SQL Syntax problem. Getting eror with query.