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!

Recent content by rjr9999

  1. rjr9999

    How do i create a database for a business using VB6?

    There are MANY ways you can do this. You can use a plain text file with a common delimeter (or however you spell it), a spreadsheet, access, SQL....My recomendation is to look into microsoft's SQL server. You should be able to find plenty of documentation searching google or the like. Rob...
  2. rjr9999

    Video Games like sony play station, are they programmed in C?

    The majority of todays video games are created useing C++ and Assembly. There are PLENTY (and I do mean plenty) of books out there on the subject, if you'd like some references, let me know, I'll list a few I've used. Rob "Programming is like art...It makes me feel like chopping my ear...
  3. rjr9999

    ANSI Escape characters & Rich Text Boxes

    This is something very simple I threw together to test perfect macros for a MUD a friend of mine made (time based combat). I've managed to quickly and efficiently remove ansi color codes, however, instructing a text box or rich text box to display the color is a VERY slow process..I'm working...
  4. rjr9999

    Clipping Suggestions? *Urgent*

    bump (You know the drill) Rob "Programming is like art...It makes me feel like chopping my ear off." Http://www.thisisrisk.com/ - Currently down
  5. rjr9999

    Clipping Suggestions? *Urgent*

    sunaj yes I'm currently useing the a SafeArrayHeader meathod to trim the escape codes from incomeing data and then push it character by character to the text box. This isn't where I'm loseing speed though, in fact it's VERY fast. The problem arises when i do textbox.selstart = 65000 when the...
  6. rjr9999

    Clipping Suggestions? *Urgent*

    I need to display text recieved through a telnet session in a fast manner. As of right now I can format the text according to ansi escape codes (I used string mapping, for those curious) extreamly quickly, and push it into a text box quickly. The problem is, as the text box fills up, the...
  7. rjr9999

    creating a pipe to read write from telnet

    I want to be able to read the STDIN, STDOUT, STDERR from the telnet app without actually extracting it. In otherwords, it will be a quasi-telnet client. What I plan to do is create a scripting language of sorts to respond to information passed to and from the telnet session. I hope this isn't...
  8. rjr9999

    creating a pipe to read write from telnet

    bump (For a THIRD time...this is getting real old, real fast people) Rob "Programming is like art...It makes me feel like chopping my ear off." Http://www.thisisrisk.com/ - Currently down
  9. rjr9999

    creating a pipe to read write from telnet

    bump (again) Rob "Programming is like art...It makes me feel like chopping my ear off." Http://www.thisisrisk.com/ - Currently down
  10. rjr9999

    creating a pipe to read write from telnet

    bump Rob "Programming is like art...It makes me feel like chopping my ear off." Http://www.thisisrisk.com/ - Currently down
  11. rjr9999

    creating a pipe to read write from telnet

    I feel stupid now, but I just can't figure it out. I need to be able to communicate with the standard telnet app that comes with winXP. I know I have to do something with pipes, but I can't quite figure it out. If anyone could give me some sample code to point me in the right direction, it...
  12. rjr9999

    3RD TIME POST: Winsock Related Question

    (BUMP) again... Rob "Programming is like art...It makes me feel like chopping my ear off." Http://www.thisisrisk.com/ - Currently down
  13. rjr9999

    3RD TIME POST: Winsock Related Question

    (bump) Rob "Programming is like art...It makes me feel like chopping my ear off." Http://www.thisisrisk.com/ - Currently down
  14. rjr9999

    3RD TIME POST: Winsock Related Question

    (bump) Rob "Programming is like art...It makes me feel like chopping my ear off." Http://www.thisisrisk.com/ - Currently down
  15. rjr9999

    3RD TIME POST: Winsock Related Question

    I'm trying to find information on monitering and decodeing TCP and UDP packets in either C++ or VB (preferrably C++). It seems every time I post this question it gets passed over. I'm trying to create a quasi-firewall of my own (that is, report when any program tries to send or recieve data...

Part and Inventory Search

Back
Top