Results 1 to 26 of 26

Thread: Spread the wealth

  1. #1
    ricmitch_uk
    Guest

    Thumbs up Spread the wealth

    I've started this thread so that ppl can "spread the wealth". It's for sharing those programs you thought would be usless to everyone but you, so you never bothered uploading them, or for programs that you have made to help/share with your fellow programmers. I've uploaded the first batch. Here they are with description. They're not perfect, so they're in project form for you to alter etc.

    Agent Viewer
    This program lets you view all available functions of MS Agent files(.acs), and watch the agent do them, you can test it's voices and more... (an Agent is like Clippit the annoying paperclip thing that comes with Office).

    Text Converter
    Convert text files of normal text, to symbol text, so you can look like a badass hacker, or add extra protection to encrypted files by preventing brute force hackers from working.

    NoteBrowse
    It looks like notepad, it sounds like notepad, it functions like notepad, hell... it is notepad! No it's not. Because if you click Search, Find then it turns into a basic WebBrowser! For all those of you who surf the net at work when they really shouldn't, and need to hide it.

    Command System for programmers
    The code in this program can be adapted for many of your own projects, it allows the user to create data files, and then your program to process and run them! It uses the following format for data files:
    print 'data';
    print 'data2';
    In the code the only command written is for print, but this can be changed.
    The code in this is copyrighted, cos it took me so damn long to make. I don't care if you use it as long as I get a mention in your Help, About box .

    That's it. Let me know what you think, upload your own...

    Spread the wealth

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    an Agent is like Clippit the annoying paperclip thing that comes with Office
    Wash your mouth out!!

  3. #3
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

  4. #4
    Jethro
    Guest
    Just posted an animated gif tutorial in Database forum. Is the Agent thingy the one you posted in Planet Source Code? ANd you thought no one noticed...........it rocks by the way.

  5. #5
    ricmitch_uk
    Guest
    I never posted on Planet Source Code
    Originally posted by Jethro
    it rocks by the way.
    My program, or the one on Planet Source Code?

  6. #6
    Jethro
    Guest
    Originally posted by ricmitch_uk
    I never posted on Planet Source Code

    My program, or the one on Planet Source Code?
    Weird.....l donwloaded from PSC, and have found that one real helpful for testing the animations, before using them. Hmmm....will try and find the URL to the PSC posting for ya.

  7. #7
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    The NoteBrowse link is broken.
    Alcohol & calculus don't mix.
    Never drink & derive.

  8. #8
    Jethro
    Guest
    Originally posted by Wynd
    The NoteBrowse link is broken.
    Confused????????????????? What NoteBrowse Link.

    My IM stuff is totally cocked up at the moment. Am clicking on email links and being taken to the forums main menu?

  9. #9
    ricmitch_uk
    Guest
    It should work now...

  10. #10
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    let this post slip back to the bottom of page 3? don't think so, back to the top of page 1

    Well heres my few things....

    well I can't upload them here but they are on planetsourcecode...search for BitBlt Pong in vb

    heres the link to the other:

    http://www.planetsourcecode.com/vb/s...txtCodeId=1944

  11. #11
    Jethro
    Guest
    Ric could you like lose the mullet guy, he looks like he is about to go postal and it's freaking me out..................damn coming down can be a bummer

  12. #12
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    the guy does look a little homicidal That guy is freaky
    Last edited by SteveCRM; Jun 19th, 2001 at 01:16 PM.

  13. #13
    ricmitch_uk
    Guest
    The reason I chose him was because of his homocidal stare! and the fact he has a bizarre haircut. Pat Sharp would be proud...

  14. #14
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Don't you mean homicidal?
    Alcohol & calculus don't mix.
    Never drink & derive.

  15. #15
    ricmitch_uk
    Guest
    Whatever....

    What do ppl think of my programs... Are they usful, fun or just plain crap...

  16. #16
    spetnik
    Guest
    I wrote Spetnik's C++ Compiler Shell a little over a year ago for myself. I now have over 27,000 downloads!!! I never thought anyone would ever wnat it.

  17. #17
    spetnik
    Guest
    tried the agent viewer, but u didnt send the dll.

  18. #18
    denniswrenn
    Guest
    spetnik: I downloaded that about 4 months ago... did you write that in C++ or VB?

  19. #19
    spetnik
    Guest
    vb. what did u think of it?

  20. #20
    denniswrenn
    Guest
    Very nice How did you get the output of the compile(I've tried it, but the only way I could figure out to do it would be too complicated)?

  21. #21
    spetnik
    Guest
    lol, I've answered quite a few posts from ppl tryin to do similar things. First, I generated the commandline [bcc32.exe -eblah.exe a.c] (or s/t like that). Then I appended a redirection "> whatever.tmp". I wrote this string to a batch file. I used ShellAndWait to execute the batch file, and then opened the temp file into the richtextbox. Finally, I delete the batch file and temp file, and whala! u have your results and compiled code!

  22. #22
    denniswrenn
    Guest
    Coool I was trying to use shellexecute and execute the whole command(including redirection) line there...

  23. #23
    spetnik
    Guest
    yeah, it seems that redirection is not supported outside of the console

  24. #24
    ricmitch_uk
    Guest
    Come on people, I know you've got loads of useful little nuggets out there. Ked you've got loads of little modules and stuff to share, I've seen em on Anoop's site.

  25. #25
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

  26. #26
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    woops never mind. Ked! your site's down for the cout like mine

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width