Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #125027
AddressBook_ver1.0

Give you an idea of how to store your friends information.Please rate me after downloading my work. Thank you! *version 1.1 is out

2_2002-2004 #125028
Langston's Ant

Let me intoduce you to Langston's Ant. its an interesting demonstation of somthing called 'emergent behaviour'. Imagine a large surface made up of square, white tiles with an imaginary ant somewhere around the middle. The ant follows two very simple rules. The first rule states that if the ant is on a white tile, it turns black, and the ant then moves foward one square and turns left and continues. The other rule is, if the ant is on a black square, the ant turns it white, then moves foward and to the right and continues. When the ant starts to move, the movement appears random. At around 10,000 moves it suddenly switches to a fixed and repeditave pattern of movement that it wont deviate. Even if the surface is seeded with black squares, the result is the same, but the number of moves will be more. You will find that in all instences the same final fixed pattern is acheived. So far, no one has come up with mathematical proof that this will always be so. * for versions earler than VB6, delete the private from the sub to get it working.

2_2002-2004 #125029
A flying snake

The code displays a snake flying across the screen using sin() and cos().

2_2002-2004 #125030
Complete File Send/Receive Application

Sends / Receives thru Socket Connections. You will be transferring Files thru TCP/IP connections.Users can ADJUST the Data Packet Size to be transferred.Advanced Progress Indicators and a very user friendly design.PLEASE DONT FORGET TO VOTE FOR ME.!..Ps.: Make sure that you have an exisiting "C:\Enforma Systems\Temporary Files" Folder in your C Drive for the files to be stored into.....

2_2002-2004 #125031
Quick Tab Order

Quick tip for setting control tab order quickly.

2_2002-2004 #125228
Set Desktop Area (Resize the desktop)

Set/Resize the desktop area.... Great for making Shell Replacements or Dockable programs. Prevents windows from maximizing over AND Under your applications.

2_2002-2004 #125229
Disconnected Recordset

The Vb program attempts a connection to the internet on a server somewhere and returns a disconnected recordset. You will need to specify the database name (currently Access databases) but if you modify the asp pages you can also make connection to a SQL Server. It also expects a SQL statement for asp page to execute (when you double click a table name, a default SELECT statement is set). The asp pages will return to the VB Client a list of table names for the specified database and a disconnected recordset for the SQL statement. You might have to modify the asp page that returns the recordset to return records in groups of say 3000 records at a time if the database is very large. But then since this is just a demonstration and an idea to get started, there is definately lots of work that need to be done to make bug free. Good luck anyway guys. I havent done any error trapping so you may have to supply valid SQL statements for your asp pages to execute correctly.

2_2002-2004 #125230
Setup Config

This is not an install creator, but editor ________ This will edit the setup program created by "Package & Deployment Wizard", that follows with VB (I think will all versions). ________ What it does is it edits the setup.lst file, that controls the whole setup process. There is a few functions that you can't do in the standard setup creator. ________ There are still some functions that don't work, but I will keep on updating. It's mainly just functions I haven't typed in yet, nothing hard to do, I just need to type then in.

2_2002-2004 #125231
Network Enumerator

A self-contained class that provides a simple method of getting a list of all the computers on all the networks visible from the machine running the code. It also provides a list of the domains, printers, shares, network names, server names - basically everything you can get out of the WNet API. PLEASE NOTE: (Before anyone flames me for plagiarism) This code has been adapted from several snippets that I have found on my travels. Credit is due to AGP for pointing me in the right direction, and also Mr.X from Google Groups for supplying some code for me to base my class upon. I hope this condensed version helps someone out.

2_2002-2004 #125232
Cool 3D-Text(ure)

This prg has a sub to make a 3D-effect of any font you like... Textured or just a plain gradient. Ofcourse, to speed things up, some API are used. No vbogl12 (that contains OpenGl Api1.2) needed... (sorry matt). The sub is stored in the module, and easy to use and understand. The code is quite simple, but very effective. The text can be designed REAL-Time, even when you write it. With the scrollbars change-event, the 3D-text is updated at the same time. In the module, you'll find also a function to read all the fonts and store them in a combobox. This works very fast (faster then the CommonDialog Showfont method), even when you have about 750 fonts - like I do ;). The fontsize can go up to 200 pixels. Anyway, with a small modification, you can save this: SavePicture Pic1.Image, Path & "\name.bmp". So this prg can even be modified to a 3D-text designer, and save the pictures as a bitmap file. Maybe I'll do that someday, who knows ? Note that the backgroundcolor is black (= RGB(0, 0, 0), = &H0, = vbBlack), so this can be used as a mask. Extract this zip with path included, there are some textures in the zip. Be sure to check it out. Comments are always welcome, as usual. E-mail adress in the module. Have fun.

2_2002-2004 #125233
VB Source Code Printer Add-In (Updated Ver. 1.6)

This Add-In is usefull for every VB programmer, because It could be used each time that someone wants to print a source code contained in a form,class module or module, instead of the VB simple printing. What this vb add-in project provides is the option to print your current module or the selected text of it, in a formatted way to facilitate reading. Optionaly you can print an index page of the sub/functions. Also you can select a printer, define some printer properties as: orientation, print quality, tray, etc., using the print setup through API. I've not seen a VB project Add-In that prints source code in PSC before.

2_2002-2004 #125234
Web Function

Web function (WF) is a simple technology, which allows any client to execute a function remotely on a web server and return the result back to the client over HTTP. Few usage examples: -By using Web function you will be able to execute a database call and return the result back over the port 80, thus by passing the firewall problems. -Web Function allows exposing standard methods or services, which can be used by any client. -Perform custom messaging services like pop up a small message box on the client machine once the reports have been updated on the server. -What ever you can think of? ....For more information you can read the word document in the zip file or you can go to the HTML version by going to http://www.xSolveNet.com/Articles/

2_2002-2004 #125235
Simulate the cursor

It simulates the cursor. When you move the mouse it records all the movments and then you can simply see what you done! It's a good base to make a powerful program.--Please don't hate me because this is my first time and I hope it doesn't be the last time to upload such programs too.

2_2002-2004 #125236
Fire (nice animated fire in UserControl !)

this is a UserControl drawing an hot animated Fire. you can use it easily by it's properties!

2_2002-2004 #125237
Auto-Update files at specified time (copyover)

This code will allow you to copy files at a specified time. I use it to update computers on a network at 3am when everyone is out of the building. It also has the API declarations for windows reboot/shutdown so they can easily be added for a reboot at a specified time.

2_2002-2004 #125238
Calculator_007

Many function in this calculator. please rate me after downloading. Thank you!

2_2002-2004 #125239
ASP Code Generator

the engine i am providing is an asp code generator that i am currently using on my website (www.intratelligent.com) to allow asp developers to upload access databases online and build simple asp interfaces to interact with their data. (insert / update / delete and reporting functionality).

2_2002-2004 #125240
DivX player

Its a DivX player, plays avi,mpeg, etc... Uses msdxm.ocx. I just wanted a slick, small player, cuz I hate the new mediaplayer(7) which consumes lotsa resources and is soooo slow. Didn't want to add the commondialog so you load a file by dropping it onto the form. Someone knows how to make ALL controls on a form sensitive to OLE-dropping? As it is, I have to watch each and every one for drops... Hope you like it, vote if you do. Been working on a pan and scan function but haven't figured it out yet...

2_2002-2004 #125241
Quadratic Equation Solver

This program is a simple Quadratic Equation solver which, aside from finding the x intercepts (whether real or imaginary), it graphs the equation and makes a table of values, and shows the quadratic equation with your values calculated inside. I submitted this program as an example for beginners on the correct use of Object Names, Variable Names, Etc (Based on the Leswinski Naming System). This program of course teaches you how to graph an equation in a picture box, and use a list box. The program uses a Variable Array to store the Y Values of the graph, thereby demonstrating how to utilize a variable array.

2_2002-2004 #125242
Call Delphi DLL in VB

Hi this small example will show you how to call a delphi dll in your applications. it's ps you will need to compile the dll in Delphi for this example to work. Iam sure you all have delphi somewere. See ya.

Languages
Top Categories
Global Discovery