Print Page | Close Window

[solved] AutoComplete (intellisense) window in MDI

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Syntax Edit
Forum Description: Topics Related to Codejock Syntax Edit
URL: http://forum.codejock.com/forum_posts.asp?TID=23619
Printed Date: 23 April 2024 at 3:33pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [solved] AutoComplete (intellisense) window in MDI
Posted By: olebed
Subject: [solved] AutoComplete (intellisense) window in MDI
Date 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 http://forum.codejock.com/forum_posts.asp?TID=23196" rel="nofollow - 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net