Advertisement

Results for "Volume: 2002C"

2002C #15511
Binary file overview

This code is a rather simple program that gives the user a general understanding of creating custom types and manipulating binary files.

2002C #15475
AXIOM (must-see!)

Axiom: (FIXED missing files) Text and HTML Processor and Filter. THIS IS A MUST SEE. Compile to Exe and start using it. OR check the code it will teach you LOTS of things,like: * REGULAR EXPRESSIONS: if you don't know what RegExp's are then YOU ARE MISSING A LOT, check my code to see how you can replace hundereds of lines of code with a couple of lines! * PLUG-IN DLL's * Save/Restore Settings Class. * String Lists Class, like those in Delphi ! * Text file access Class, fast object access to text files. * INI file Class. * File History (MRU) Class. * Fast String Concatination Class. * ActiveX User Controls: Flat Button, Open Dialog with Preview,... * LOADS of functions for handling Text and HTML files. * API Stuff: Add bitmaps to menus, subclassing and callbacks, ... * more.... most of the API code came from many sources, so i take no credit for them, but the rest (and most) of the code is mine. VOTES and FEEDBACK are welcome. for suggestions or questions mail me on: highlander@nycny.net

2002C #15477
YES! MORE 100s of SUBS [Updated]

Hundreds of SUBS and FUNCIONS! ranging from begginer to expert, NEW: MORE FUNCTIONS,CLASSES,CONTROLS... Since PSC is having some trouble with upload/download please follow this link to download: www.geocities.com/mdsy_2000

2002C #15445
Trignometric Functions (Graph)

This program allows you to open, save, print… the graphs and you can add your own expression and plot them. If you have any comments or suggestions, you can email at AJB2001LG@YAHOO.COM

2002C #15372
Advanced Visualization

This is probably one of the best visualizations on PSC. This project doesn't uses any other dlls or ocx. I made this project as ActiveX so it can be easly use in any kind of player. It draws 9 types of visualization by reading 50 frequencys. You can set background, draw color, peaks color, also you can set gradient colors. I accept any comments, ideas and votes.

2002C #14742
Win Sound

Changes the Windows sounds on your computer using the windows registry.

2002C #15422
Simple Web Server (Not a cheap redirector)

This is a simple web server; A very nice one too. Some of the simplest features are it lets you find and edit files right in it. You can also create your own custom 404 error message page. It's compatible with IE, Netscape, and most all other browsers. if you like this, please vote for me ;)

2002C #14178
Cool Registration**UPDATE**

FIXED ERROR: Encryption. This is a very complex yet very effective and easy to use Registration Program. This program will allow you to put a 14 day trial (change it too what ever you want!) on your program. After 14 days, They have to register it. This uses awsome encryption technology and works great. Has pretty good GUI too! It Comes with a Key Generator and an example on how to use it. NEW UPDATE!!! WOW! This is Amazing Now! It now checks to see if you delete the registry entries of the number of days used, if you did, It KNOWS!!! And it won't let you use the program!!! VERY SMART!! CHECK IT OUT! Enjoy! And please give me feedback! FEB: 10 UPDATED! MORE SECURE!

2002C #12510
Popup Balloons (2k/XP-style)

This code will show Windows 2000/XP-style popup balloons. They were introduced in Windows 2000, and in XP they're seen all over, especially in the system tray. But Microsoft hasn't released how to use them yet (except for tray icons),and--if they did--it would only work on Windows 2000 or later. This project shows you how you can use these balloons in your programs. Instead of relying on Windows to make them, this program makes its own. Therefore, it will not only work with Windows 2000 and XP, but also with all other versions of Windows (down to 95). It's not a wrapper for the common controls or extension of them; it's completely done by itself. They're kind of like tooltips, but they're shown on demand--not mouse hover (although I suppose you could modify it to make it do that, if you wanted to). They're also highly customizable. You can set, of course, the bold title at the top and the text to be shown. You can also set it to automatically close after a certain period of time, specify whether or not to show an "X" close button, specify an icon to appear on the balloon (similar to the message box's; you can use "i", "X", or "!") or none at all, change the font that it's displayed in, and more! And of course you can change it however you want, since the source is included. One possible use for this, if you're not familiar with thes balloons, is to use it like a message box to display a small error or other information that you need to tell the user but don't really need to bother them with a message box for. Included in my sample project is a division program that will display a balloon with a "Divsion by Zero" error if you attempt to do so (e.g., 4÷0). Also included in the demo is a project that the screenshot here was taken from. Looking at the screenshot is the best way to see what this code does. I hope you enjoy it. Remember, if you like it, please vote and/or leave comments! Thanks! :) PS - This is the second "release" of this project, and I am aware of some issues, most of which are documented in my code's comments. For example, making the the balloon drastically smaller or drastically larger than what it defaults to may affect the border's appearance. I'm working to fix these.

2002C #15507
Star Fleet Warp Calculator

This program displays a table with lightspeed values as calculated from Warp 1 to Warp 9.9999 (or if using the old Cochrane scale from 1 to 24), it also lists time to travel to the moon, nearest star, etc. with these speeds. You can enter your own distance or warpspeed as well.

2002C #15218
Program Updater

Update Your Program thru the net check the version explan new changes, Downloan the update, then run the update. Please Vote If You Find This Usefull

2002C #12113
NASM Editor, assembler & Tutorial

NASM Editor, assembler & Tutorial by Robert Rayment. (Version 3.4) This is an MDI RTB editor specifically for creating and producing pure machine code and DLLs for use with VB. I've written it because nearly all the refs on the Web are for DOS-asm, C-asm and All asm Windows progs. These are mostly confusing and none of it is needed to write useful VB-asm progs. nasmw.exe is needed to make full use of this package (Latest Web refs for NASM are given (NB Can also be obtained from A1VBCODE.com)). In the pack there is a Help file (make sure to read Requirements about the placement of nasmw.exe and other progs), a Tutor file and a crib for all the NASM mnemonics. Bin files ( called in VB using CallWindowProc) and DLL files can be created with temporary files to clear errors and then permanent files. Starter stub files for Bins and DLLs are menued. There are also 5 Bin examples and 7 DLLs showing a variety of ways that these can be written, in particular the NASM syntax. Reference code for the editor was taken from all over the place. If you're a beginner there's still a lot of work to do before you can write useful asm progs but, hopefully, this will get you over the first hurdles. Good luck! Win98, Zip 120KB.

2002C #15446
Visual Basic Tricks

just look at my tricks, i think it will help you a lot. Next time, i will make more. If you have any comments or suggestions, you can email at AJB2001LG@YAHOO.COM

2002C #15423
Simple Web Server V2 (a full webserver!)

Version 2 of my simple webserver (The code is simple, but the server can do much more) Features include Root directory customizing and a better HTML editor, Custom 404 error messages, Simple activity log, Full Client Log (what the browser sends to the server), and IP address blocking. If you like this, please vote for me ;)

2002C #13671
convert/write a number in words

Takes any numerical value (less a billion) like "203463110" and outputs "Two Hundred Three Million Four Hundred Sixty Three Thousand One Hundred Ten"

2002C #15478
Screen Saver Generator

Do you know the Flying Windows Screensaver? now you can create Flying ANYTHING screensaver by changing 1 byte!!! (remember to rename the file that has a .rename me extension to EXE)

2002C #15479
Matrix Class

Matrix Class, perform Matrix operations (not for everybody but math geeks will like it ;-)

2002C #14703
LaVolpe Buttons v3

Now they double as Option buttons. Why have all those cool buttons & be stuck with standard gray option buttons? Nope, not any more. Also included a new gradient button added (Win98 & higher). A few other minor improvements were also made. Submitted for your feedback & comments, especially pertaining to bugs. Thanx.

2002C #15510
Dll Helper

This small code sample includes the dll as well as a sample program to help you in creating your own custom dynamic link library. I certainly hope that this code will assist anyone out there that is trying to accomplish the methods of creating custom libraries.

2002C #12634
VB Tech Tips 2

Just some VB Tech Tips, nothing fancy, but informative.

Languages
Top Categories
Global Discovery