Forum: C# Feb 6th, 2009 |
| Replies: 0 Views: 1,249 Hi
I am trying to create and start an animation in code instead of using xaml. When I use the Storyboard object(second example) nothing happens(There are no visible results of the animation), if I... |
Forum: C# Jun 16th, 2008 |
| Replies: 7 Views: 1,280 Hi
The problem is in the 8th row above(Form1.Invoke(...). I can not know where my class will be used so I do not have a reference to any Form object(or any object that has the Invoke method) so this... |
Forum: C# Jun 16th, 2008 |
| Replies: 7 Views: 1,280 Thanks. I got the same advice(To use background worker) from somewhere else so I guess that is the way to go. Thanks again |
Forum: C# Jun 16th, 2008 |
| Replies: 7 Views: 1,280 Thanks for your reply. I think I wasn't specific enough. As I wrote I have a class that defines an event(MessageReceived). Beside that it also has a background thread in which I connect to tcp... |
Forum: C# Jun 14th, 2008 |
| Replies: 7 Views: 1,280 Hi
I have created a class that creates another thread. That background thread than creates a tcp client, connects to listener and waits for a message that will be send by the listener. When the... |