Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hey Edhy!
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 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 again. I am doing the same over here.
|