Advertisement

Results for "Author: downloho"

Java_Volume1 #92695
A very simple Encrypt and Unencrypt

This is a very simple encrypt/unenceypt and when i say simple i mean simple. works for any string containg the normal chr's ie. (1-9,a-z). Works good tho for simple encrypt.

Java_Volume1 #93153
Avi Simple

Creates avi files from a series of images (bmp, gif, jpg). I started making stop motion animation with legos and needed a way to create the avi file, so here it is. It doesn't save audio just video, if anyone can add audio, do it and upload it here. Credit: Ray Mercer created the avi module and cDib class file.

Java_Volume1 #96428
CastScript

The Customize And Save Time Scripting language is used along the same lines as JavaScript; it is embedded in the HTML code. The script defines tags and their properties, then implants them into the HTML source via the tags' name. I was constantly getting tired of continually writing and and re-writing the same lines of code in HTML; and I wondered how I could use a scripting language to define tags that could be reused over and over again. CastScript is what I came up with.

1_2002 #104462
Strip HTML

Strip HTML from a string with this function. That basically explains it's all!!

1_2002 #104463
Make your own screen saver

This gives the basic code for making a windows screen saver. Very easy to understand and use!!

1_2002 #104464
A very simple Encrypt and Unencrypt

This is a very simple encrypt/unenceypt and when i say simple i mean simple. works for any string containg the normal chr's ie. (1-9,a-z). Works good tho for simple encrypt.

1_2002 #104465
CastScript

The Customize And Save Time Scripting language is used along the same lines as JavaScript; it is embedded in the HTML code. The script defines tags and their properties, then implants them into the HTML source via the tags' name. I was constantly getting tired of continually writing and and re-writing the same lines of code in HTML; and I wondered how I could use a scripting language to define tags that could be reused over and over again. CastScript is what I came up with.

1_2002 #104466
Find Any Window

Sometimes you need to find a window using the API Call findwindow , but what if this windows caption changes you can't find that same window all the time. With this function you can find any window just by knowing a few letters in the caption. This will return the windows' hWnd , also includes a function that will grab the windows caption. This is something that will be useful to alot of programmers. Updated! 2.23.01

1_2002 #104467
Get and Save how many times your prog was loaded

This code will allow you to Save & Get how many times your program has been loaded. Add a few lines of code to your program's main forms' load procedure. Very easy to understand.

1_2002 #104468
Real Window Snap to

This code produces a snap to effect exactly like Winamp. Uses POINTAPI type and GetCursorPos API. It gets the current x and y does a few calculations and snaps-to the screen edge. It does take into account for the taskbar but that may need some tweaking.

1_2002 #104469
NetImage

UserControl for downloading images off of the internet. It works as though it is a mini web browser, looking for http:// or file:// prefix. It doesn't support FTP yet but it will soon and it is contained in an example Project. Please vote for me

1_2002 #104470
Binary In Executable

Source code for a program that will insert binary or ascii files into an executable or any file really. Also generates [VB] code to extract the file.

2_2002-2004 #114903
ASL Scripting Language with IDE

Ace Scripting Language is a my attempt to create a computer language. It's bundled with an IDE called Visual Ace which includes a dialog editor(window editor), a code editor and a ton of other things. The script functions and commands are fully documented in the IDE via the code browser and it will 'compile' to an executable. An example project is included. Represents about a years worth of work and a countless amount of rewrites. The actual scripting 'engine' is an older working version that is riddled with poor coding but it works. I have already rewritten the engine for a project and I will release the source code here as well. Please visit http://onlies.net/ for more information. Code is free to use for non-commercial applications, if you want to use this code in a professional app please contact me.

2_2002-2004 #115280
CozIcon - True Color Icon Editor

Supports 16x16 and 32x32 Full Transparency True Color Icons. Has most of the basic image editor type settings: pen, fill, eclipse, rect, text, selections, etc. But also includes gradient rectangles and gradient eclipses. Also has mild support for custom brushes and my own type of plugins. Drag and Drop is supported as well is bmp, gif or jpeg to icon conversion. Can also load language packs for our non-english reading friends. Included is the Main Project, some sample Plugins Projects, some custom brush files, a read me file about custom brushes and a read me concerning the language packs(with two example packs: one for english and the other for spanish). Some subsets of the Main Project include dynamically loading custom language packs, winconnect(a custom activex for communication through different windows) and hard coding icons (not using savepicture via Visual Basic). **Fixed**

2_2002-2004 #115352
HTML Help Maker

I was asked to write a Help file for CozIcon(my icon editor) but I wanted to include it on my website (http://cozicon.onlies.net/). I aslo didn't want to write the whole thing out in notepad so this is what I came up with. HTML Help Maker will allow you to build a custom Table of Contents and edit an html string corresponding to each selection. You can add a html template that will be generated with the html code from what you entered. Try it out.

2_2002-2004 #115794
CozIcon v1.1 - True Color Icon Editor

Newest version of CozIcon. ---- Now can open/save icons with multiple icons inside and also edit 48x48 icons. Also new to CozIcon is Filters, many premade filters come bundled but you can create your own(this is made easier with the Filter Maker Plugin/Stand Alone program). An example plugin is now included highlighting the new features available to plugin makers. In addition CozIcon now supports a layer system while editing icons. Custom brushes are easier to access now that they're displayed on the main window. And quite a bit more features. This release may contain bugs and I ask that you post any that you find below, thanks. And don't forget to compile the plugins and check them out! ****FIXED**** ---- Old version here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=59233&lngWId=1

2_2002-2004 #115872
Real Window Snap to

This code produces a snap to effect exactly like Winamp. Uses POINTAPI type and GetCursorPos API. It gets the current x and y does a few calculations and snaps-to the screen edge. It does take into account for the taskbar but that may need some tweaking.

2_2002-2004 #116120
Generation HTTP Server

HTTP server that has it's own type of plugins. There are actually five projects I've worked on contained in this code. First is the server itself: fully functional HTTP server. Second is an ActiveX control I made call WinConnect: allows a program to shell a seperate executable, it sends a hWnd of a textbox via the command line which allows the executed file to communticate with the main program. Third is an ActiveX control for retrieving files from HTTP servers: supports GET and POST methods (POST method is slightly modified for it's use in this project). The third is one of the plugins included and is just a modified version of a scripting language I wrote called CastScript (do a search on PSC for CastScript for original source). The fourth is another plugin that will connect to a remote server and translate the requested file from english into several langauges. The fifth is called Ace Script Language but the project's source code is not included, rather just the executable, and because PSC won't allow '.exe' files you can download the ace plugin at http://www.onlies.net/ace.exe (drop the file into the server's folder) , the reason the source is not included is because I plan on releasing a project using the main engine for a much bigger project I am writing and do not want to spoil it. This plugin is a scripting language (modified from it's original purpose) and is similar to PERL, only in functionality not syntax (the syntax is a mix of PERL, VB, JS and my own).

2_2002-2004 #118387
Find Any Window

Sometimes you need to find a window using the API Call findwindow , but what if this windows caption changes you can't find that same window all the time. With this function you can find any window just by knowing a few letters in the caption. This will return the windows' hWnd , also includes a function that will grab the windows caption. This is something that will be useful to alot of programmers. Updated! 2.23.01

2_2002-2004 #118573
Binary In Executable

Source code for a program that will insert binary or ascii files into an executable or any file really. Also generates [VB] code to extract the file.

Languages
Top Categories
Global Discovery