<?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 : FlatEdit Validate Event Crashes VB6</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : FlatEdit Validate Event Crashes VB6]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:14:20 +0000</pubDate>
  <lastBuildDate>Wed, 28 May 2008 15:45:24 +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=10763</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[FlatEdit Validate Event Crashes VB6 : Ok, I think I understand why it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35939&amp;title=flatedit-validate-event-crashes-vb6#35939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10763<br /><strong>Posted:</strong> 28 May 2008 at 3:45pm<br /><br />Ok, I think I understand why it happens. Putting your own Validate event in a UserControl isn't really necessary since it seems that the UserControl exposes its own Validate event (that is activated by the CausesValidation property) and having 2 events with the same name is undoubtedly a bad idea :)<br><br>I can just use the built-in Validate event for the same purpose as my custom Validate event ]]>
   </description>
   <pubDate>Wed, 28 May 2008 15:45:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35939&amp;title=flatedit-validate-event-crashes-vb6#35939</guid>
  </item> 
  <item>
   <title><![CDATA[FlatEdit Validate Event Crashes VB6 :   oleg wrote:hey. There is no...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35931&amp;title=flatedit-validate-event-crashes-vb6#35931</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10763<br /><strong>Posted:</strong> 28 May 2008 at 2:05pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />hey. There is no bug in our control. As I wrote I can see same if remove all our controls and add standard TextBox.</td></tr></table> <DIV>&nbsp;</DIV><DIV>Hey, we didn't say&nbsp;it's a CJ bug. </DIV>]]>
   </description>
   <pubDate>Wed, 28 May 2008 14:05:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35931&amp;title=flatedit-validate-event-crashes-vb6#35931</guid>
  </item> 
  <item>
   <title><![CDATA[FlatEdit Validate Event Crashes VB6 : hey. There is no bug in our control....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35926&amp;title=flatedit-validate-event-crashes-vb6#35926</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10763<br /><strong>Posted:</strong> 28 May 2008 at 1:51pm<br /><br />hey. There is no bug in our control. As I wrote I can see same if remove all our controls and add standard TextBox.]]>
   </description>
   <pubDate>Wed, 28 May 2008 13:51:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35926&amp;title=flatedit-validate-event-crashes-vb6#35926</guid>
  </item> 
  <item>
   <title><![CDATA[FlatEdit Validate Event Crashes VB6 : Hey Aaron,I&amp;#039;ve tested it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35918&amp;title=flatedit-validate-event-crashes-vb6#35918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10763<br /><strong>Posted:</strong> 28 May 2008 at 11:26am<br /><br />Hey Aaron,<br><br>I've tested it again today, and it doesn't seem to be crashing the IDE anymore (at least not in the small sample project I gave you). In my larger project (that I cannot provide) it does crash the IDE still (really!), so I think that there must be some other interaction that is causing the bug. In any case, I don't really mind using Oleg's solution... The only thing I would be curious about is if there are any other side-effects of the bug that we haven't found yet.<br><br>]]>
   </description>
   <pubDate>Wed, 28 May 2008 11:26:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35918&amp;title=flatedit-validate-event-crashes-vb6#35918</guid>
  </item> 
  <item>
   <title><![CDATA[FlatEdit Validate Event Crashes VB6 :   jpbro wrote:Aaron, It doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35892&amp;title=flatedit-validate-event-crashes-vb6#35892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10763<br /><strong>Posted:</strong> 28 May 2008 at 12:35am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jpbro" alt="Originally posted by jpbro" style="vertical-align: text-bottom;" /> <strong>jpbro wrote:</strong><br /><br />Aaron, It doesn't always crash the IDE, but try changing the Appearance property to Office2007 and it usually does...In any case, Oleg's solution will satisfy my needs, but thanks for looking at it!</td></tr></table> <DIV>&nbsp;</DIV><DIV>Hi Jason,</DIV><DIV>&nbsp;</DIV><DIV>How long do I need to press the TAB key? I did set Appearance property to Office2007 and it didn't crash, really! When compiled it crashes every time when the focus flatedit2 &gt; flatedit1</DIV>]]>
   </description>
   <pubDate>Wed, 28 May 2008 00:35:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35892&amp;title=flatedit-validate-event-crashes-vb6#35892</guid>
  </item> 
  <item>
   <title><![CDATA[FlatEdit Validate Event Crashes VB6 : Aaron, It doesn&amp;#039;t always...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35858&amp;title=flatedit-validate-event-crashes-vb6#35858</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10763<br /><strong>Posted:</strong> 27 May 2008 at 9:42am<br /><br />Aaron, It doesn't always crash the IDE, but try changing the Appearance property to Office2007 and it usually does...In any case, Oleg's solution will satisfy my needs, but thanks for looking at it!]]>
   </description>
   <pubDate>Tue, 27 May 2008 09:42:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35858&amp;title=flatedit-validate-event-crashes-vb6#35858</guid>
  </item> 
  <item>
   <title><![CDATA[FlatEdit Validate Event Crashes VB6 : Thanks Oleg, that works fine. ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35857&amp;title=flatedit-validate-event-crashes-vb6#35857</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10763<br /><strong>Posted:</strong> 27 May 2008 at 9:40am<br /><br />Thanks Oleg, that works fine.]]>
   </description>
   <pubDate>Tue, 27 May 2008 09:40:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35857&amp;title=flatedit-validate-event-crashes-vb6#35857</guid>
  </item> 
  <item>
   <title><![CDATA[FlatEdit Validate Event Crashes VB6 : ... Public Event Validate2(ByRef...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35850&amp;title=flatedit-validate-event-crashes-vb6#35850</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10763<br /><strong>Posted:</strong> 27 May 2008 at 7:37am<br /><br />...<DIV><BR>Public Event Validate2(ByRef Cancel As Boolean)<BR><BR>Private Sub FlatEdit1_Validate(Cancel As Boolean)<BR>&nbsp;&nbsp;&nbsp; RaiseEvent Validate2(Cancel)<BR>End Sub</DIV>]]>
   </description>
   <pubDate>Tue, 27 May 2008 07:37:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35850&amp;title=flatedit-validate-event-crashes-vb6#35850</guid>
  </item> 
  <item>
   <title><![CDATA[FlatEdit Validate Event Crashes VB6 : Hi, I see same with VB&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35849&amp;title=flatedit-validate-event-crashes-vb6#35849</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10763<br /><strong>Posted:</strong> 27 May 2008 at 7:36am<br /><br /><P>Hi,</P><DIV>I see same with VB's TextBox.</DIV><DIV>&nbsp;</DIV><DIV>Seems problem with reserved "Validate" event. just replace it to "Validate2"...</DIV>]]>
   </description>
   <pubDate>Tue, 27 May 2008 07:36:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35849&amp;title=flatedit-validate-event-crashes-vb6#35849</guid>
  </item> 
  <item>
   <title><![CDATA[FlatEdit Validate Event Crashes VB6 : Hi,  When compiled &amp;gt; crash in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35830&amp;title=flatedit-validate-event-crashes-vb6#35830</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10763<br /><strong>Posted:</strong> 27 May 2008 at 1:03am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>When compiled &gt; crash</DIV><DIV>in IDE &gt; seems OK</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 27 May 2008 01:03:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10763&amp;PID=35830&amp;title=flatedit-validate-event-crashes-vb6#35830</guid>
  </item> 
 </channel>
</rss>