Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #36890
sIRC - IRC Client

My second attempt at an IRC Client. I have started to recode it in C++, so decided to make the VB source available. It doesn't have DCC yet, or many options, but it does include my scripting language (SEX). This code is only to be used for learning and for reference purposes. You may NOT continue working on this version and call it your own. You may NOT rename it and call it yours. If you wish to use it somehow, you must email me first. I will be active in making sure people don't abuse the code. Enjoy.

ASP_Volume2 #36891
PID Controller

Demonstrates how to implement a closed loop PID Controller. A PID controller is a closed loop control system (for real world applications) that is used to control systems that include feedback. some examples that may include a PID loop: temperature control (such as a thermostat) position control (such as a servo) speed control Includes a class that allows easy implementation in other applications. The *.frx files are now included please vode if you like this code.

ASP_Volume2 #36892
MSVBVM60.DLL API Calls

Much like kernel32.dll or user32.dll, MSVBVM60.DLL (or MSVBVM50 for VB5) contains a myriad of useful API function calls that you can utilise - although many of these are undocumented. Just out of interest, I'd thought I'd post a few up here. Seeing as we all have to distribute that annoyingly chunky DLL with our apps, maybe we could start researching and put the thing to really good use!

ASP_Volume2 #36893
Audio Waveform Generator

A simple, general purpose audio waveform generator. Features Sine, Square, Triangle and Sawtooth waveforms plus White Noise. DirectX8 is used for playback but the code could be easily modified for earlier DirectX versions. Vertical scrollers and TextBoxes are used to create an up/down pushbutton frequency selector. The code is fully commented and hopefully easy to understand. Your feedback and/or votes are appreciated ;-)

ASP_Volume2 #36894
Control Resize Module

Keeps controls on the form proportional to form in both size and position.

ASP_Volume2 #36895
A coomon Calculator

A simple calculator patterned to windows own built-in calc.

ASP_Volume2 #36896
Elastic text

Bouncing elastic text effect

ASP_Volume2 #36897
WEB-SERVER [winsock]

Everwanted to host a web-page? Probably! I have put together a SIMPLE server for the web. If you look at the screen shot it has a skinned protion, and the main program is REALLY easy to use. This simply uses winsock! Download it and see. If you don't like it don't bother voting, if you do like it and or find it usefull please do leave either votes or comments. I'm very keen on hearing your responses! I have built and included a webpage to be tested. It's located in the \wwwROOT\ directory! I have also commented all the my code, except the API, module, and ActiveX code cause chunks were not mine. I'm really sorry but i can't recall where i got which code. Enjoy!:D

ASP_Volume2 #36898
ActiveChart UPDT (Bar)

Custom barchart control with simple user interactivity. Fixed resize bug. Please vote and leave any comments/feedback so that I can continue to enhance the control. Thanks for your interest in my work.

ASP_Volume2 #37147
Directory Tree ActiveX control code

*I`m sorry I forgot that the folder.bas was added from another project* My Humble apologies. shows a directory tree view using treeView control retriving the icon associated with the folder or drive

ASP_Volume2 #37148
GOLD Parser Engine Source Code

The GOLD Parser is a new, free parser generator that you can use to develop your own compilers and emulators. It strives to be a development tool that can be used with numerous programming languages and on multiple platforms while maintaining modern design concepts. Modern bottom-up parsers use a Deterministic Finite Automaton (DFA) for identifying different classes of tokens and a LALR(1) state machine to parse them. The actual LALR(1) and DFA algorithms are easy to implement since they rely on tables to determine actions and state transition. Consequently, it is the computing of these tables that is both time-consuming and complex. The GOLD Parser Builder performs this task; reading from a source grammar outline and then computing the appropriate tables. This information is then saved to a Compiled Grammar Table file which can be, subsequently, loaded by the actual parser engine and used. NEW! The source code for the GOLD Parser Engine is finally available to download. The zip file contains the Visual Basic source code used to implement the ActiveX Engine. In other words, this code includes the DFA and LALR algorithms. In the future, the source will be ported to as many programming languages as possible. If you would like to port the code to another language, your work will be deeply appreciated. The parse tree sample project, I posted on Planet Source Code a couple weeks ago, is included with this download. This is a simple project which loads a Compiled Grammar Table file and draws a parse tree for a given input string. The project parses an example grammar called "Simple". To download the GOLD Parser Builder, please visit http://www.DevinCook.com/GOLDParser Enjoy, and happy programming!

ASP_Volume2 #37149
Binary Compare/Patch maker

Extracts the binary information from 2 files, checks them for differences, then if there are differences it will add the new information to the file you want to patch.

ASP_Volume2 #37150
Circula Button

Circular Button Control

ASP_Volume2 #37151
MS Agent Clone Version 2 (A MUST SEE)

This is an MS Agent Character Clone version 2.0! Same features as 1.0 - but with a bunch more options (see readme.txt in zip file)

ASP_Volume2 #37152
Pure VB Hex Editor

A complete Hex Editor created using no API's or third party controls. WARNING- I take no responsibity for any lost information or files caused by using this source. At this time the code does not include a built in Backup function [add one if you would like] so if you accidentally damage files while using this program, well, I hope you have a backup already. Remember, It will never automatically save over your files unless someone changes my code themselves. Now that the disclaimer is out of the way... The way I have created this program, it only allows the user to save the 'current page' that they are working on. A page consists of 256 bytes on the screen at a time. I did this to save on memory usage as only a quarter of a kilobyte is loaded at a time. Because of this, and the fact that it is Event-Driven [uses no timer controls], it uses very little resources. This source includes a simple ASCII table built in [ok, with this it uses a half KB for data] that you can simply click and view even with a file open. To view the current file information, simply right click on the hex data list. This code shows how to: use binary file I/O, listbox manipulation, one and two dimentional arrays, Hex, inputbox, msgbox, ASCII and Chr functions This code is also very fast, even on my Pentium 150MHz laptop.

ASP_Volume2 #37153
disable task Manager and many more

This Code will Explore the Secrets of Windows Registry . I hope this Program will help You in the Situation where you have to restrict user from following operations: 1) Kill a process by task manager, (where your application is a spy program) 2) Change password 3) Lock the Console 4) Shutting the Down the Machine ( if it is a Server) 5) log off . Please Vote or Comment me!!! (what ever you like) The Program is Tested on windows NT and Windows 2000. To test the Program on windows NT and windows 2000, after Selecting Each Checkbox Press CTRL+ALT+DEL and you will see the selected option will be disabled Enjoy

ASP_Volume2 #36601
BrionWordSearch

This program is a word search program using a list of over 173,000 words, a listing called enable3 used in Scrabble tournaments. Some of the functions include searching by word (uses a hash search by Philippe Lord), prefix, suffix, wildcard, and several word list browses. The program also includes an unscramble function which will list all words that can be made from a letter set, with support for wildcards or blanks. A couple of searches are specifically targeted to be a help with playing Scrabble. This is my first submission!

ASP_Volume2 #36602
A simple and fast way to rotate pictures

**** UPDATED ***** There was an error for Win 95,98 and Me users, so the rotation never occurred. The code now should run nice over those platforms A simple and fast way to rotate pictures based on its center. Uses only Windows API functions.

ASP_Volume2 #36603
UDT Calculator

Calculates the length of a UDT (User Defined Type) required to store it in a String using CopyMemory, MoveMemory or any simular API. (So you can easily save it or transfer it over Internet.) NEVER use Len() or LenB() for this, they both return the incorrect length. (Len often returns less bytes, LenB often returns way more)   The code of this application is not impressive at all. The thing is, no-one ever seemed to have found a way to get the exact string length to store a UDT in, until now :D Usage: Just add the types with their sizes to the list in the same order as your UDT is and the length is displayed below in a textbox. Note: I will work on a UDT Calculator that can analyze your code pasted in a textbox later. You vote would be nice, but never mind if you're short on time :P

ASP_Volume2 #36604
Lock-Out

This will stop anyone from accessing your computer. Compile this into an exe and remember that the password is password - DO NOT forget. If you forget the password then there is no known way of getting back in. You have been WARNED!!! This works by: hiding your cursor so that the unauthorised doesn't know where it is, puts the cursor in the top left corner of the screen and makes it stay there, fools the system into thinking the screensaver is running therefore disabling Ctrl+Alt+Delete, Alt+Tab and the Windows Key. If you put in the password wrong 3 times the system is forcefully shutdown. There is no way of getting round this that I know of without having access to the system in the first place.

Languages
Top Categories
Global Discovery