tags:

views:

52

answers:

2

Hi

When i run my application with visual studio IDE, the application runs fine. When i run directly the executable it is not running fine.

My app creates two forms. First form losts focus when the second form is about to create. The first form UI frezzes when i run directly executable.

Please give any suggestions how to debug the problem.

Regards Raju

A: 

Can you see your forms in the task bar (ShowInTaskbar property) Is one of your forms top most?

vc 74
Yes. Both the forms are visible in taskbar. the first form is topmost one.
Does your first form really need to be topmost?
vc 74
A: 

Setting the First form property Topmost to true solved the prolem.