I had an old project i started working on again. Last time i worked on it was when i had C# Express 2010, no i have 2012 and I when to add a new windows form the same way I normally do but now I am...
I don't know. This is the first time I ever tried to write a console application that requires arguments. I usually just use a window form with an open button.
I am trying to write a program that the user launches with at least one argument. The problem is that there is a file that is in the same directory as the exe that the program opens to get some data....
I am trying to add a simple Private message type system to a chat client in order to par up to users to play a game. The way I am sending the first request to the server is sending a message with a...
How would I write an integer to a desired number of places. For example, lets say int x = 50; Now, when I write x to a text box it displaces 50, but I want x to display 0050. I could do something...
1. How would I go about opening a file as hex?
2. How would I go about reading parts of the file as hex?
3. How would I go about editing parts of the file as hex?
4. How would I go about saving...