Been a while since I had a problem; so I guess it's about time. I've written a .dll that has a few methods, and a few variables. It has a method called Create(int x, int y) that will place a new 4 square formation onto the form in the project that is using the dll. Now when I test it in my forms application it doesn't create the 4 square. Any help is appreciated.