Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #36538
Mike's Move Objects - Must See!

This is a must see. This project lets you Add objects to a form and lets the User move the object anywhere on it, I also made it so that the object couldn't be moved off of the form. You can also Rename or Delete the object by Right Clicking them. The best thing about this is that you and Load and Save the Objects to/from a .dat file, It saves each open Object's: Top position, Left position, Caption, and Visibility and then is able to load that info. This is a perfect example For you programmers who want to make a program that lets The user move objects around on the Form. See the Screen Shot..Here's an example on how this is useful..Visual HTML making programs...Like FrontPage or Macromedia DreamWeaver...They let the user add objects and lets them move it around. (Input Button, Option Button..Checkbutton...etc

ASP_Volume2 #36544
Adding Sounds To a Form

Adding A sound to your forms to spice them up a little!d

ASP_Volume2 #36555
QuickCam Viewer!

This code is a simple cam viewer. You must register the quickcam ocx first (use register.bat). You can capture images, change format, size, etc. No exe added, u gotta compile it. Remember to vote 4 me! :)

ASP_Volume2 #36562
Keep a form next to another

*FIXED* Ever wanted a form to stay next to another while you moved it or on load? This example shows how to do it in a few simple lines of code! Anyone can use this code it's so simple. Try it for your self!

ASP_Volume2 #36564
A SoftICE Detection Routine

This code will detect if SoftICE is loaded in memory! I wrote this code to protect my programs against crackers who want to register my programs without paying for it!

ASP_Volume2 #36586
DrawStar

This is a demo project showing how to draw a star of any size and at any angle on a Form or PictureBox. Also includes a geometry module with lots of useful functions.

ASP_Volume2 #36598
TabindeXer

This handy VB addin allows you to set the tabindex of the controls of a form. Imangine having to set the order in a +100 control form, this makes it easy. It also omits labels and other controls wich cannot get the focus.

ASP_Volume2 #36634
Matrix Type 3

For those of you that have checked out my other attempt at Matrix style text, this is the new version 3. The code has been optimized, while still not using any API calls or advanced functions. I'm trying to push the speed of the algorithm as much as I can using only "core" VB code. If anyone has any suggestions on how to make it any faster, please leave a comment! And don't forget to vote if you like what you see!

ASP_Volume2 #36646
AutoUP

Auto upload multiple files to FTP Server

ASP_Volume2 #36650
Allow Numbers

Allow only numbers along with one deciaml.

ASP_Volume2 #36657
Fully Featured Chat Program

Fully loaded chat program. Uses winsock control. Can save and print chat session. Can start with windows using the registry. Sound clip upin incoming message and window comes to front of screen. Can change color of text. Single client/server in one exe file. Has auto update feature and retrieves newwest version if there is one. File transfer and ping.

ASP_Volume2 #36669
[A+ ListBox Functions 2001 v. 2] - *VERSION TWO*

ListBox Functions 2001 Verision 2 - by: source This Example shows you over 33 different functions you can do with a listbox, the list is as follows: *-*Clear List *-*Remove Selected *-*Copy List To Clipboard *-*Kill Duplicates(Doubles) *-*Add To A List *-*Save List With Common Dialog *-*Save List w/Out Common Dialog *-*Load List With Common Dialog *-*Load List w/Out Common Dialog *-*Load System Screen Fonts To List *-*Load System Printer Fonts To List *-*Horizontal Scroll Bar To List *-*Sort Numbers(Score) In List *-*Click Event(msgbox) *-*Times List Was Clicked *-*Simple List To Text Conversion *-*Drag And Drop *-*Multi Select Drag And Drop *-*Search For String In Listbox *-*Load From Module 1 *-*Load From Module 2(customizable) *-*Load All Characters(255) To List *-*Two Listbox's (Select one, Allign Other) *-*Save Two Listbox's With Common Dialog *-*Load Two Listbox's With Common Dialog *-*Select Item In List, Show In Textbox *-*Move A Selected Item Up Or Down in List *-*Move Contents of One List to Another *-*Clear All Listbox's By Form Name *-*Save/Load Whole Form Check out the screen shot for details...and please vote. -source www.vbfx.net

ASP_Volume2 #36682
Neural Network v1.0.4

Neural networks (NN) emulate the thinking process of the human brain, including the ability to "learn". Many applications exsist for NN's, most popular of which is video games. This is a complete NN "Engine", all nicely packaged into one class module. v1.0.2: Some optimization and NN saving. v1.0.3: Actually made the NN export work (:Þ) and added NNImport. Toyed around a bit with Memory Banks, but have put them off in the background for now. v1.0.4: Added Noise and Momentum factors. Noise is useful for a small sample of scalar data, while momentum prevents drastic changes when training as well as promoating continued change in the right direction. Also see my chess program that uses this class. (Not yet updated with v1.0.4... on its way...) Just also want to say that this work is heavly based off of the work by Ulli. His code used to be available here on PSC, but I don't know what happened to it.

ASP_Volume2 #36684
Microsoft Agent Demo - *UPDATED*

This program is a demo that allows you to command the different Microsoft Agents to do certain things. You must have Microsoft Agent to use this. You can download it at http://msdn.microsoft.com/msagent. Upon request, I have added the ability to move actions up and down, as well as save and open commands.

ASP_Volume2 #36690
Basic Neural Net

This is a Basic Neural Net, based on original code by Richard Gardner. This is designed as a learning program, to help in the process of learning and understanding the basics of coding neurons and neural networks. I've taken Richard's code, changed it around a bit to make the neuron data a bit more readable, and commented the code to explain whats going on at every stage. The program uses backwards propogation (or back prop) to train the network. There is a basic data structure for a neuron that stores all the information about the neuron and associated weights, and the code (Richard's, mainly) is broken down into parts that allow you to clearly see code for training, activation of a neuron, and getting an output from the network. There's a nice GUI stuck on the front of it all, which gives you a graphical representation of how the neurons are layed out in my code (its a static graphic). As it is at the moment, it makes for quite a nice tutorial program if you just want to compile it and watch it train for the preset functions, or enter your own input data and train it for that. Basic neural net knowledge is assumed (you should really know what a neuron is, and have some idea of what training a neural network to do functions like AND or XOR actually means, otherwise the GUI won't mean much from the outset). I'm still really only a neural net learner, so I don't make any guarantee that this is completely accurate or complete in anyway. Hopefully the code is written so that you can expand on it to make different neural configurations if you want to. I don't mind what you do with any of this program, or code, but would be interested to hear comments and/or suggestions.

ASP_Volume2 #36699
LUHN Credit Card Pre-Authorization (Genuine)

This code will check a credit card number using the LUHN algorythim (so far i am the only on using this thing right!!).

ASP_Volume2 #36707
Solar System 3D

A Direct3DRM example of Solar System in real 3D. Need DirectX7 or higher. For other vb games and demos visit my web site: http://web.tiscali.it/fc_vbgames/index.htm

ASP_Volume2 #36730
Macromedia Flash Player

Plays *.swf, it also support Flash in Websites. Very easy to use.!!!

ASP_Volume2 #36733
Environment Varibale Viewer

This is a fully commented project that shows how to use the Environ() function to display all the system environment variables or how to find just the one you want.

ASP_Volume2 #36747
Code Inserter

This VB IDE AddIn will add a Menu Item to the Code Editor window's PopUp Menu. The menu item created has sub menus which when selected will automatically place code into the current procedure. The code is contained in a text file for easy maintenance. This is probably the simplest VB AddIn you could possibly wish for so if you want an introduction to AddIns... This is It! Again I have used my style of small procedures for nice neat and easy to understand and comments to help explai certain items. The code is commented and areas that you will need to customize for your own purpose identified. I hope that this is as useful to others as it is to me. Please leave comments I really appreciate the feedback and vote if you feel the urge, but please leave a comment.

Languages
Top Categories
Global Discovery