Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #212805
Use the Visual Basic 6 SP6 dependency module with MSI Factory 2.0 to detect and install Visual Basic

Use the Visual Basic 6 SP6 dependency module with MSI Factory 2.0 Software installation to generate file installation MSI for Visual Basic 6 SP6.

6_2008-2009 #194728
Wave Generator

The Wave Generator is an ActiveX component used to produce wave images and files. The included demo shows how to produce various waveforms and a concise method to play them as sounds. Only source code files are included in the package. It is up to you to make the component for use in your own projects and games. See the Wave Generator ReadMe file for instructions. Have fun!

6_2008-2009 #209131
Call_Art

Just something I have been playing with. Needs lots of improvements, but I've done all I know how to do,especially with the outline or stroke of the brush(line method).I tried polygons,but proved beyond my knowhow.

6_2008-2009 #216623
Picture Transition Effects

Example for Paint Picture and Transition Effect ^^

6_2008-2009 #216602
al VirusScan Final Version 1.6.8

al virusscan a containing antivirus a lot features assist to clean quarantine the virus in computer. its using md5 for the scanner and ms access for the database you also can enhance the example of virus at folder directory - data - virus definitions. somebody assist me to make the heuristic scan at string. If you find any problems/bug. Any questions for this project,email to me... Free Software But Without Any Warranty.

6_2008-2009 #215398
checkFormifOpen

Just want to share on how to create an application using a Function to check if a form is already open..

6_2008-2009 #209132
PlgBlt_Digits Effects Demo

I was playing around with Plgblt and came up with some interesting effects for an idea on counters.See what you think.You can use your own graphics,digits can be resized easily.This is only a demo, not a completed project.That is up to you.Updated: added some more effects.

6_2008-2009 #217032
a 3D Digital Reality Engine V1.00

. 3D Digital Reality Engine V1.00, PURE VB, by KACI Lounes Just if you are an expert 3D programmer, you must NOT miss this submission... Before I give you one word, PLEASE see the screen-shot ! THIS IS AN EXTEMLY RARE SUBMISSION EVER MADE FOR HIGH LEVEL 3D-GRAPHICS : 1: in VB code, 2: in PURE VB CODE (no DirectX or OpenGL), 3: in the PSC This is the first publication release on the Internet... more modifications and additions will comes in the future versions... The source code is written in a very careful way so everybody can understand how the things works. your questions, and suggestions are VERY important to me, of course...just don't forgot to give me some votes ! Be only PATIENT during the download operation, because the archive include also the documentation & some samples of 3D scenes. KACI Lounes EOF.

6_2008-2009 #217033
LMS

Its all about Library Management System

6_2008-2009 #217026
Advance Multi GB file Read/Write

I made this little project to find a way to read and/or write files that are multi gigs in size. I tried to use the the "Open.. for.. access.." that VB6 has and it errors out due to an overflow. You can't even use the eof() and lof() function VB6 has because they will just error and overflow. Try it yourself. Try using LOF() to get the length of a file that is 8 GB's in size, it just will not do it. So I hope this helps some people out. It's just an example of a use for this. I'm sure those whose eye this post catches will find many uses for it. Happy Coding.

6_2008-2009 #198410
Convert two dWords to a qWord

How to convert two 32-bit dWords to a 64-bit qWord.

6_2008-2009 #216214
Proper use of API string functions (with pointers)

People usually declare Api string functions using string variables, think they can only print a string from the first character and use functions like mid to trim the string first. These functions are actually meant to be used with pointers to any starting character. *Added use of integer arrays with wide functions

6_2008-2009 #209128
Calligraphy Draw (update)

The original code is by LaVolpe(Keith). I've just modified and tweaked it to create a freehand drawing program.Keiths code had several advantages,like built in shadow and outline,all done using regions. Hope this is useful to someone. I really liked the outcome.See if you do to. Updated interface a little and a few minor changes.

6_2008-2009 #216744
SunOSSDIct

English-Indonesian dictionary, Indonesian-English, English Text To Speech, Indonesian Text To Speech, Spelling Check, Text To Speech. Detail description (in Indonesian Language) :http://sunardo.wordpress.com/2010/02/20/sunossdict

6_2008-2009 #208876
MyCalendar

A resizable calendar control that returns day clicked, year selected and month selected. It can return the number of working days within the selected month including the start and end dates of the month selected. You can also define the output date format e.g yyyy-mm-dd or any date format you want. You can also highlight saturday and sunday as working days or non-working days, add holidays to it so that they get marked as non-working days. You can even mark particular days as working days within days that fall during weekends where such weekends are non-working days. This also has the functionality of highlighting in bold any date that you specify. Enjoy and please vote if you like.

6_2008-2009 #215400
storingandretrievinIMAGEinMySQL

Just want to share on how to create an application in VB: On how to store and retrieve image in MySQL database...

6_2008-2009 #200997
Firefox Progress

Just trying to emulate the Mozilla Firefox Progress Circle. Could be handy when performing a task to let the user know something is happening.

6_2008-2009 #212809
How to use (advapi32.dll) to Get ASH (MD2-MD4-MD5-SHA) Algorithm of very Big File!

This Project use the (advapi32.dll) to determine the ASH of a big File -> 32Kb, and Get the MD2-MD4-MD5 and SHA Algorithm! I hope there is useful :) Happy Coding (VB)....

6_2008-2009 #216597
Custom Calendar Control Version 1.0

Custom Calendar Control Ver 1.0 Calendar is generated using the algorithm used in my previous Calendar submission Features - You can customize many of the properties according to your requirement like background colors, foreground colors, fonts - You can hide or display the gridlines - You can set the first day to be displayed on Calendar heading - You can resize the Calendar I hope u will like it Please don't forget to vote my submission if u really like

6_2008-2009 #216979
a Simply Genetic Algorithm And Neural Network PROJECTS (V2)

CONTAINS: Genetic Algorithm Class - Simple and easy to use. + Modified ParasChopra Neural Net by www.paraschopra.com. ----- EXAMPLE PROJECTS: ----- [ FILLTHEGRID ]: Example of use of Genetic Algorithm Class (SimplyGA). ----- [ TSP WITH GA ]: Travel Salesman Problem solved by Genetic Algorithm Class (SimplyGA). ---- [ XOR ]: Xor Function performed by Neural Net.(Neural net is Trained by Genetic Algorithm Class). ----- [ FLYERS ]: NEURAL NET TRAINED BY GENETIC ALGORITHM. A Population of Individuals moves according to a Population of Neural Nets. The Goal is to stay closer to the Red Point. Before changing red point (start) position the population is evaluated. The nearest reproduce and replace the worst. (This is performed by GA.) Neural Nets are Updated by putting to Neuron Biases and Sinapses eights the Genes of GA. Net Inputs are 3: How much red point is LeftRight, how much it is FrontBack and the distance from it. Net Outputs are 2: Steer and Accellerate/brake. (This is ARTIFICIAL INTELLIGENCE) /// more will be added/updated /// 09.05.2009 Added Xor_Or_And / Improved Flyers.

Languages
Top Categories
Global Discovery