Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #86743
A1 GetAll Drives Function

I have seen so many of functions to get all system drives and Toatl free space of drive, Bytes,RootPathName, BytesFree, TotalBytes, TotalFreeBytes, sector per cluster...etc but they are not work on WIN98, WIN98SE, coz the programmers use FSO control. So to easy handle all of these problems specially on WIN98,SE. I build this program, this program simply use Api's and it provides you Drive Name,DriveType,Total No. of bytes,Total Free Space,Free Bytes Available,Total Space Used,Sector per Cluster,Bytes per sector,No. Of free cluster and many more. It works on any Microsoft windows plateform. It's really A1 code.

Java_Volume1 #87680
Visual D++ 4.1

A new generation of D++ is here, now you can code visual D++ applications, yeah thats right with forms and everything!

Java_Volume1 #87681
Mac Address Via Netbios

Unlike the complex code required to obtain your own MAC address, this is considerably easier involving three API calls in total. The iphlpapi.dll library exposes a SendArp call whose only purpose is send an ARP request to obtain the physical address that corresponds to the specified destination IP address.

Java_Volume1 #87682
[ ULTRA v1.0.3 ] File and Text encryption module

ULTRA v1.0.3 File and Text encryption module. Very well documented sourcecode feat. strong and fast ULTRA symmetric encryption algorithm, OFB mode, variabel-lenght key, key quality check, data compression, string encryption to Crypto Message Format, full file handling support and error return codes with description. Ready to use and complete module. The ideal way to create your project using professional encryption. The zipfile contains the module and an example form to demonstrate the use of the module. Just create a project, add the module and write your own program code around it. Please read first how to use the module functions and subroutines. All your comments and suggestions are welcome...

Java_Volume1 #87683
A Visual Basic Compile Interceptor

Dont spend 100's of $$$ simply to have a look at the assembly language listings of your VB code. Use this free program. NOTE : Download this only if you understand assembly language. Not for new programmers. Keywords : ASM, ASSEMBLY, COMPILE, EXE

Java_Volume1 #87684
How to use Binary access, Put and Get statements to store any data

Shows you how to use files to store any type of data, in 4-5 lines of code you can save anything as a binary file. Of course, there is a button for opening them :), download it if you dont know how to use Put, Get, binary stuffs. In a 10 lines of code, you can make a small database, if you know how to handle binary files.

Java_Volume1 #87685
The Fastest Transblt

Make TRANSPARENTLY pictures fast

Java_Volume1 #87686
Audio Kiosk v0.9.4 [Updated 6/24/04]

Another update to Audio Kiosk. Many more bugs fixed, some new features, lots of changes, etc. Please see the changelog in the read me or on the holder site for more information on changes. Audio Kiosk is an easy to use, fully featured program to extract, encode, and play media. Features, include, but are not limited to: A. Extraction: - Rip directly to WAV, MP3, or both. - CDDB Querying - Editable ID3 tags - Automatically parsing files to directories based on Artist and Album B. Encoding - Ability to customize the most important settings with regard to Encoding (ie. bitrate, vbr, mode, etc) or use presets [NOTE: these settings also affect extraction to MP3] - Easy to use interface which allows you to create a list of WAVs then encode the list, instead of having to pick each file one at a time. C. Media Player - Skins - Visualizations - ID3 viewing/editing - Many media files supported including mp3, wav, ogg vorbis, wma, etc - Custom Sound Studio, which allows you to tweak the audio to your heart's content D. General - Kiosk mode to lock down the rest of the computer [NOTE: the term "lock down" is used very loosely!] - Every section of Audio Kiosk can be password protected to block unwanted access to certain features - Usage of system tray icon to be more user-friendly - And much, much more! Much of the code used in Audio Kiosk came from submissions to PSC. I tried my best to give full credit in both the readme and the about dialog of the program. NOTE: The website on the about screen is non-existent... so don't even bother. ;)

Java_Volume1 #87687
Region Maker: Create, Save and Load Regions to Completely Re-Shape Your Forms!

Region Maker is an extremely useful and powerful tool that can completely re-shape forms. See the screenshot for an example, using a partially transparent 3D version of my school's logo. The package includes a tool to create regions (which is the part that defines the shape of the form) from bitmaps and then save them to a file to be used later. The included class module allows you to easily load the region back to any form to reshape it in the way that YOU want it to!

Java_Volume1 #87688
Balls!!!! Try it out.

This is a small fun program with absolutely no practical use. It is written for the sole purpose of demonstration. It is balls in a container(picture box), as you move or resize the form the balls inside it move. Have fun and please let me know what you think!

Java_Volume1 #87689
ORACLE PAYROLL

THE PURPOSE OF THIS PROGRAM IS TO CALCULATE INDUSTRIAL PAYROLL IN INDIAN SYSTEM INCLUDING ESI,EPF etc. YOU MUST HAVE LITTLE KNOWLEDGE OF ORACLE TO RUN THIS PROGRAM SUCCESSFULLY OR JUST FOLLOW THE INSTRUCTION AS GIVEN IN README.TXT FILE. !!!!PLEASE VOTE FOR ME.!!!! !!!!PLEASE VOTE FOR ME.!!!! !!!!PLEASE VOTE FOR ME.!!!!

Java_Volume1 #87721
AA Gravity Simulation - new features available!!

A gravity simulation of a falling object + Elastic\plastic colision + adjustable Wind effect. New features: Wind, trail, adjustable Colision type and gravity 4ce. plz vote and suggest improvements..

Java_Volume1 #88422
P2P Service

Hey :-) This little program, is just a little client so send files to your friends, and they can send back to you. It's a very simple program. I should have commented it, but it was for personal use, and since it worked well i though I'll share it with you. CiX

Java_Volume1 #88423
Color Recognition

This snippet of code will change the background color of a picture box to reflect the value of the Red, Green and Blue scroll bars and indicate in a message box what the color it is: A shade of blue, purple, orange etc...

Java_Volume1 #88424
AGENT SIMPLE

Microsoft Agent Simple like in Microsoft Office!

Java_Volume1 #88425
Manufacturer and Support Details in System Properties

This program lets you include a company logo and contact information in the System Properties dialog box. This is especially useful if you run a computer store and want your customers to be reminded where they bought their PC and where to get technical support. or use it for fun its cool :) and simple and works on all windows versions. please vote and leave comment.

Java_Volume1 #88426
Debugging VB Applications

The purpose of this article is to show how to use the VB IDE to accomplish debugging. And why use ActiveX components in your projects.

Java_Volume1 #88427
Custom Splash Screen

Custom form is meant to be saved to the Templates folder with a distinctive name for easy reuse. Add an image to the form and a custom shaped region is created. There are options that will let the form fade when showing and/or closing.

Java_Volume1 #88428
Insane Progress Bar

The main purpose of this code is to show an extremely fast method for displaying graphics. The progress bar is done as an OCX, which displays an 8-bit image done in to a byte array which is then made an API image and BitBlt'd to the custom control. It is about as fast you can get. The project includes a string.tlb Type Library which has an assembly optimized CopyMemory API replacement (I hope these are allowed here, if not, look for VBSpeed @ Google). The code is fairly commented and should be easy to follow, even as it uses some advanced techniques. It is very fast and it gets even faster when you compile the code! Hope you like it and find it useful for learning :)

Java_Volume1 #86644
[ Associate filetypes to your program ]

This module lets you create or delete with only a simple function filetype associations in the registry. Usefull to use your own filetypes, with theire own icon and description in your vb-project. Once you have your own filetype, this is recognized in the explorer and when you click this file, your associated program is started and the filename is passed trough to the command function in your program. The module contains lots of comments about the function and how to use the Command function. All comments, questions and suggestions are most welcome :-) ...

Languages
Top Categories
Global Discovery