VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,879 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Grey boxes appear in the top left corner of all form controls. All control properties are greyed out. All controls and properties are uneditable. Does anyone know how to fix this?
Usually a form inherits System.Windows.Form class, but it seems that your form is derived from another form (that contains the shown controls). It is not clear if this was done purposely.
You can back-up your files and try fixing the *.Designer.vb files manually. Show the beginning of this file, which contains the Inherits statement.
My mistake. This is indeed the derived form, not the source form.