Ok, thank you for your reply. I have an application that manipulates database in one thread and post results in another thread (the gui thread). So basicly I execute a query in query thread and then I need to pass the result data to the gui thread. Do you have any idea how this might work? Thanks in advance.
Bookmarks