Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #36750
Dazzling Project Explorer Version 1.1

This VB IDE AddIn is the second and probably last version of the Dazzling Project Explorer. This sin simple terms is a project explorer that allows you to navigate through your project very easily and quickly using the tree view. The tree as you can see from the screenshot shows all the items in your project from components to controls and procedures and variables, and navigating to the item is just a CLICK away. I have incorporated one sugestion from my previous posting (v1.0). I have also corrected all bugs (he says with trepidation knowing what a bold statement that is... and that someone will prove him wrong). I opted to leave version 1.0 on the site for a while at least (i.e. it may dissappear later) because I just thought that it might be useful for people to see version 1 and 1.1 side by side. The code in 1.0 was pretty well stuctured and therefore made the migration to 1.1 relatively simple because all that was basically required was changes to the applications flow rather than a rewrite. A very valuable lesson on the importance and one of the values of creating small procedures which do ONE thing. I might in future write another AddIn using C# for the .NET IDE as I am busy teaching myself C# and I think this is a very useful little AddIn. So keep your eyes open, although it probably wont be in the near future. I hope you all enjoy this and find it as useful as I do. I enjoy your feedback so please come back and post a comment. Vote if you want (I would appreciate it) but to me the most important is commentary/opinions/input/feedback. One last thing if anyone modifies or updates this please post a comment here so I can take a look at the improvements (or solution to any comment I have made in the code).

ASP_Volume2 #36763
Code Inserter 1.1

This little AddIn adds Menu Items to the Code Editor Window's PopUp Menu. Selecting one of these Items will insert code/text from a file into your code. The Menu Items and Code can be easily maintained thru text files. This is the second submission on this Project and I am proud to announce that I have solved the problem in the previous version. Everything is now maintainable through text files! This version is a little more advanced than the previous version but it does have more comments etc so hopefully should be easily understood by all and an excellent example of the potential of Classes an what I would call OO programming. Chris basically got me started by submitting some source which got me thinking. I started out trying to use an array to create multiple menu items but this did not work. So I started playing around and eentually created a class with all the Menu Item pieces in. I could then create an array of this class and so providing me with multiple menu items. Now I don't know a lot about OO programming but to me this is OO programming because each Menu Item is now a class object and I can create as many as I like and all though a text file. Cool!

ASP_Volume2 #36772
KaZaA Participation Hack / Cheat

Tired of that crappy participation rating of yours? Is a Low or Guru rating not good enough?? Then the KaZaA Participation Hack is for you! This program fake transfers files locally so that you too can be a supreme being. Only works pre KaZaA v2.1 (they fixed this...) Most people probably still have KaZaA 2.0 though. Source is fully documented (at least what is mine...) and very easy to understand.

ASP_Volume2 #36807
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 :)

ASP_Volume2 #36820
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.

ASP_Volume2 #36828
Flash Vb FSCOMMAND

Embeded (Macromedia ) Flash Movies interacting with Visual Basic through Flash's FSCOMMAND, GetVariable and SetVariable.. (previously only FSCOMMAND)

ASP_Volume2 #36852
SetWindowRegion

ENTERTAINMENT

ASP_Volume2 #36858
ComPort monitor

Another way to collect information from the com port on a computer...

ASP_Volume2 #36859
p2p data transfer

Transfer multiple field of data using the winsock control. posible to use as as central data connection to pivot data.

ASP_Volume2 #36870
SystemTray Control

This is a activex control to help you with the system tray icons handling. I've never seen another like this. It's very easy to use, and i show some great stuff!! This is a really old project, but it´s useful! It has 5 mouse events as follows: * click * dblclick * mousedown * mousemove * mouseup It never was too easy!!

ASP_Volume2 #36875
ColorConvert

Ultimate Color Code Convert Tool, Support conversion of RGB/HEX/LONG/HTML Support VBColor(QBColor) and VBConst(vbYellow) Other...Capture, Random, Light/Dark, Favorites ClipBoard ecc.. MultiCoder Thanks of PSC

ASP_Volume2 #36883
Move a program to an MDI form

With this program you can select another window on your screen and move it to an MDI container! Warning: do not use if you do not have much experience with VB or Windows

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 #36894
Control Resize Module

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

ASP_Volume2 #36896
Elastic text

Bouncing elastic text effect

ASP_Volume2 #36900
Winamp Controler/Mp3

This Full Example Show how to control winamp. It also includes a Full Winamp Forntend .mod file which include all the function to control winamp. I create this because i was making a Mp3 Player for the car and i need a winamp control and LCD Display to display songs.. and have cool function with the program Have fun with it.

ASP_Volume2 #36903
Starfield

ANOTHER starfield (like there is not enough already) this is faily basic code using X,Y,Z distances, VERY simple 3D.

ASP_Volume2 #36914
barcode

I looked high and low for some type of code snip that showed how to create a barcode (none where available except the ones for sale). So here is one way to print a code 39 barcode in VB. It has worked for me, although very little testing was done.

ASP_Volume2 #36915
Make Your Program Start Up When You Reboot

This is to make your program start up when you reboot your computer just like other programs you see do. **Must See** Please Vote for me!

ASP_Volume2 #36930
modArraySort

This module lists a collection of sorting functions and procedures for VB variant arrays with a single dimension.

Languages
Top Categories
Global Discovery