﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Wait Window Problem with User control and Form load</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 09:28:07 GMT</lastBuildDate><ttl>20</ttl><item><title>Wait Window Problem with User control and Form load</title><link>http://forum.strataframe.net/FindPost18362.aspx</link><description>I have a issue where the wait window is stopping the application. It doesn't seem to throw an error or anything just stops code execution at the show wait &amp;#119;indow. &lt;/P&gt;&lt;P&gt;I reproduced it in a&amp;nbsp;simple sample application that used the SF sample DB.&amp;nbsp; If you need anything else let me know&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul</description><pubDate>Thu, 07 Aug 2008 13:15:02 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Wait Window Problem with User control and Form load</title><link>http://forum.strataframe.net/FindPost18367.aspx</link><description>Thank's Ivan that seems to work.</description><pubDate>Thu, 07 Aug 2008 13:15:02 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Wait Window Problem with User control and Form load</title><link>http://forum.strataframe.net/FindPost18365.aspx</link><description>Hey Paul!&lt;P&gt;Would you like to try this code, instead of using the form load?&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Protected Overrides Sub OnShown(ByVal e As System.EventArgs)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyBase.OnShown(e)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me.UserControl11.FillData()&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub&lt;BR&gt;&lt;/P&gt;&lt;P&gt;[/codesnippet]</description><pubDate>Thu, 07 Aug 2008 10:45:27 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>