﻿<?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?)  » Multi-Monitor support for Message Form?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 18 May 2026 18:01:31 GMT</lastBuildDate><ttl>20</ttl><item><title>Multi-Monitor support for Message Form?</title><link>http://forum.strataframe.net/FindPost30230.aspx</link><description>I have couple of customers which uses 2 monitors and run my application from the secondary monitor.&amp;nbsp; Whenever I display a message using the form's Me.ShowMessageByKey() the message is being displayed on the Primary Monitor instead of the one where the application is running.&lt;br/&gt;&lt;br/&gt;Same thing happens with the WaitWindow control when is executed from a class file instead of a form.&lt;br/&gt;&lt;br/&gt;I see the sub SetFormPosition() in the MessageForm.vb code, but still don't know why some of my messages are shown in the Primary monitor and not in the one where the application is being shown.&amp;nbsp; I even keep the mouse in the secondary monitor, but still it will show in the primary one.</description><pubDate>Sun, 07 Aug 2011 16:45:27 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Multi-Monitor support for Message Form?</title><link>http://forum.strataframe.net/FindPost30233.aspx</link><description>Hi Ivan,&lt;br/&gt;&lt;br/&gt;Thanks I will try that.</description><pubDate>Sun, 07 Aug 2011 16:45:27 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Multi-Monitor support for Message Form?</title><link>http://forum.strataframe.net/FindPost30232.aspx</link><description>Hey Edhy!&lt;br/&gt;&lt;br/&gt;If you have a look at the MessageForm's StartPostion property you will see it is set to CenterScreen. So I guess the SetFormPosition is not doing any good. To fix this, change the MessageForm's StartPostion to Manual and recompile the SF&amp;nbsp;source code. This should make it work properly. Don't forget to make annotations about this if we get a next release without this change, so you can update it&amp;nbsp;again. I am doing the same over here.</description><pubDate>Sun, 07 Aug 2011 14:28:00 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>