Forum: C# Feb 6th, 2009 |
| Replies: 0 Views: 1,180 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,245 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,245 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,245 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,245 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... |
Forum: Windows NT / 2000 / XP Apr 28th, 2008 |
| Replies: 0 Views: 794 I configured RRAS server on my windows 2003 server installation. I use it to allow users to connect to my server using VPN. Does anybody know how can I set it up that so it will require that users... |
Forum: Windows NT / 2000 / XP Apr 15th, 2008 |
| Replies: 1 Views: 1,122 Hi everybody
I am trying to set to FTP server in user isolation mode. If I choose c:\ftp as my root directory for the FTP site, what should I name the directory that I create in c:\ftp. When I... |