Re: MDI Form

2010-07-06 Thread Eddie de Bear
Hi, it's been a while since I've played with MDI forms, but from my experience the concept of focus is a little strange with MDI parent/child. The GotFocus even on an MDI parent fires when the child window gets focus. Despite this, the MDI parent itself never actually has focus, it's the child win

Re: MDI Form

2010-07-06 Thread Arjang Assadi
Here is an ugly hack: In the Activated event of the child mdi form , set the focus back to the mdi parent. On 7 July 2010 13:27, Anthony wrote: > Doesn’t work..no matter what i do..the mdi child form gets the focus..really > weird. > > > > > > From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-

RE: MDI Form

2010-07-06 Thread Anthony
Doesn't work..no matter what i do..the mdi child form gets the focus..really weird. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Keogh Sent: Wednesday, 7 July 2010 11:03 AM To: 'ozDotNet' Subject: RE: MDI Form Hi Anthony, I find that settin

RE: MDI Form

2010-07-06 Thread Greg Keogh
Hi Anthony, I find that setting the Focus() in Load doesn't work because it's too early, so I usually do it in the first Activate event. I often have code like this: If (++activateCount == 1) { Thing.Focus(); // Other stuff for the first time everything is visible } You may have

Re: USA Based Web Hosting provider required

2010-07-06 Thread Grant Maw
We use MAximum ASP. They are excellent. On 7 July 2010 09:42, PhilB wrote: > Can anybody recommend a good USA hosting provider that is reliable and > not too expensive? > Must have a good bandwidth Internet connection. > > TIA Phil. > > Phil Best > Strategy Map Balanced Scorecard System Archite

Re: USA Based Web Hosting provider required

2010-07-06 Thread Craig van Nieuwkerk
I use www.netrackservers.com for a dedicated server for my web site baseestate.com and have had no problems. Craig. On Wed, Jul 7, 2010 at 9:42 AM, PhilB wrote: > Can anybody recommend a good USA hosting provider that is reliable and not > too expensive? > Must have a good bandwidth Internet con

Re: USA Based Web Hosting provider required

2010-07-06 Thread Girish Madan
I have used www.ixwebhosting.com for last few years and they are quite good. Girish On Wed, Jul 7, 2010 at 9:42 AM, PhilB wrote: > Can anybody recommend a good USA hosting provider that is reliable and > not too expensive? > Must have a good bandwidth Internet connection. > > TIA Phil. > > Ph

USA Based Web Hosting provider required

2010-07-06 Thread PhilB
Can anybody recommend a good USA hosting provider that is reliable and not too expensive? Must have a good bandwidth Internet connection. TIA Phil. Phil Best Strategy Map Balanced Scorecard System Architect

MDI Form

2010-07-06 Thread Anthony
I have mdi form application. When the application loads..it opens the first mdi child and automatically sets it as the focus. How do i set the focus to the main form instead of the child mdi that has just opened. Sub Form_Load() Open MDI C

Re: UI Automation Testing Software for Win Forms

2010-07-06 Thread Peter Gfader
*Hi* Microsoft Test Manager is part of Visual Studio 2010 Ultimate Comparison of different editions can be found here http://www.microsoft.com/visualstudio/en-us/products .peter.gfader. http://blog.gfader.com/ http://twitter.com/peitor On Tue, Jul 6, 2010 at 1:46 AM, Anthony wrote: > Is t