Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #167279
GDI+ Type Library

Example of using GDI+ with VB5/6 This will work on all 32bit OS except Win95. (gdiplus.dll must be installed) This dll is installed with the .net framework or may be installed seperately. Now VB6 uses can save in GIF/JPG/PNG/TIF picture format! THE CODE IS NOT MINE ~READ ALL REM LINES!~

4_2005-2006 #169668
TimerLogic 1.0

This is an application that is made to run a PC tasks automaticly (previously configurated by user) without your presence.

4_2005-2006 #166777
Project Backup System - Keep your projects safe from the silly vb6 IDE, FileSystem Errors, Changes

Added- Saves all project files in project dir. Added- Choose which project will be Backup automatically Added- Saves the project while backup on close. Fixed- Bugs and errors. Automatic Backups vb Projects. Keeps safe copies of your Project (10-unlimited). Allow you to Build zip file of Project Rapidly (For PSC Submission). Managing project backups are never been easy before. This is a must have for serious programmers. I know my past time when i was Coding and my all data wasted due to power failure . now forget about wasting of your coding. Please Dont Forget To Give Feedback. As i am doing work only for coding ppls.

4_2005-2006 #171127
appDesignControls Collection

There is new, and I think last version. -------------------------------------- DECRIPTION: Cool collection of 6 controls. There is TAB, FRAME, IMAGE MENU, ITEM MENU, IMAGELIST and COUNTER controls. If you like it PLEASE VOTE!

4_2005-2006 #166169
Soundex and Levenshtein Distance Demo

Soundex and Levenshtein Distance algorithms are very exhaustivey used in searching and spell check applications. Soundex is used to select words which 'SOUND LIKE' another word EX: Bryan and Brian Levenshtein Distance is the minimum number of steps required to transform one string to another. This algorithm can be effectively used to narrow down the number of possible matches for a given string. This can be useful in 'refining' your search results according to a threshold value.

4_2005-2006 #171101
Point On-Sale and Inventory System

this is a point on-sale and inventory system. check the "read me.txt" file for the user access.

4_2005-2006 #166170
A Comprehensive Spell Checker

This is a comprehensive Spell Checker application which uses an internal database of over 450,000 words! Uses the Soundex and Levenshtein Distance Algorithms to fully emulate a word processor spell checker. The number of possible results can be adjusted too. All algorithms, additional work etc is fully documented. Votes welcome.

4_2005-2006 #170509
Temp File Cleaner

This code is delete .tmp file in your windows temp folder (not includeing Subfolder). when you shutdown your pc at this time it will delete automatic .tmp file in your temp folder.

4_2005-2006 #171015
PC Spy

There come many times when you want to know who has sat on your computer and when, so PC Spy is designed to perform such a task. PC Spy resides in your computer and monitors when which user has started the computer and when your computer has shut down. Quite handy when you want to know how much your computer has been used in your absence. Designed to simple and useful, it provides a easy-to-use and interactive user interferace to add to your experience. Also has full documentation in .chm (HTML Help) format.

4_2005-2006 #168565
GUI Button Rollover

Provides the ability to emulate complex GUI designs with realitive ease. The button supports Normal, Mouse Over, Mouse Down, Disabled, Selected and Selected Over. 100% self-contained in a single UserControl file. Full visibility during design time, including full transparency when using a Mask image. Perfect for those complex GUI designs.

4_2005-2006 #169916
run at startup checkbox

(Update:Fixed Default UserControl Propities) Allows your app to run when windows starts using the registry not the startup menu folder. This checkbox control supports command line arguements, forecolor, backcolor, font, left/right alignment, all the things you expext from a regular checkbox. Please comment.

4_2005-2006 #171029
Real Soccer v.1.0

A simple soccer game.Use arrow keys to move and a,s,d for pressing,dribling and shooting.

4_2005-2006 #160438
Making a 3D Engine in VB with DirectX 8.1 Lesson 8 Adding collision detection and frustum Culling

Hi people welcome to Making a 3D Engine in VB with DirectX 8.1 Lesson 8 Adding collision detection and frustum Culling. In this lesson we have added new code for computing object visibility before rendering, so we render only visible objects. In addition this time we have added a foundation for collision detection with accurate collision response;When player collides with a polygon, he slides over the polygon's plane. So good coding Leave comments and feedbacks,now vote if you like this 3D Engine programming tutorial. Take care Polaris

4_2005-2006 #169253
Soccer game

A small game I made during this year's World Cup. Let me know if you like it.

4_2005-2006 #171141
CAD for Corel Draw - Full3

CAD tools for all versions of Corel Draw: Curve length, Special mirror, Special text selection, Replace multiple text objects, divide and close a curve, draw lines using measures, Arcs and Cylinder developments. ---(English and Spanish versions in the zip!!!) ---(Read the Readme.txt file for the installation guide) ---Herramientas CAD para Corel Draw: largo de una curva, reflejos especiales, selecciones especiales de texto, reemplazar el contenido de multiples objetos de texto, dividir y cerrar curvas, dibujar líneas usando medidas, Arcos y Desarrollo de cilindros. Pd. Leer el archivo Leame.txt !!!

4_2005-2006 #170665
Link Monitor

This program monitors internet browsers and extracts current web addresses from them by DDE (dynamic data exchange) technology. It's now in version 2.2. Importing & exporting saved link feature has been added.

4_2005-2006 #171073
Detect inactivity of the Desktop - Spanish: Detectar la inactividad del Sistema Globalmente

Fijarse la cantidad de Segundos de Inactividad del teclado y mouse de todo el sistema (no solo de la app.)

4_2005-2006 #171128
a1_StarTrek ControlsSet

it's one of my first controls, created before year or more. cool designed but can be better coded. maybe I use some time and create new collection. Download and try it. It's smal ZIP but there are 5 or more controls (progressbar, buttons, check box, frame...) If you like it please vote! Thanks!

4_2005-2006 #164761
RGB -> YUV -> RGB Conversion

The application converts a RGB bitmap into YUV format. Both conversion and deconversions are illustrated. The YUV (also know as YCbCr) colorspace is just another method of representing pixel information. Instead of using Red, Green and Blue percentages, YUV uses a Y (luminance, luma) plane that transmits the light information and two chrominance planes U,V (Cb,Cr) that transmit the color information. This is useful when compressing images and videos, because the human eye is more sensitive to the Y (luminance) information and less sensitive to the U,V (Cb, Cr) chroma information. For example, some video codecs take two pixels and store them in the following format : Y1 U Y2 V , which means instead of using 48 bits , only 32 bits are used. Y1 and Y2 are the Y of each pixel and U and V are the chroma information (average for both pixels). It's a little bit more complex than this but I will show how it's done in another source code.

4_2005-2006 #168469
DISASSEMBLING VISUAL BASIC APPLICATIONS

As long as you know Assembly Language, it is easy to read disassembled listings of executable files written in C/C++ or PASCAL, especially if you are using IDA Pro as your disassembler. This is so because C and C++ Compilers generate (or at least try to) efficient code. Some Compilers like Borland C++ use simple instructions for complex operations(also remember that this is not always the case) which make it easier to study them. Implementation of Code Constructs such as loops, IF statements, Ternary IF statements, switch constructs etc. can be found very easily as each one is unique and distinct. However the same is not true for Applications written in Visual BASIC. VB Programs are said to be very slow and hence deliver poor performance. There is a reason for this. Visual BASIC programs unlike those written in other languages don't use Windows API Directly. Local functions present in VB Runtime Files are called which call functions from the Windows API.Most of the Visual BASIC functions are present in MSVBM60.DLL (if you've got Runtime Files ver. 6.0). So to study VB programs, we must disassemble and analyze the MSVBM60.DLL file as well. Since VB programs use such a complex API Function call procedure, programs tend to run slower.(There are other reasons as to why VB programs run slower but I won't be covering it as it's off-topic.) It becomes difficult to analyze VB Programs as it uses functions which are not part of the Windows API and hence we are not acquainted with them. My primary aim in this Tutorial is to teach the reader how to understand disassembled listings of programs written in Visual BASIC. My secondary aim is to help you realise why Visual BASIC is not suitable for writing small,fast and efficient programs. Almost all authors of Visual BASIC books mention that Visual BASIC does not give you applications with good performance. This tutorial tells you why. The Tutorial will talk about executable files compiled in Visual BASIC in Native Code ONLY and not p-code. After reading this tutorial, you should be able to disassemble,debug and understand Visual Basic Applications. You may also be able to reverse engineer Protection Mechanisms written in Visual BASIC.

Languages
Top Categories
Global Discovery