Hi Dario,

thanks for your reply. I did not know there was another log as well. I was looking in the \logs folder.

Now that i've seen the log, it seems there is something wrong with the compiled DLL, as it states:
"System.BadImageFormatException: The format of the file 'DotNetStockListDemo.dll' is invalid."

I tried your suggestion to compile the sources using csc.exe: it works now...
Thanks!

I've got a new question though:
Is it possible to dynamically size the table, IE get more lines when more data is available and remove lines when data is removed? (Is there an example somewhere?)
I will need to monitor a queue with this project. Items can be added to and removed from the queue. I'd like the table to hold exactly these items, no more, no less.

Thanks again for your help,
Kind regards,
Erik.