application stops responding

rabiaw

Newcomer
Joined
Jul 15, 2003
Messages
4
hi alll

well i have converted an application from VB 6.0 to VB .NET. Finally after removing tons and tons of cbuild errors the application compiled fine.

Now i have this strange kind of issue the application stops responding once the event is fired.
for example if the keypress event for the textbox and clock event for and ok button is fired the applicartyion just stucks and i have to restart it all over again..

i have no idea y is this happening....have tried to sort this out but its no use.
if i amake a new project and write some event handling code in it then that works fine. But for this particular application the event hadling code gets stuck.

i am having this problem wit the login form thtat when the logid and pwd is provided and ok button is clicked the application gets stuck......


:confused:
rabia
 
well actually i am trying to do that..this happens when i debug the application....it gets stuck....so i am not able to spot out any thing.

when i run the application without debugging it it runs ok doesnt stuck anywhere.....
but i need to debug it coz i have to trap an exception..

the point at which the exeption occurs is not the one where the application gets stuck.
 
Back
Top