Advertisement

Results for "Category: Miscellaneous"

C_Volume2 #70735
A RGB & VB Color Coder

RGB and VB color coder has 3 ways of picking colors (scrollbars, slider bars, and common dialog colors). After picking a color it shows the RGB color code, the VB color code, and the color example... Not hard...

C_Volume2 #70738
Diablo 2 Item Socketer Source

This is the source code to the Diablo 2 Item Socketer I made. I'm just posting it for anybody who doesn't know where to start on a project like this :) I remember how hard it was for me to get started, so I thought I'd make it a little easier for newbies...

C_Volume2 #70746
ShockInstall

Create Flash movies and allow them to launch ANY associated file on your system. Ideal for use as a CD menu and the like. (Excuse the name, I always call Flash, Shock because I use ShockMachine a lot :-0 )

C_Volume2 #70769
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

C_Volume2 #70790
AIM TOC Password Roasting example

This program roasts AIM passwords for sending to a TOC server. Ths program also shows the process it goes through as it's doing it.

C_Volume2 #70792
AIM Password Extractor

This code will extract AIM (AOL Instant Messenger) screennames and passwords from the registry and then decrypt them with an extremely long algorithm. Then it adds them to listboxes.

C_Volume2 #70794
A Extremely Easy Clock

This code is the easiest clock ever... The code doesnt get any easier. If you like it vote for it.

C_Volume2 #70808
Passing a control array

Working with control arrays in VB3 was frustrating, but with VB4 you can pass a control array as an argument to a function. Simply specify the parameter type as Variant:

C_Volume2 #70834
VBScript Compiler!!This is for REAL!!

This code successfully compiles VBScript code into a .VBS which acts as an .EXE! It has many functions such as "Run" and "Last Run", along with the usual "New", "Open", and "Save" abilites! If you know VBScript (it is almost exactly the same as Visual Basic) then this program will be a temendous help. VOTE FOR THIS!!

C_Volume2 #70846
GetGuidID

This code creates a Genuinely Unique Identification Number, {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}

C_Volume2 #70849
GUID (Global Unique Identification Number) using API

The code bellow creates a Global Unique Identification Number (GUID), using the CoCreateGuid API found in OLE32.DLL on Windows 95, Windows 98, Windows Me, Windows NT and Windows 2000. The created GUID has five parts that represent the individual parts separated by dashes that you would see when viewing a CLSID or GUID in the system registry.

C_Volume2 #70869
simple way to enable/disable in any form

a very simple and very easy way to enable, disable controls in any form. You can also get all editable controls list in the form. no other code can be as simple as this :) This is my first submission in PSC....please vote for me (i just uploaded a simple application to explain how to use)

C_Volume2 #70884
A-1 ListBox (style =1) select

For Beginners. Copy the contents of ListBox1 to ListBox2 where the contents of ListBox1 is checked off. Remove any duplicates from ListBox2 and remove contents of ListBox2 where the contents of ListBox1 becomes unselected. (uhmmm... hope that made sense)

C_Volume2 #70889
Using Datareport utility in VB

This sample code will show how you can create wonderful, flexible and robust reports using DataReport utility that comes with VB6. It only takes minutes to create reports in VB using this utility. You can connect via dataenvironment and drag the fields you want to show in your report to the form, thats it!!! happy programming!!!!

C_Volume2 #70899
How to make a richtextbox link aware

Found on a chinese site, tidied up by myself, but not my original code, thought a few peeps would find this handy. This code allows a richtextbox to launch the default browser upon clicking a link in a richtextbox control.

C_Volume2 #70905
Seven Segment Display Example

....to make 7segment displays with ease!

C_Volume2 #70907
Newbie's Tutorial

This tutorial (in Microsoft Office .doc format) teaches some basic things about making a good app in Visual Basic, and about several basic functions, plus some stuff on data types. You'll learn lots of things to help you become a better programmer.

C_Volume2 #70911
MH-Scheduler

The first line of the DAS.INI file are boolean, You set what days of the week a task needs to be run, and assign a File to run, The Sample file included is a .BAT file. You will have to modify the Days.INI file in order to have the program execute properly. I wrote this simple program for the purpous of signing a system onto the mainframe on weekdays. You can replace the Shell() function with AppActivate() and SendKeys() if you want to advance the program. I used it to launch an AS400 macro.

C_Volume2 #70917
Log (class)

Easily log events. Log errors by passing the ERR object.

C_Volume2 #70948
Implode Form (with API) Project Included

I posted this code yesterday but I had comments on it and emails sent directly to me from my web site asking how to use it. Guess that is the problem when you only post the sub routine. So, here is the code again, but this time with a demo project. This uses the API to simulate the minimize effect you see of a form shrinking to the taskbar, but with this code you can shrink it to any place you want, like itself to show it imploding, or the tray, or to the mouse. KEYWORDS: FORM ANIMATION DRAWANIMATEDRECTS FOLD IMPLODE MOUSE TASKBAR EFFECT EFFECTS

Languages
Top Categories
Global Discovery