Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~297 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for Joelles

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 …

Member Avatar for Joelles
0
135
Member Avatar for Joelles

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: …

Member Avatar for Geekitygeek
0
162

The End.