No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hi, I recently started programming in c# and I was wondering: How am I able to create a "builder program"? For example: I have a windows application with some strings that have to be customised by every person, I would like to have a GUI apart from it that allows …
Hi, coding a IRC Bot I have came across this when I tried run in debugging. NullReferenceException was unhandled @ this code [CODE]// Send PING to irc server every 15 seconds public void Run() { while (true) { IrcBot.writer.WriteLine(PING + IrcBot.SERVER); IrcBot.writer.Flush(); Thread.Sleep(15000); } } }[/CODE] Complete code of files: …
The End.
Joelles