Results 1 to 7 of 7

Thread: How do I stop the "Properties" from disappearing?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2017
    Posts
    761

    Question 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.

    Name:  properties missing.jpg
Views: 344
Size:  17.9 KB

  2. #2
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    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?
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: How do I stop the "Properties" from disappearing?

    Thread moved from VB6 CodeBank to VB6.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    6,734

    Re: How do I stop the "Properties" from disappearing?

    Sometimes you need to reset the menubar.
    Right click on the menubar -> Customize.. -> Reset..

  6. #6
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    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?

  7. #7
    Frenzied Member
    Join Date
    Dec 2012
    Posts
    1,668

    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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width