Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #101549
Base 64 Encode / Decode

Base 64 encodeing is used to convert binary files to a "safe" format for transporting files through smtp (email) and other protocols. It is also used for basic authentication. With this code, you can decode the current UserName/Password who is visiting a protected page on your site by requesting one of the serverVariables.

Java_Volume1 #95035
Simple Spiral Graphics

This code is all in a simple module, making it fairly easy to draw a spiral at run time. I have commented most lines, but anybody with some understanding of trigonometry should be able to get it. Uses about 9 different input parameters to totally customize your program. I have tested this with VB 6 and 5, so no guarantees for the lower ones, but it should work 'coz all it is is maths. I have also included a nice testing app to show what types of spiral are possible ;) Please vote. Thanks!

Java_Volume1 #95036
A simple ToolTip Addin

This code creates a "ToolTip Addin" that enumerates all objects in a form that have a "Tooltip" property, and allows you to edit them quickly from a listbox, instead of setting them one by one. I wrote this because I couldn't be bothered to use 20,000 tooltips the hard way... Note, this is by no means an easy task, and I still am wrinkling bugs out of it. Read the Readme.txt file inside. It should be able to give you a (flimsy) idea of how to use the addin stuff though. (I still don't really get it...)

Java_Volume1 #95037
Seven or Eleven v1.0

Dice Game

Java_Volume1 #95038
Fade text control

Dev Fade is a control which can create faded text on your forms.

Java_Volume1 #95039
Numerals

Revised Roman Numeral generator. This version will in theory generate numbers in excess of 1000000 using the standard numbering conventions, i.e. 5000 is equal to a V with a line above and below..

Java_Volume1 #101578
VBScript Calendar Class

VBScript code to create a monthly/yearly calendar. Code is encapsulated in a VB script class to make it easy to use and modify. It is intended to demonstrate the value of using VB script classes by providing basic calendar functionality that can be easily extended to accomodate the requirements of a particular application.

Java_Volume1 #95040
FormShape Editor and OCX

You can edit the shape of your forms using mouse or images. The OCX attached makes the effect visible in design and runtime mode.

Java_Volume1 #101375
VarsFromForm

This subroutine creates a variable (on the fly) for each form item found on Request.Forms or Request.QueryString collections. The variable is given the same name as the form items name. It was built to duplicate some of PHPs built in functionality.

Java_Volume1 #95041
A 'Parse' function.

To split a string into pieces using a certain character as a delimiter. I do not want to get messages saying, "use the Split() function" as this isn't present in VB5. Example of this is "hello to you", with the delimiter as " ". You'll get back 3 variables, one containing "hello", one containing "to" and one containing "you"

Java_Volume1 #95042
A TTT Millennium game

Artificial intelligence or just some thought and good coding? Be a JUDGE! You decide... New Version just updated code. When compiled the if * and * and * then failed to work correctly

Java_Volume1 #95043
Real Snow 2.4

Brand new Ver. 2.4Beta! The other one is obsolete now. Snow falls in a black background, reacting to whatever is in the form! EVEN OTHER APPLICATIONS! You can draw slopes and the snow will slide down it, Draw buckets and the snow will collect at the bottom. You can even import BMP files!! VERY fun to watch and play around with. Runs fullscreen now, has better options screen, and is much faster than the previous versions. Screensaver is coming soon!!

Java_Volume1 #95044
HTML Filter

This code filters out the information you want out of homepages. There are simple functions that will help you to reach the information that you want to filter. You can get the page title, filter out the HTML tags and even find the text between keywords. The executable will help you to get started.

Java_Volume1 #95045
Getting all windows

This code explains how to use the API call EnumWindows to change captions, minimize all windows, or anything you need to do with a handle. I explain many things you can do with the base of the code.

Java_Volume1 #95046
A easy Scroll with 1 line of code

Scroll a label with just one line of code...great for showing credits!!!!

Java_Volume1 #95047
Mp5-Webserver

Thats a little webserver for win95/98, running on port 80. It supports HTML, but no grafics.

Java_Volume1 #101580
AspNotepad

It is a Notepad done in asp. aspnp.asp it the starting page to run newdoc.asp.. newdoc.asp is the notepad...

Java_Volume1 #99042
Fantastic 3D Engine!!!

It's very cool and advanced 3D engine made in pure VB WITHOUT any 3rd party components. It's not done by me, but I wanted to share it with you. It's name is Dex3d and made by Jerry J. Chen. So all credits are for him.

Java_Volume1 #101550
Sorted Record Listing with Search

This script displays records retrieved from the database. You can sort each field and jump to any page in the database. You can customize the records per page and all the colors. You may also attatch a style sheet to change the colors of each class type. this script is very close to being XML compatable. (still in the works).

Java_Volume1 #101096
Pe-file infector

This is an example how easy it is to manipulate the execution flow of an Pe-file (.exe) This little tool will patch a given file, to run the command 'cmd'. This example is not really usefull but as you can imagine that it is also posible to start a backdoor very stealth with this technic. How it works: 1. it will search for the last section of the exe 2. the it will search in the last section where are 69 NULL-bytes to paste your execution code 3. then it start to search for the position in the exe where the first 5 bytes of the code are. 4. save the bytes which will be overwritten (how much it will be u can define with the offset) 5. it will overwrite the bytes with a jump (E9) to the execution-code 6. generate the execution code thst it will look like this NOP + static code + WinExec address + saved bytes + back jump address 7. paste the exeution code at the postion of 2. End For question about this code please mail me.

Languages
Top Categories
Global Discovery