vip4nik

hi there,

I m developing an application in Microsoft Visual Studio .Net 2003....

Every time i run the application , the focus transfers to WindowsFormsParkingWindow window & my application loses focus...

This problem doesnt occur when i insert a breakpoint in my application, & run it...

Any help woulb be a great favour....

thanx,
vip4nik



Re: Windows Forms General WindowsFormsParkingWindow problem

soujanya

Hi,

What is WindowsFormsParkingWindow






Re: Windows Forms General WindowsFormsParkingWindow problem

nobugz

Guessing a bit, you don't give enough details, this happens when your program's UI thread is busy too long (perhaps executing a SQL query) and doesn't go idle so it can process Windows messages. The generic solution is to do your processing in a background thread. Check out the BackgroundWorker component.





Re: Windows Forms General WindowsFormsParkingWindow problem

vip4nik

Thanx nobugz for ur interest u hav taken in my problem,

I m still working on ur suggestion of BACKGROUNWORKER control...
As soon as i find something, i would let u know...

thanx again...

regards,
vip4nik