PDA

Click to See Complete Forum and Search --> : Spread the wealth


ricmitch_uk
Jun 7th, 2001, 01:18 PM
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 (http://www.hhcr.freeserve.co.uk/AgentView.zip)
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 (http://www.hhcr.freeserve.co.uk/TXTConverter.zip)
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 (http://www.hhcr.freeserve.co.uk/NoteBrowse.zip)
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 (http://www.hhcr.freeserve.co.uk/CommandSystem.zip)
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:)

chrisjk
Jun 7th, 2001, 04:05 PM
an Agent is like Clippit the annoying paperclip thing that comes with OfficeWash your mouth out!!

CiberTHuG
Jun 7th, 2001, 04:18 PM
Vigor!!!! (http://www.red-bean.com/~joelh/vigor/)

Jethro
Jun 7th, 2001, 09:35 PM
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.

ricmitch_uk
Jun 8th, 2001, 12:13 PM
I never posted on Planet Source Code:confused:
Originally posted by Jethro
it rocks by the way.
My program, or the one on Planet Source Code?

Jethro
Jun 12th, 2001, 05:09 PM
Originally posted by ricmitch_uk
I never posted on Planet Source Code:confused:

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.

Wynd
Jun 12th, 2001, 05:14 PM
The NoteBrowse link is broken.

Jethro
Jun 12th, 2001, 05:27 PM
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?

ricmitch_uk
Jun 13th, 2001, 12:08 PM
It should work now...:)

SteveCRM
Jun 18th, 2001, 08:09 PM
let this post slip back to the bottom of page 3? don't think so, back to the top of page 1 :D

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/scripts/ShowCode.asp?lngWId=3&txtCodeId=1944

Jethro
Jun 18th, 2001, 09:20 PM
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:rolleyes:

SteveCRM
Jun 19th, 2001, 05:53 AM
the guy does look a little homicidal ;) That guy is freaky :eek:

ricmitch_uk
Jun 19th, 2001, 12:14 PM
The reason I chose him was because of his homocidal stare! and the fact he has a bizarre haircut. Pat Sharp would be proud...:D

Wynd
Jun 19th, 2001, 12:45 PM
Don't you mean homicidal? ;)

ricmitch_uk
Jun 19th, 2001, 01:49 PM
Whatever....

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

spetnik
Jun 19th, 2001, 02:02 PM
I wrote Spetnik's C++ Compiler Shell (http://download.cnet.com/downloads/0-4003375-100-3892968.html) a little over a year ago for myself. I now have over 27,000 downloads!!! I never thought anyone would ever wnat it.

spetnik
Jun 19th, 2001, 02:06 PM
tried the agent viewer, but u didnt send the dll.

denniswrenn
Jun 19th, 2001, 02:08 PM
spetnik: I downloaded that about 4 months ago... did you write that in C++ or VB?

spetnik
Jun 19th, 2001, 02:08 PM
vb. what did u think of it?

denniswrenn
Jun 19th, 2001, 02:15 PM
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)?

spetnik
Jun 19th, 2001, 02:33 PM
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!

denniswrenn
Jun 19th, 2001, 04:17 PM
Coool :) I was trying to use shellexecute and execute the whole command(including redirection) line there...

spetnik
Jun 19th, 2001, 06:16 PM
yeah, it seems that redirection is not supported outside of the console :rolleyes:

ricmitch_uk
Jun 23rd, 2001, 03:39 PM
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.:rolleyes:

SteveCRM
Jun 23rd, 2001, 04:19 PM
www.kedaman.com

SteveCRM
Jun 23rd, 2001, 04:21 PM
woops never mind. Ked! your site's down for the cout like mine :(