Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
ENALBE DISABLE TOOLSTIP BUTTON
sweet guddu
8y
390
1
Reply
I M NEW IN C# I NEED PROJECT HELP.
MAKE TOOLSTIP DISABLE ON MDIFORM LOAD WITH LOGIN PAGE
I MAKE METHOD
public
void
showToolbars
(
bool
[] tb)
{
tbAddNew
.Visible = tb[
0
];
tbView
.Visible = tb[
1
];
tbUpdate
.Visible = tb[
2
];
tbDelete
.Visible = tb[
3
];
tbExit
.Visible = tb[
4
];
tbPrint
.Visible = tb[
5
];
}
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
barcode in winforms
Need some Guidance comparing to listboxes on a windows forms