Advertisement

Results for "Volume: 2002C"

2002C #15344
Remote Admin

Remote Administration is a simple Client-Server program. This Program allows you to remotely reboot, log-off, Send messages, launch applications and view desktops via TCP/IP. I have use the winsock control in VB. So you need Mswinsck.ocx to be in your system directory. I have included the source code for it. You can easily understand the program.

2002C #15450
A Delete All files in a Directory and then Delete the DIrectory A

Code Deletes a File and Directory, Note YOu DOnt Have to Reference Ms Scripting Runtime Please Vote for me if this helps you out or if you think it is a good code!!!!! Thank you Sean For letting me know you don't Have to reference Ms Scripting

2002C #10609
Super Gradients (Multiple Colours and custom colour positions supported)

Super Gradients is a class that allows you to draw gradients at blazing speeds with n number of colours at required positions. It is incredibly simple to use. Drop the class in your project, give one array containing all the colours and one array containing the position of the colours (positioning is optional) and simply ask it to render. The given example implementation shows you how to draw Microsoft Word style Gold and Chrome effects. Also includes a demonstration on setting a colour's position in the gradient (use the scrollbar). The next demonstration shows you how to draw Box-style gradients and uses 16 randomly generated colours. Also has examples on simple setup style two colour gradients. All the above stated examples can be seen in the pic below with the Gold effect filled in. If you have some experience in graphics, you can also use the given functions to implement with very less effort your own gradient styles such as circular, conical or radial, from corners or even diagonal. Please feel free to comment. Thanks.

2002C #15089
Gravity Simulator

An engine using real physics equations that moves and bounces picture boxes under a realistic gravity environment. Includes collision detection to stack boxes and features add/remove boxes and to set invidual properties for each box. Also demonstrates use of arrays and types. Some commentation where nescessary. Also please take the time to vote :)

2002C #10371
Realtime simple raytracer (updated 30 April 2002)

Updated by Bill Soo... instead of 25 fps, it runs at 60 fps now! Which is an astonishing framerate for VB Again some pretty unique code from me. This program is a _realtime_ raytracer (not raycaster!). I ported it from C++ to VB, and it still runs pretty fast. It also shows you how to use SetDibbits to change all the bits in a picturebox with just one call. You can zoom in and out, add more spheres by changing a few variables/constants in the code. Light-positions can be set by the scroll bars and changes will be visible directly! Note: Please compile this program, or you will receive ~1-2 FPS from the IDE. I would appreciate some votes, people, so that I can still think my (unique) work is appreciated =-) Update: I've moved some math functions inline, and improved the code wherever it was possible. 10fps more now! Do not forget to compile the program though... Original source is also included. I'd really appreciate if you vote for this code guys.

2002C #10610
Rainbow Drawing Tool

This is simple but really cool effect and a step over the normal pen tool (like in paintbrush). This pen draws in rainbow colours! Check it out... Please vote and leave comments.

2002C #14587
Screensaver Wallpaper

These are API calls that will allow you to change the wallpaper (instant update) and turn on the screensaver. I looked for examples of this on PCS and never found any that worked. These do.

2002C #15351
XPlot

XPlot is a general purpose graph plotter with manny options to cusomize.(see screenshots) I would really like some comments on how to improve and suggestions on new features that can be added.

2002C #14883
LCD Control

a Liquid Character Display with the ability to display a picture too. check out picture. BIG thanx to Omar Al Zabir for his HIve class and to Manuel Augusto Santos for his Fast Graphics Filters (partly used). ANY feedback is welcome.

2002C #15077
FORM ALWAYS ON TOP, WORKS!!!Please Vote for this!

This code makes your form on Always on top. Its not like some other codes i saw recently. One only let your form be on top within your program. Another didn't work at all. This one does! DONT FORGET TO VOTE.

2002C #14967
CheatMaster

A pure VB program to cheat in games, like "WinHack" and "Game Wizard". It is well commented and uses WriteProcessMemory and ReadProcessMemory functions. Please write your comments for further development.

2002C #15590
Crystal Reports .ttx File Generator for MS SQL Server **Updated 2002-03-27**

I searched the web everywhere for an easier way to dynamically generate ttx files for ASP reporting in Crystal Reports. After hours of fusteration, I built this app. This application will dynamically generate a crystal reports .ttx file from your MSSQL Database. Any Comments/Suggestions are welcome. Please note: This is a somewhat simple application that was developed in about 2 hrs so I am sure everything is not perfect! Requires ADO 2.6, MS SQLDMO object references, and a SQL Server.

2002C #10686
Music Module v2.2 Final with Example

Easily create a mp3, wav, midi, ect. music player. Has support for saving and loading .m3u playlist. Has added support for changing the volume, panning, and mute. Increase or decrease the playing rate. Plus much more. Did a alittle tweaking to the code also. I added a basic example of how to use the class module. If you have any questions email me at: elitecobra@hotmail.com. Can visit my website at: www16.brinkster.com/codesource. Please vote if you like and leave feedback. Want more features or have suggestions? Let me know.

2002C #13019
BitMovie Animation Creator

To make animations like cartoonists do, page at a time. To demonstate how to save files and load files. To demonstrate how to save data in text format.

2002C #11148
SWF Generator

Hello all, This demo shows you how to create Flash movies and add text and images in a WYSIWYG enviroment. the SWF Generator project uses Bukoo, a powerful COM object that allows you to create ShockWave Files. There are a few bugs as this project is not yet 100% finished. Most of it is commented but if you need any help contact me. PS:In order for this demo to work you must download the Bukoo free dll (86k) http://bukoo.sourceforge.net/swfobjs_2.zip and register it to your system. Hope this helps. please vote! Thanks Matt!!

2002C #15694
GOLD Parser Example

Unlike other parser generators, the GOLD Parser 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. This is a simple project which loads a Compiled Grammar Table file and draws a parse tree for a given input string. An example grammar called "Simple" is included. You will need to download a copy of the GOLD Parser Engine DLL from http://www.devincook.com/GOLDParser. This module contains the actual parsing algorithms. The source code for the Engine will be released soon (hopefully next month) in Visual Basic. Until then, the DLL is available. Sorry.

2002C #15176
An Updated!!! Much Better Battle.net Bot

This update uses a Config.ini to save username and password. I also have added a userdatabase with some chat commands. Have fun with this update and keep learning Newbs! Please leave feedback.

2002C #13046
CS Bandwidth Monitor - UPDATED -

UPDATE(Included stay on top option, fixed some minor bugs and added auto apply to settings. This is beta 2, see pic) This program has code from antoher tool I have on this site called CS Internet Tools. But the main purpose of this program was to teach myself much better UI. There are alot of nice things about this program such as the form that will blend into your desktop so it looks like it is part of it. The stats form that will "Roll" out of the main form. Really not to hard to do. It will remember where you have your forms at startup, has many options and is very custmizable. A large part of this code came from other source code not by me. All props go to them. I hope this helps anybody who needs it. Vote if you like. Remember the main purpose of this was to teach myself UI. Anyways I hope you do like it.

2002C #11652
Date Controls

A date picker and month view control which have more properties compared to microsoft controls. please use shortcut menus to change month/year. right click month/year section to get shortcut menu

2002C #9107
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.

Languages
Top Categories
Global Discovery