Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #39332
Program startup

This trick will show you how to startup your program first thing on windows XP(nt or 2k) without writing any enteries in the registry or adding anyshortcuts in the startup menu.. This trick will also disable the running of the explorer.exe and any startup program by doing that , the desktop and taskbar will not load!! and you'll only have your program running, providing complete user restriction over windows , cool ha ??!? Please Vote!!

ASP_Volume2 #39336
RichText UNDO (update)

This is a good undo function in a mod. Only keeps up with the changes to the text, not entire copies of it. Uses very little memory for unlimited undos.

ASP_Volume2 #39355
Tamper Verification - Software Protection

Protect Your Software Against Crackers. See If Tampering Evident Using CheckSum's. Protect Against Hex Editors etc (Twin Project Example Included Incase You Dont Have A Hex Editor) First Project Checks For Tampering. Second Project Will Tamper With First Project So You Can See The Function In Action. Follow Simple steps in HOWTO.txt for full demonstration (Only 1/2 dozen steps) Comments/Votes welcome.

ASP_Volume2 #39357
LCD (Hitachi HD44780) control

This is a module that allows you to control a Hitachi HD44780 (or compatible) chipset LCD display (20x4) which is connected to the LTP (Printer ) port With this module you can control 20x4 LCD Display, and with some minor modifications the module can be adapted to control 20x2, 16x4, 16x2 displays as well. I know there's similar code snippets out there, but i just finished my own lcd project and felt like this is the simpliest yet powerfull piece of code that i just had to share with ya. Enjoy.

ASP_Volume2 #39359
Norton Daily Antivirus Definition Updater

Symantec's Live Update updates the virus definition files once a week. This is risky if a user is connected to and using internet all the time. Symantec also releases updates in a daily manner but they can only be downloaded and installed manually (Check Symantec's web site - www.symantec.com - for more information). This is not a practical solution. This application solves the update problem and automatically updates the virus definitions by checking for and downloading the updates each day.

ASP_Volume2 #39369
Abhishek's Animating Desktop Icons

Displays Animating Icons On You Desktop.This Code Is Incomplete But Fairly Functional For Demonstration.I Shall Release The Complete Code In Next 2 Days

ASP_Volume2 #39377
Resizer with anchors (a little like in .NET)

Just another simple resizer? No! There are many similar submissions, but this one is more convenient for developers - it uses anchoring mechanism based on the .NET concept. This submission comes with some samples and a special Frame component, that supports anchoring. Please leave your suggestions, comments and votes - if you like this code.

ASP_Volume2 #39384
A 3D Border Effects Example

This is a small example that shows how to create simple, yet effective 3D borders around the controls on your forms to enhance their appearance.

ASP_Volume2 #39413
CPU Monitor with LCD

CPU monitor with a HG12603 Serial LCD 24x8. require MDM software (link to download inside the zip file). This program show in a HG12603 LCD (via serial) Processor usage, up-time, memory usage, free disk space, temperatures of processor, voltage, and cooler rpm. The circuit to make this CPU Monitor is in inside the zip file. This program run in a Intel MotherBoard with PIII. Part of code I find in PSC TKS!!!!

ASP_Volume2 #39432
Evaluation Version

This program shows you how to use a form in your own program that shows a "evaluation period" window (view screenshot) that allows the user to evaluate your program for a certain time. This one cannot be cheated with by setting the system time back to an earlier date. The registration code is case sensitive. You can alter the location of the generated control file and the length of the evaluation period in the code. Everything is well commented.

ASP_Volume2 #39441
Basic Geometry

Draw a perfect arc using any 3 given points. Find a point on a line at any given distance from the start point. Find the common point where 2 lines intersect. Find the distance between any 2 points. Get the angle of a line in degrees or radians. The list goes on. Sample program included. This module is an absolute must for graphics programmers.

ASP_Volume2 #39445
sEARCH IN SUBDIRECTORIES UPDATED !!!!!MUST SEE

The update of my code now lets you search in drives and now the seacrh is more perfect WITHOUT API'S!!! Is perfect to a mp3 player to catch the files in one specific folder that contains subdirectories and PLEASE VOTE FOR THIS JOB IF YOU LIKE IT!!!

ASP_Volume2 #39446
AnswerIT(VoiceMail)

Voice Mail, answering machine using Microsoft Telephony. Must have MS Speech SDK Installed. This submission has the xtell.dll i left out before.

ASP_Volume2 #39453
Append to the System Menu

This is an example that shows you how to append unlimited items to the system menu! Reach where you couldn't reach before...

ASP_Volume2 #39454
Suppress the Textbox Default Menu

One of the most common obstacle for a beginner VB programmer is how to suppress the textbox right-click menu. This example shows you how with heavily commented code.

ASP_Volume2 #39455
Always On Top Class Module

This is a simple class module that wraps the Always On Top function to make your forms on top of others.

ASP_Volume2 #39463
Minimize scrap

Hi everybody!! This is my first submission, I made it some time ago in order to save some money. The application's target is to minimize the scrap in a wood wall recovering. I had to buy wood strips to recover a wall in a 45 degrees design, so I had to set the optimal lenght to reduce the scrap. It was very hard to find the matematical model ( combinations, etc) so I used hard force, to choice random groups and to find the minimal. Code is very rough but basically works. It is a very good example using listBoxes I don't need you vote for me, but comments and feed back will be appreciated.

ASP_Volume2 #39466
Printing to a dot-matrix line printer.

I've been asked several times how to print 1 line at-a-time to a dot-matrix line printer. The existing VB print daemon does the buffer thing and only supports page printing to an inkjet/laser printer. Here is the link I found at Microsoft that explains how to print 1 line at a time. http://support.microsoft.com/support/kb/articles/Q175/0/83.asp? Go to the website and cut/paste the code.

ASP_Volume2 #39469
Loading an Icon To The Systray

Here are 2 small demos of loading an icon to the systray (system tray) the first is Systray Basic, which is by the book and includes the Public Declare Function, "SetForegroundWindow Lib "user32" _ (ByVal hwnd As Long) As Long". This declare basically means if you click the icon in the systray to open the popup menu and then the click on something else besides the popup menu, this will close the popup menu. The second is a modified basic systray demo that I made that minimizes the form at startup and when it is maximized it is visible in the taskbar too. Both are commented. I have 2 other demos about icons in the systray as soon as I comment them i will share them. jim byrnes

ASP_Volume2 #39478
Easy, Safe Multithreading in Vb6 with Low Overhead - Part 2

Use the ThreadingAPI type library to safely CreateProcess in vb6. by Matthew Curland

Languages
Top Categories
Global Discovery