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
Problems using varchar(max) in Query
SSRS export INTO Excel Tabbed Sheets?
Passing a string using SendMessage
aggregate in the set list of an UPDATE statement.
How to use the .rc file in my static libray instead of the .rc file in the main program ?
ADOX Add Column Multi-Step OLE DB errors
Move Mailboxes/Public Folders from Exchange 2003 to Exchange 2010
Access 2007 many-to-many relationship
DFS not replicating certain files
Overlap CTreeCtrl and multiline CEdit in dialog