Threading and Callbacks

  • Thread starter Thread starter Zippy
  • Start date Start date
Z

Zippy

Hi,

i've written a small smart device app (my first) which has a single
search form which creates a thread to access a sql server Ce database,
after completion i'm use an event handler to callback to the main
thread to update a control. i use the control.invoke method to do
this.

when implemented as above all works fine, but if i create another form
as the main form of a project and create the search form from the main
form the callback no longer works.

any ideas ?

regards
Andy
 
yep - you're correct - used show instead of show dialog and it works
so obvious now :-)

many thanks
Andy
 
Back
Top