Search:

Type: Posts; User: Iyouboushi

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,410

    Ways to Improve This?

    I have been writing a chatter bot in C# now for a few years. It started off as an AIML adaptation, but I quickly realized that that was pretty boring and it felt like "cheating" to me. Plus...
  2. C# - Building a SCUMM-like game.. questions

    Most of us here have probably played an old LucasArts style game, whether it be Maniac Mansion, Loom or Indiana Jones and the Fate of Atlantis. These games ran on LucasArt's SCUMM engine. If...
  3. Replies
    4
    Views
    1,912

    RegEX pattern problems. Help!

    The basic problem
    Because Google has quit giving out free keys for their search API, I'm having to resort to screen scraping to pull what I want out of a search result. I'm currently trying to do...
  4. Interesting. Okay, so let's say I go back and...

    Interesting.

    Okay, so let's say I go back and change my char file to do the same thing (since I structured the char file very similar to my world idea example). How would I modify the XML reading...
  5. I'm sorry for bumping this old thread but I...

    I'm sorry for bumping this old thread but I recently started working on this again and have come up with a new problem/question for everyone here.

    I decided to go back and change the way the...
  6. Replies
    6
    Views
    5,833

    Yeah, you're right. It works! Thanks a lot. ...

    Yeah, you're right. It works!

    Thanks a lot. And I'll try to keep it in mind that when I switch to GUI it'll be a bit different.
  7. Replies
    6
    Views
    5,833

    All right. That makes sense. I'll go and try to...

    All right. That makes sense. I'll go and try to implement it here in just a little bit, but I had one more question first.

    On sending streams you can use the flush command to empty the stream...
  8. Replies
    6
    Views
    5,833

    I'm not too concerned about what the actual...

    I'm not too concerned about what the actual incoming data is, at the moment. When I am, those links you provided will be the first place I go to read.

    What I'm confused about is how to constantly...
  9. Replies
    6
    Views
    5,833

    IRC, reading the stream

    I decided that I've finally reached the point in my C# knowledge where I could attempt a very simplistic IRC console client. I'm not trying to reach a level to compete with mIRC or anything like...
  10. Replies
    1
    Views
    1,994

    ListView - Delete and Save

    Well, this code is probably going to look like something Frankenstein built, since this is my first attempt at using ListViews. It was all working GREAT until I decided "you know, I should add a...
  11. Wouldn't that be hard to edit/create as well?

    Wouldn't that be hard to edit/create as well?
  12. lol I was going to say.. that made absolutely...

    lol I was going to say.. that made absolutely no sense towards my problem.

    Are there no ideas out there on how to do this? Anyone? I've been stuck on this problem for awhile now. :\
  13. C# Interactive Fiction -- Need some ideas on something

    As a learning project I thought I'd start with an Interactive Fiction game in C#. As it's progressing, I think I'm doing a fairly good job (but this may be relative). However, I've reached...
  14. Replies
    6
    Views
    2,771

    That worked! Thank you so much!

    That worked! Thank you so much!
  15. Replies
    6
    Views
    2,771

    Yeah. You'd think something like that would...

    Yeah. You'd think something like that would work. It makes sense. Unless I'm just doing it wrong, it's not working at all though. It doesn't do anything. :\
  16. Replies
    6
    Views
    2,771

    Would it be used like this? ...

    Would it be used like this?

    this.txtInformationText.ScrollBars = ScrollBars.Vertical;
    this.txtInformationText.SelectionStart = windowLines;


    Or this?

    this.txtInformationText.ScrollBars =...
  17. Replies
    6
    Views
    2,771

    Scroll Bars Are Scrolling Me Crazy

    Okay, excuse the horrible pun on my part, but it's truly driving me insane.

    I'm self-learning C#. It's been fairly easy for me up to this point, and usually if I run into a problem the online...
Results 1 to 17 of 17