I have been surfing the net for hours but couldn't find anything as to whether it is possible to make a groupbox readonly. So if you can make it read-only how do you go about?Is there any code?Thanks
Nawsheen 0 Newbie Poster
Recommended Answers
Jump to PostI have been surfing the net for hours but couldn't find anything as to whether it is possible to make a groupbox readonly. So if you can make it read-only how do you go about?Is there any code?Thanks
try this
GroupBox1.Enabled = False
Jump to Posthai use this
GroupBox1.Enabled = False
if you have slove your problem it mark that.
All 5 Replies
Rahul8389 0 Newbie Poster
Rahul8389 0 Newbie Poster
Nawsheen 0 Newbie Poster
Rahul8389 0 Newbie Poster
omotoyosi -3 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.