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: rjr9999
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. rjr9999

    Here's a fun one...

    Hello all, long time no see...I'm back with a nice complicated question for you all ;). Basically what I'm doing is createing an application that will create custom buttons/banners/etc. for a WYSIWYG online editor. What I'd like to do is provide a group of template "buttons" along...
  7. rjr9999

    Telnet "Bash" server for windows?

    I know I know, this might sounds stupid, but I'm sure it can be done. Basically, I want to create a telnet server (which is no problem) that will be able to run any process I allow (not TOO much of a problem) and know what's going on during that time (there's the kicker). Ex: Welcome to Rob's...
  8. rjr9999

    packet filtering/creation in WinXP

    I've been looking around at these internet security programs that allow you to filter packets and create packets to test network integrity...I've noticed the ones that work for windows 2000 and windows XP are priced very significantly...I'd like to learn how to do this, it will also help in...
  9. rjr9999

    Employment

    I know I've posted a lot of posts like this, but please, someone enlighten me here. I've recently noticed that i'm listed as one of the top experts in 3 forums (this one, C, and C++: Borland (Inprise)). As I look around, I see that A lot of the people I'm answering questions for are software...
  10. rjr9999

    Bomberman Clone

    Hello all! I'm in the midst of creating a bomberman clone for the PC. It will have multiplayer capability (useing a script on a unix server as the server). The graphics will be quasi-3D...2.5D if you will (3D character models on a 2D background with 3D objects eg. boxes, powerups, bombs)...
  11. rjr9999

    Really real time chat

    Hello, I'm a new comer to asp so bear with me here. I understand that asp can create html dynamically, but can it then make dynamic changes to that page without actually re-loading it? For example, I've looked into "real time chat" programs writen useing asp, and what I'd really...
  12. rjr9999

    VB program that generates and executable .exe?

    Is it possible to have a Visual Basic program generate an executable based on information a user enters? A small example would be a program for creating executable greeting cards...you make the card, then when you're done hit create, and it will generate an executable. This isn't exactly what...
  13. rjr9999

    Is it possible? (Compression related)

    I want a program to read information from a compressesed file (Preferably .zip), without decompressing it, or by decompressing it in the background, extracting the information needed, then recompressing it. Is this possible? If so, please give me a small example. Thank you, Rob...
  14. rjr9999

    Back to the roots (experts help needed)

    Back to the roots (experts help needed) I know this might sound stupid, but here goes... I want to create a C/C++ program that will invoke video memory (ie. display graphics) cross platform (ie. windows AND linux...for a start). I can use the predefined windows.h and windows lib files to do...
  15. rjr9999

    Back to the roots (experts help needed)

    Back to the roots (experts help needed) I know this might sound stupid, but here goes... I want to create a C/C++ program that will invoke video memory (ie. display graphics) cross platform (ie. windows AND linux...for a start). I can use the predefined windows.h and windows lib files to do...
  16. rjr9999

    Back to the roots (experts help needed)

    Back to the roots (experts help needed) I know this might sound stupid, but here goes... I want to create a C/C++ program that will invoke video memory (ie. display graphics) cross platform (ie. windows AND linux...for a start). I can use the predefined windows.h and windows lib files to do...
  17. rjr9999

    Compiling resource files with Borland 5.5 free compiler

    Hello all...I hope someone can help me here. I'm trying to compile resource files useing borland 5.5, and I don't understand why it's not compiling...I'm fairly new to windows programing with C/C++, so try not to laugh if it's something stupid...here's the resource file - IDD_ABOUT DIALOG...
  18. rjr9999

    Writing A control in VC++ for VB...

    Hey, I posted this in the Microsoft: C++ forum to no avail...I havn't seen activity there all day, I was hopeing someone here could help, or at least comment ;) ----------------------------------------------------------- Hi, I'm a VB programmer, and I need to write a Rich Text Box control in...
  19. rjr9999

    Trying to write a control for use in VB

    Hi, I'm a VB programmer, and I need to write a Rich Text Box control in Visual C++ (For speed isues, text manipulation in basic is bad :P). I'm not haveing any luck with it though, I used the MFC ActiveX control wizard and all I can get it to do is display an oval...I used add new dialog box...
  20. rjr9999

    Creating Controls For VB in Visual C++

    Is it possible for me to create a control for VB in Visual C++? If so, will I be able to pass info to and from that control? Rob "Programming is like art...It makes me feel like chopping my ear off."

Part and Inventory Search

Back
Top