Windows.Forms / More Debugging
Wrote the start of the sussen-client using Windows.Forms. The interfaces between Windows.Forms and Gtk# are pretty similar so it wasn’t very difficult. I’ll post some screenshots later on. Right now I’m just doing some more debugging.
I’m having some issues with the basic port scanner I wrote. It executes pretty slow under Windows and I’m having issues passing objects between threads. Under Linux/Mono there are no issues, it just works. Very strange.