<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : [solved] AutoComplete (intellisense) window in MDI</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Syntax Edit : [solved] AutoComplete (intellisense) window in MDI]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 18:51:51 +0000</pubDate>
  <lastBuildDate>Tue, 27 Mar 2018 05:46:02 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=23619</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[[solved] AutoComplete (intellisense) window in MDI : Hi,We have noticed problem with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23619&amp;PID=76721&amp;title=solved-autocomplete-intellisense-window-in-mdi#76721</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23619<br /><strong>Posted:</strong> 27 March 2018 at 5:46am<br /><br />Hi,<br><br>We have noticed problem with showing Autocomplete window of SyntaxEdit&nbsp; in .NET applications. This window can't be shown or even raises error on Ctrl+Space shortcut.<br>Problem relates to <a href="http://forum.codejock.com/forum_posts.asp?TID=23196" rel="nofollow">changing parent of SyntaxEdit control</a>. Autocomplete window are not updated on changing parent of SyntaxEdit.<br>Can be fixed by using&nbsp;<b>ReCreateReparented</b>&nbsp;property:<table width="99%"><tr><td><pre class="BBcode">&nbsp; &nbsp; Dim frmD As frmDocument1<div>&nbsp; &nbsp; lDocumentCount = lDocumentCount + 1</div><div>&nbsp; &nbsp; frmD = New frmDocument1()</div><div>&nbsp; &nbsp; frmD.m_filePath = m_filePath</div><div>&nbsp; &nbsp; <b><font color="#00cc00">frmD.wndSyntaxEdit.ReCreateReparented = True</font></b></div>&nbsp; &nbsp; <b>frmD.MdiParent = Me</b></pre></td></tr></table><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Tue, 27 Mar 2018 05:46:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23619&amp;PID=76721&amp;title=solved-autocomplete-intellisense-window-in-mdi#76721</guid>
  </item> 
 </channel>
</rss>