The GW-Scripting list is a discussion list for information regarding the development and use of Window-Eyes scripts. Any subscriber of the GW-Scripting list has the ability to post on-topic messages.
From:
Katherine Moss <Katherine.Moss@gordon.edu>Subject:
RE: WE And Microsoft Development EnvironmentsDate:
Sat, Apr 14, 2012 1:11:11 pm--_000_6C2EC6FBAFC68E4F9694F1BD2BA5BC7D2F3153A8SN2PRD0102MB129_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
You should post them to app central where we all can see them! That would be nice for those of us .NET junkies over here LOL. Because I'm sure that I'm not the only one who is.
From: RicksPlace [mailto:ofbgmail@mi.rr.com]
Sent: Saturday, April 14, 2012 5:01 AM
To: gw-scripting@gwmicro.com
Subject: Re: WE And Microsoft Development Environments
Hi Aaron.
Thanks again and I will continue experimenting with it today.
My old Script (App) defined (Registered) a Hot Key that worked and I think accessed a Window Object's Properties and Events.
If these work that will demo:
Use of MSAA;
Use of a Window Object;
Use of a Hot Key.
That should make for a pretty decent intro demo and tutorial to post up someplace.
I will likely continue with a second Demo and Tutorial with a few more features after this one.
So far so good.
Rick USA
----- Original Message -----
From: Aaron Smith<mailto:aaron@gwmicro.com>
To: gw-scripting@gwmicro.com<mailto:gw-scripting@gwmicro.com>
Sent: Friday, April 13, 2012 8:35 PM
Subject: Re: WE And Microsoft Development Environments
On 4/13/2012 5:19 PM, RicksPlace wrote:
It still needs some testing and the Form1 grabs focus sometimes even though hidden.
You can keep the form from displaying by creating a Main() routine, and putting your startup logic there:
Sub Main()
' Instantiate your form
Dim myForm as Form1 = New Form1()
' Put initialization stuff here instead of in Form_OnLoad
' Continue on without displaying the form
Application.Run()
End Sub
If you then ever need to show the form, you can do myForm.Show()
You can do this in C#, too, by changing code in the Main() function in Program.cs from:
Application.Run(new Form1());
to
Form myForm = new Form1();
Application.Run();
Aaron
--
Aaron Smith
Web Development * App Development * Product Support Specialist
GW Micro, Inc. * 725 Airport North Office Park, Fort Wayne, IN 46825
260-489-3671 * gwmicro.com
To insure that you receive proper support, please include all past
correspondence (where applicable), and any relevant information
pertinent to your situation when submitting a problem report to the GW
Micro Technical Support Team.
--_000_6C2EC6FBAFC68E4F9694F1BD2BA5BC7D2F3153A8SN2PRD0102MB129_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
color:black;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";
color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
color:black;}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:"Consolas","serif";
color:black;}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";
color:black;}
span.EmailStyle21
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
..MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">You should post them to app central where we all can see them! That would be nice for those of us .NET junkies over here LOL. Because I’m sure that I’m not
the only one who is. <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"> RicksPlace [mailto:ofbgmail@mi.rr.com]
<br>
<b>Sent:</b> Saturday, April 14, 2012 5:01 AM<br>
<b>To:</b> gw-scripting@gwmicro.com<br>
<b>Subject:</b> Re: WE And Microsoft Development Environments<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Hi Aaron.</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Thanks again and I will continue experimenting with it today.</span><o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid black 1.5pt;padding:0in 0in 0in 4.0pt;margin-left:3.75pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">My old Script (App) defined (Registered) a Hot Key that worked and I think accessed a Window Object's Properties and Events.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">If these work that will demo:<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Use of MSAA;<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Use of a Window Object;<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Use of a Hot Key.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">That should make for a pretty decent intro demo and tutorial to post up someplace.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">I will likely continue with a second Demo and Tutorial with a few more features after this one.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">So far so good.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Rick USA<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">----- Original Message -----
<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:#E4E4E4"><b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">
<a href="mailto:aaron@gwmicro.com" title="aaron@gwmicro.com">Aaron Smith</a> <o:p>
</o:p></span></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">To:</span></b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">
<a href="mailto:gw-scripting@gwmicro.com" title="gw-scripting@gwmicro.com">gw-scripting@gwmicro.com</a>
<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Sent:</span></b><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> Friday, April 13, 2012 8:35 PM<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Subject:</span></b><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> Re: WE And Microsoft Development Environments<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal">On 4/13/2012 5:19 PM, RicksPlace wrote: <o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">It still needs some testing and the Form1 grabs focus sometimes even though hidden.</span><o:p></o:p></p>
<p class="MsoNormal"><br>
You can keep the form from displaying by creating a Main() routine, and putting your startup logic there:<br>
<br>
<br>
<o:p></o:p></p>
<pre>Sub Main()<o:p></o:p></pre>
<pre> ' Instantiate your form<o:p></o:p></pre>
<pre> Dim myForm as Form1 = New Form1()<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre> ' Put initialization stuff here instead of in Form_OnLoad<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre> ' Continue on without displaying the form<o:p></o:p></pre>
<pre> Application.Run()<o:p></o:p></pre>
<pre>End Sub<o:p></o:p></pre>
<p class="MsoNormal">If you then ever need to show the form, you can do myForm.Show()<br>
<br>
You can do this in C#, too, by changing code in the Main() function in Program.cs from:<br>
<br>
Application.Run(new Form1());<br>
<br>
to<br>
<br>
Form myForm = new Form1();<br>
Application.Run();<br>
<br>
Aaron<br>
<br>
<o:p></o:p></p>
<pre>-- <o:p></o:p></pre>
<pre>Aaron Smith <o:p></o:p></pre>
<pre>Web Development * App Development * Product Support Specialist<o:p></o:p></pre>
<pre>GW Micro, Inc. * 725 Airport North Office Park, Fort Wayne, IN 46825<o:p></o:p></pre>
<pre>260-489-3671 * gwmicro.com<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>To insure that you receive proper support, please include all past<o:p></o:p></pre>
<pre>correspondence (where applicable), and any relevant information<o:p></o:p></pre>
<pre>pertinent to your situation when submitting a problem report to the GW<o:p></o:p></pre>
<pre>Micro Technical Support Team.<o:p></o:p></pre>
</blockquote>
</div>
</body>
</html>
--_000_6C2EC6FBAFC68E4F9694F1BD2BA5BC7D2F3153A8SN2PRD0102MB129_--
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
You should post them to app central where we all can see them! That would be nice for those of us .NET junkies over here LOL. Because I'm sure that I'm not the only one who is.
From: RicksPlace [mailto:ofbgmail@mi.rr.com]
Sent: Saturday, April 14, 2012 5:01 AM
To: gw-scripting@gwmicro.com
Subject: Re: WE And Microsoft Development Environments
Hi Aaron.
Thanks again and I will continue experimenting with it today.
My old Script (App) defined (Registered) a Hot Key that worked and I think accessed a Window Object's Properties and Events.
If these work that will demo:
Use of MSAA;
Use of a Window Object;
Use of a Hot Key.
That should make for a pretty decent intro demo and tutorial to post up someplace.
I will likely continue with a second Demo and Tutorial with a few more features after this one.
So far so good.
Rick USA
----- Original Message -----
From: Aaron Smith<mailto:aaron@gwmicro.com>
To: gw-scripting@gwmicro.com<mailto:gw-scripting@gwmicro.com>
Sent: Friday, April 13, 2012 8:35 PM
Subject: Re: WE And Microsoft Development Environments
On 4/13/2012 5:19 PM, RicksPlace wrote:
It still needs some testing and the Form1 grabs focus sometimes even though hidden.
You can keep the form from displaying by creating a Main() routine, and putting your startup logic there:
Sub Main()
' Instantiate your form
Dim myForm as Form1 = New Form1()
' Put initialization stuff here instead of in Form_OnLoad
' Continue on without displaying the form
Application.Run()
End Sub
If you then ever need to show the form, you can do myForm.Show()
You can do this in C#, too, by changing code in the Main() function in Program.cs from:
Application.Run(new Form1());
to
Form myForm = new Form1();
Application.Run();
Aaron
--
Aaron Smith
Web Development * App Development * Product Support Specialist
GW Micro, Inc. * 725 Airport North Office Park, Fort Wayne, IN 46825
260-489-3671 * gwmicro.com
To insure that you receive proper support, please include all past
correspondence (where applicable), and any relevant information
pertinent to your situation when submitting a problem report to the GW
Micro Technical Support Team.
--_000_6C2EC6FBAFC68E4F9694F1BD2BA5BC7D2F3153A8SN2PRD0102MB129_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
color:black;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";
color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
color:black;}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:"Consolas","serif";
color:black;}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";
color:black;}
span.EmailStyle21
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
..MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">You should post them to app central where we all can see them! That would be nice for those of us .NET junkies over here LOL. Because I’m sure that I’m not
the only one who is. <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"> RicksPlace [mailto:ofbgmail@mi.rr.com]
<br>
<b>Sent:</b> Saturday, April 14, 2012 5:01 AM<br>
<b>To:</b> gw-scripting@gwmicro.com<br>
<b>Subject:</b> Re: WE And Microsoft Development Environments<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Hi Aaron.</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Thanks again and I will continue experimenting with it today.</span><o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid black 1.5pt;padding:0in 0in 0in 4.0pt;margin-left:3.75pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">My old Script (App) defined (Registered) a Hot Key that worked and I think accessed a Window Object's Properties and Events.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">If these work that will demo:<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Use of MSAA;<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Use of a Window Object;<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Use of a Hot Key.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">That should make for a pretty decent intro demo and tutorial to post up someplace.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">I will likely continue with a second Demo and Tutorial with a few more features after this one.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">So far so good.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Rick USA<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">----- Original Message -----
<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="background:#E4E4E4"><b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">
<a href="mailto:aaron@gwmicro.com" title="aaron@gwmicro.com">Aaron Smith</a> <o:p>
</o:p></span></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">To:</span></b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">
<a href="mailto:gw-scripting@gwmicro.com" title="gw-scripting@gwmicro.com">gw-scripting@gwmicro.com</a>
<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Sent:</span></b><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> Friday, April 13, 2012 8:35 PM<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Subject:</span></b><span style="font-size:10.0pt;font-family:"Arial","sans-serif""> Re: WE And Microsoft Development Environments<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal">On 4/13/2012 5:19 PM, RicksPlace wrote: <o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">It still needs some testing and the Form1 grabs focus sometimes even though hidden.</span><o:p></o:p></p>
<p class="MsoNormal"><br>
You can keep the form from displaying by creating a Main() routine, and putting your startup logic there:<br>
<br>
<br>
<o:p></o:p></p>
<pre>Sub Main()<o:p></o:p></pre>
<pre> ' Instantiate your form<o:p></o:p></pre>
<pre> Dim myForm as Form1 = New Form1()<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre> ' Put initialization stuff here instead of in Form_OnLoad<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre> ' Continue on without displaying the form<o:p></o:p></pre>
<pre> Application.Run()<o:p></o:p></pre>
<pre>End Sub<o:p></o:p></pre>
<p class="MsoNormal">If you then ever need to show the form, you can do myForm.Show()<br>
<br>
You can do this in C#, too, by changing code in the Main() function in Program.cs from:<br>
<br>
Application.Run(new Form1());<br>
<br>
to<br>
<br>
Form myForm = new Form1();<br>
Application.Run();<br>
<br>
Aaron<br>
<br>
<o:p></o:p></p>
<pre>-- <o:p></o:p></pre>
<pre>Aaron Smith <o:p></o:p></pre>
<pre>Web Development * App Development * Product Support Specialist<o:p></o:p></pre>
<pre>GW Micro, Inc. * 725 Airport North Office Park, Fort Wayne, IN 46825<o:p></o:p></pre>
<pre>260-489-3671 * gwmicro.com<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>To insure that you receive proper support, please include all past<o:p></o:p></pre>
<pre>correspondence (where applicable), and any relevant information<o:p></o:p></pre>
<pre>pertinent to your situation when submitting a problem report to the GW<o:p></o:p></pre>
<pre>Micro Technical Support Team.<o:p></o:p></pre>
</blockquote>
</div>
</body>
</html>
--_000_6C2EC6FBAFC68E4F9694F1BD2BA5BC7D2F3153A8SN2PRD0102MB129_--




