1 Attachment(s)
How do I stop the "Properties" from disappearing?
I experience something strange since a few days:
The properties window is gone, also from the context menu.
Usually, when I right-click a control, it offers "Properties".
Clicking this item would open the properties window on the right, offering "Name", "Caption", "Index", etc.
For me, it's gone, and I don't know how to get it back.
Attachment 187592
Re: How do I stop the "Properties" from disappearing?
Select a Control or the Form itself in the designer and press F4, does it show up?
Re: How do I stop the "Properties" from disappearing?
Also this is in the codebank which is for sharing code, not asking questions... fear not, I'll report it to the mods and have it moved. No further action is needed on your part, and do not create a new thread somewhere else.
-tg
Re: How do I stop the "Properties" from disappearing?
Thread moved from VB6 CodeBank to VB6.
Re: How do I stop the "Properties" from disappearing?
Sometimes you need to reset the menubar.
Right click on the menubar -> Customize.. -> Reset..
Re: How do I stop the "Properties" from disappearing?
I have never seen this happen except when using one of the many pathological 3rd party IDE add-ins.
No idea what they get wrong, but it seems to be a common malady. Maybe they all stem from copy/pasting the same broken example loose on the web?
Re: How do I stop the "Properties" from disappearing?
See:
https://www.vbforums.com/showthread....Window-Missing
It appears to me that the properties window is either set to Undockable and is offscreen, or it is set to dockable and there is nowhere for it to dock to. Reduce the size of your project window and see if it returns.
J.A. Coutts