Thanks for the response. I will definitely look into this. I also had a friend recommend setting up an IIS server on the same machine as my client app (bypassing the need for a hosted website) and...
Ahhhh! Please ignore this thread. XNA was highlighted by default. I didn't realize that clicking on 'Visual C#' under project types would give me all the default options.
Unfortunately, our "solution" had nothing to do with correcting the problem I mentioned above. We were trying to replace a line-printing (dot matrix style) printer with a network printer. The old...
Well, the problem is that this configuration has been used for many years and I don't think they plan on changing it any time soon. Unfortunately, I'm stuck using GWBASIC.
I wasn't sure where to put this post, so I decided to just put it here since it's related to BASIC (GWBASIC). (Feel free to move it somewhere else if there is a better place)
True. With that mentallity you could even say, "Why use for loops? Why don't you just write every line out one by one?". I just need the code to be written quickly so I can get on with the rest of...
I'm actually wanting to read and edit the Hex data in the file headers of various file types. For example, if I want to find out the image width of a .jpg file, my program would use BinaryReader to...
I created an object array when a button is clicked. When I try to use any of the objects in another function, it is saying that it's an undeclared identifier.