Making a form read only

dpatfield66

Well-known member
Joined
Apr 6, 2006
Messages
136
Programming Experience
5-10
How can I make a form read only, but still allow for a close button?
 
These sound like very viable solutions, unfortunately I haven't grown into OOP yet, and the techniques you're referring to, although I'm getting there.

I do understand some of it, but I don't think I'm mature enough in that area yet. Until then, I'll just disable all of the controls and deal with the ugly grey.
 
Is this Solution to the Problem?

Dear dpatfield66 and all,

I have one Idea. Just clear all item from the Combobox and assign Only One item that pertains to the current record. and also change combobox.
DropDownStyle to ComboBoxStyle.DropDownList then users may not able to edit anything in the combo. Once in editmode you can get back all items to combobox. But I don know how could I code this. If you get such solution please let me know. I also wanted to get rid off greyish texboxes,checkboxes,combo and radio button when making read only.
 
Back
Top