Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Acidon
  • Content: Threads
  • Order by date
  1. Acidon

    Starting another app AND sending it Arguments

    Hey all. Me again, still at it and going good. I know how to start other applications from within C#, that's no problem. What I don't know is how to pass arguments to said application at the same time. Any insight, suggestions, flames or other interesting comments? As always, much...
  2. Acidon

    Windows App talking to a Perl / CGI script?

    Hey guys, it's been a while since i've been here to pick your brain. I am hoping to at least get pointed in the right direction.. Here is my problem: When someone is entering registration info into my application, I want to have it run a perl/cgi script on my website/server that will check...
  3. Acidon

    Aarrrgh. How do I manipulate a Text box to..

    Hello again. I've been stuck on this way too long. I have no doubt that there is a simple solution, but it seems to be beyond me. I have a Rich Text Box (but could use a Text Box if necessary) that fills with text periodically as per my App. When I add text data to the txtBox, I first append...
  4. Acidon

    How to read the last line only - in a Text File?

    Hello, I'm a real newbie, especially to C#, so forgive me.. What I would like to do is read the last line of a given text file into a string for manipulation. Could I have a suggestion on how to accomplish this? I only need to read it, I do not need to write the manipulated text back to the...
  5. Acidon

    Binary "Database" for a game - Need a how-to =)

    Hello and thanks in advance to anyone who offers help. To make this simple, let's say I have a game which has 100 different monsters. I want a binary data file to hold all of these. It would have the index number of the mob, name, size, attributes, etc. I can easily create an editor to edit...
  6. Acidon

    struct / arrays / location?

    Hello C# Gurus, I need a piece of advice. I am creating an editor for my little game, which I am creating while I learn the C# language. For example, for the Monster Editor, I am creating a struct full of arrays to hold the monster data for all monster records. My question: Where should I...

Part and Inventory Search

Back
Top