Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Syntax Edit
  New Posts New Posts RSS Feed - [solved] AutoComplete (intellisense) window in MDI
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[solved] AutoComplete (intellisense) window in MDI

 Post Reply Post Reply
Author
Message
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Topic: [solved] AutoComplete (intellisense) window in MDI
    Posted: 27 March 2018 at 5:46am
Hi,

We have noticed problem with showing Autocomplete window of SyntaxEdit  in .NET applications. This window can't be shown or even raises error on Ctrl+Space shortcut.
Problem relates to changing parent of SyntaxEdit control. Autocomplete window are not updated on changing parent of SyntaxEdit.
Can be fixed by using ReCreateReparented property:
    Dim frmD As frmDocument1
    lDocumentCount = lDocumentCount + 1
    frmD = New frmDocument1()
    frmD.m_filePath = m_filePath
    frmD.wndSyntaxEdit.ReCreateReparented = True
    frmD.MdiParent = Me

Regards,
 Oleksandr Lebed
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.