Thank you Heart! :) Im gonna try the Remoting thing then :)
- Up The Irons, Morten Kristensen
Thank you Heart! :) Im gonna try the Remoting thing then :)
- Up The Irons, Morten Kristensen
Hey folks.. :) Im new with socket-programming and I wanna program a simple server/client-chat. You start a server client to listen for connection from clients.. Then it should be possible to send text to and from the clients. Im gonna need only a very simple but working example.. :) I also searched this site but I couldn't run the apps.. got errors so on. But I have dotNet 1.1 of course.. :) So help me out here, thanks! :-D
- Up The Irons, Morten Kristensen
Thank You! :)
- Up The Irons, Morten Kristensen
Hi, I am trying to lokalize the "Start Up Folder", in which I need to place/delete files. So that a program will start when Windows starts... I already tried: System.Environment.SpecialFolder
..But that didnt exist :S ? Please help me out :) - Thanks!
- Up The Irons, Morten Kristensen
Hey dude. sorry but I can't find anything by that name.. :/ Could you be so kind to fetch it for me :)?
- Up The Irons, Morten Kristensen
Hi dudes, I need to get the height of the taskbar.. How do one do that?
- Up The Irons, Morten Kristensen
Hehe.. Easy man. Didnt see that sorry. Anyways.. You could also use Thread and ThreadStart? using System.Threading; //.. ThreadStart ts = new ThreadStart(TheMethod); Thread t = new Thread(ts); t.Start(); // .. public void TheMethod(){ for(int i = 0;i<=100;i++){ Thread.Sleep(10); // Perform Code } }
- Up The Irons, Morten Kristensen
Hi dudes. I was wondering how to create .dll's in VS.NET? Just curious about it, would be great if someone knew :) Thanks!
- Up The Irons, Morten Kristensen
Hey.. You have to set the timers interval, when it has to run the method. Timer newTimer = new Timer(); newTimer.Interval = 1000; // one sec newTimer.Tick += new EventHandler(TheMethod); // .. newTimer.Start();
:)
- Up The Irons, Morten Kristensen
Hey... Like this: this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
- Up The Irons, Morten Kristensen
Yeah... It is a very "hasty" season... :/
- Up The Irons, Morten Kristensen
Jörgen Sigvardsson wrote: NOT A TRUE GEEK! Well.. Im more of a Geek than a Fucker ... Thats for sure!
- Up The Irons, Morten Kristensen
Gary Kirkham wrote: Celebrate the birth of my Lord and Savior, Jesus Christ. He is, after all, the reason for the season. Indeed... The words were like ripped out of my mouth :omg:
- Up The Irons, Morten Kristensen
Yea.. Sorry dude :/
- Up The Irons, Morten Kristensen
Very nice :D Weeee... :D
- Up The Irons, Morten Kristensen
...You do in the holidays? I like to code / headbang / gangbang / bangbang and drink and party... :-D:omg:
- Up The Irons, Morten Kristensen
"Merry Christmas" = Dansk / Danish : God Jul Quenya(Elvish): Ná merye i turuhalmeri "Happy Newyear" = Dansk / Danish : Godt Nytår Quenya(Elvish): Ná alya i vinya loa ^^ :D
- Up The Irons, Morten Kristensen
Ahhh.. I can only say the very same thing for my part ;)
- Up The Irons, Morten Kristensen
Guess not .. LOL :P
- Up The Irons, Morten Kristensen
Have you ever wondered about how many braincells you have in your head? Or in the left part compared to the right.. :omg:
- Up The Irons, Morten Kristensen