Hi,
heres what im doing:
User clicks a button..
calls webservice asynchronously.
webservice calls the callback proc..
callback proc calls another webservice asychronously.
callback proc2 for second call fires..
callback proc2 raises an event back that unlocks some controls on the screen..
however everytime any control has its enabled property changed (in the event raised by the callback proc2) the whole app hangs..
any ideas please??? its running on the .net compact framework (pocketpc)..
rgds
chris
heres what im doing:
User clicks a button..
calls webservice asynchronously.
webservice calls the callback proc..
callback proc calls another webservice asychronously.
callback proc2 for second call fires..
callback proc2 raises an event back that unlocks some controls on the screen..
however everytime any control has its enabled property changed (in the event raised by the callback proc2) the whole app hangs..
any ideas please??? its running on the .net compact framework (pocketpc)..
rgds
chris