Advertisement

Results for "Category: Miscellaneous"

2002ASP #4868
[Ace]ModPrint

A "GOOD" print module. Supports many functions like : SetFont SetupPrinter QuickPrint GetY GetX AlignCenter AlignRight AlignLeft PrintHeader PrintFooter PrintPageNum PrintLine CheckPageLen EndOfPage Hope you like it. If you need more functions, email me and I'll add them to the module.

2002ASP #4897
Gravity

You set the gravity and everything, drag the ball and then watch it drop to the ground

2002ASP #4899
aDynamicControls

The Purpose of this Example is to Understand the Various ways to Dynamically Add Controls into your Project. With each of the new controls, it may or may not have events due to how it is set up. The Example will use WithEvents, Class Event(subclassing),and VBControlExtender. If you like the coding, Please Vote! The more vote, the more coding I can write. Thank You

2002ASP #4901
TextPad FIXED ***

My name Is Jason and i Had hoped too create a fully Fledged working text editor and here it is TextPad , It has all these Features and more ; * Options Dialog * Full Screen Mode * Edit , View Clipboard Text * Text File Manager * Toolbar * Wordwrap Feature * Works On the Command Line * Can be default Text Viewer (*.TXT) * If user has Chosen Option, TextPad can Launch An External editor if the file is too large too be opened normally . * File Properties Dialog * Find Dialog * Launch Better Instances User has Choice Through Dialog or Through the Menu. * Recent File Menu

2002ASP #4902
NextPad (New Version)

Hello And Welcome Too NextPad,, Thanks For Downloading the Source Its Probably Not too great But hey !! Any way It has . -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu * Undo Option Added * Option Too Alter NextPad's Thread Process Priority * Option For NextPad Not Too ask Too Launch External Editor , Just Launch it. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 Code Was Revised , Restructured ...............

2002ASP #4903
NextPad (Update)

Hello And Welcome Too NextPad,, Thanks For Downloading the Source Its Probably Not too great But hey !! Any way It has . -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu * Undo Option Added * Option Too Alter NextPad's Thread Process Priority * Option For NextPad Not Too ask Too Launch External Editor , Just Launch it. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 Code Was Revised , Restructured ...............

2002ASP #4904
TextPad ( NEW VERSION ***)

Hello And Welcome Too Text Pad,, Thanks For Downloading the Source Its Probably Not too great But hey !! Any way It has . -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! THIS PROGRAM IS BY FAR THE BEST ( TEXT NON RTF ) EDITOR ON PSC !!!!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 BUGZ WERE FIXED IN THIS VERSION AND CODE WAS UPDATED !!!!!

2002ASP #4940
Registration Shareware Lock

This is a simple example of how to use a persons hard drive serial number, encrypt it, and make a shareware type registration lock to secure a program. Comes with program lock and registration key maker examples.

2002ASP #4964
Very cool Splashscreen effect

I think it is one of the coolest Splashscreens I have ever seen on PSC. Usefull for everyone who wants to have a professional looking gui for his apps. More effects comming soon. The speed is also adjustable.

2002ASP #4972
MultiClipboard

Multi-Clipboard is a small application that run in the systray, and it turns possible the use of up to 4 clipboards. In this version, it works with text only. To use: Copy Paste Ctrl+C+1 Ctrl+1+V Ctrl+C+2 Ctrl+2+V Ctrl+C+3 Ctrl+3+V Ctrl+C+4 Ctrl+4+V * Only using Control+C or Control+V, the application is ignored. sorry, this code is not commented. Enjoy

2002ASP #4981
A gui for the Nullsoft Install System (NSIS)

this is a gui for the command line based nullsoft install system

2002ASP #5034
Using C++ DLL in VB

Wanna know how to use those functions you just wrote in C++ in VB using a DLL? Here ya go!

2002ASP #5036
Disable Paste

Disable paste in a textbox.

2002ASP #5049
Eject and Load CD

Allows VB programmer to open/close a CD-ROM drive

2002ASP #5061
Search ListBox

This is a very simple code to show how you could search a ListBox for an item dynamically by entering a word/phrase in a TextArea. Double clicking on an item at the List, will cause infos about it to appear at another TextArea. Feel free to use this code or parts of it for your applications :)

2002ASP #5063
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.

2002ASP #5074
Split String for Word Wrapping

Breaks up a string so that it can be effectively printed - word wrapped - using the Print statement. SplitLines is a function in Visual Basic to return an array of strings from a long string such that the each array element has its P.TextWidth(Lines(i)) < W. The function uses the current font settings of the object P which could be a Form, a PictureBox or the Printer object.

2002ASP #5106
UniqueID Function

One-Liner to generate a unique Id. Does NOT require a database. No autonumber fields needed.

2002ASP #5135
Sniper Messager

Use this to scare your friends by installing the server on there computer typing in there ip address and bring up custom message boxes on there screen.

2002ASP #5137
El Scripto

This is another tweak of the somewhat popular scripting language JEL here on PSC =) I don't take any credit for the scripting class, but all of the other i've made myself! :) (I might add that it's not finished yet! There's alot more to do) Also, i've added some small network and keyboard input features and there's more to come.

Languages
Top Categories
Global Discovery