A single button should be used in all the forms.
Posted
by mugamath
on Stack Overflow
See other posts from Stack Overflow
or by mugamath
Published on 2010-03-13T07:07:47Z
Indexed on
2010/03/13
7:15 UTC
Read the original article
Hit count: 222
i need to use a single button for all forms in a vb.net project. The single button should be called in the forms to perform operations.
For eg., In a form i need to save, update the records.
When i call the button, save and update buttons should be appeared at runtime using the single button. guide me....
© Stack Overflow or respective owner