Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
8
Posts with Upvotes
8
Upvoting Members
7
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
0 Endorsements
Ranked #2K
~13.7K People Reached
About Me

Interesting stuff about me... Well... I can play the Xylophone. I am the leader of an online competitve gaming clan called IGF. The first programming language I learned was Liberty Basic. Used to be a die hard Debian Linux fan, but sadly the cost of…

Interests
Motorsport, Gaming...
PC Specs
Q6700 CPU 4GB(2X2GB 1066 Corsair Dominators) DDR2 Asus P5QL-SE Mobo 2.5TB(2X1TB, 1X500GB) ATi Radeon…
Favorite Forums
Favorite Tags
Member Avatar for zaxxon216

I am working on the tic tac toe problem and i need help with the AI part i got it to work for 1v1 but it needs to be 1vAI I was thinking that easiest was to to program something like "when player clicks this squaure, AI will click anything" …

Member Avatar for disa15031992
0
248
Member Avatar for Nerathas

Hello, I am trying to write a algoritm that calculates the second largest divisor of a number. But i have absolutely no idea what calculations are required for this. [CODE] for (ulong i = 1; i < Number; i++) { Number = .....? }[/CODE] Already know the largest common diviser …

Member Avatar for ddanbe
0
2K
Member Avatar for Medalgod

I am designing an instant messanger and I am using tabs to allow for multiple chats to be taking place in the same windows form. When a new chat is opened, a new tab is added, using a User Control to make the new tab contain all of the required …

Member Avatar for nick.crane
0
1K
Member Avatar for denmarkstan

please i need help here. let someone help me to debug this i attach the project bon compressed folder: [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { //static …

Member Avatar for Medalgod
0
2K
Member Avatar for sadhawan

Hi guys ,I have written a program which filter the text using replace function.What i want to do is to create another class and do all the filtering over there .How can i achieve this.I am pretty new to C# so any help would be appreciated. Thanks

Member Avatar for Medalgod
0
75
Member Avatar for Medalgod

OK, basically I want to test if the shift key is pressed. The method i've tried (unsuccessfully) is [CODE] private bool shiftPressed = false; private void CheckKeys(object sender, KeyPressEventArgs e) { //If enter is pressed and shift isn't //This allows for line breaks in a message by pressing shift & …

Member Avatar for Geekitygeek
0
153
Member Avatar for azfarhus

I am trying to convert a string into integer which contain a mathematical operator e.g "1+1" but I am always getting "Input string was not in a correct format." error during execution.

Member Avatar for arunkumars
0
207
Member Avatar for Medalgod

OK, so i've written a server to listen to TCP connections, and send a response. It can be connected to via telnet and works fine. Next, i started writing the client side of the application - I started out simple by trying the following: [CODE] public static void Send2(Server server) …

Member Avatar for Medalgod
0
111
Member Avatar for Medalgod

Ok, I'm trying to pass some variables from inside Form1, to a new form: LoginDetails. Essentially, what this code does is check if a file exists. If it does, it loads the values from within the file. If the file loads correctly, (it should contail login details to a server) …

Member Avatar for Medalgod
0
356
Member Avatar for Medalgod

I am relitively new to C#. On thursday I started out writing a Tic-tac-toe game. Just a basic gridbuilder, ask the user where they want to go, alternate the users, as player2 where he wabts to go (checking if the move is 'legal'). I've just kept adding to it... This …

Member Avatar for amir pr
0
1K
Member Avatar for nsutton

How can I randomly pick a string element out of a list or array? I'm making a typing aid and I have a method that contains lists of noun/adjectives and verbs. I need it to pick one thing out of each list and turn it into a sentence.

Member Avatar for nsutton
0
742
Member Avatar for mnf
Member Avatar for Diamonddrake
0
3K
Member Avatar for Diamonddrake

if you have ever used adobe lightroom you would have noticed that there is an awesome sidebar with 15 or so sliders on it. they can all be adjusted from the same screen and you watch as they edit the image in real time. This is what I am trying …

Member Avatar for Diamonddrake
0
144
Member Avatar for Egypt Pharaoh
Member Avatar for Gixxer98226

well kind of... I want to check to for updates on a webpage/website but only refresh if it finds a change from the page currently loaded in the webbrowser control on the form. More or less refresh in the background and only actually display the refresh if it finds a …

Member Avatar for Gixxer98226
0
113
Member Avatar for rubiksnut

During the course of my education in programming, there has been one question that's been bugging me. How can you create a program with a function that will open a program from Windows explorer. I can open a file from within my program, but what I don't know how to …

Member Avatar for rubiksnut
0
107
Member Avatar for pardeep3dec

Dear All, I am developing a software and i need to write a data on .txt file at the same time i need to read data for another purpose on timer's every second but i am getting an error "The process cannot access the file 'e:\pctext.txt' because it is being …

Member Avatar for Medalgod
0
89
Member Avatar for Egypt Pharaoh

how can I print a report of the page if it has a many text boxes that I want to print it in one decoment

Member Avatar for Medalgod
0
116
Member Avatar for nccsbim071

Hi I have beed developing an appliction that will start an executable on remote computer to zip the files. I provide the location of files to zip. Now the problem is that i want to start the executable on linux server that hosts the files. I want to start an …

Member Avatar for Medalgod
0
172
Member Avatar for abulooz

Hello people!! Hoping someone can help me out with this, i have a game of life program where a grid is draw using private string[,] paintSequence = new string[50, 50]; (note i tried switching to 2d string arrays, but this caused looooads of problems so switched it all back to …

Member Avatar for abulooz
-1
2K
Member Avatar for rzhaley

Hello, I'm confused on how to put the Random.Next() method into my matrix array. First my matrix array is already messed up, I'm trying to create a 6 by 10 matrix of random numbers and then show the numbers times two. here is the code i've already done, ps my …

Member Avatar for ddanbe
1
129