Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #30472
Make desktop icon text background transparent!

Ever wanted to make the butt ugly block of colour behind desktop icon's text disappear through code? well, now you can! I searched the net hi and low for VB code to do this but to no avail, so I wrote this. To my knowledge it's the FIRST EVER VB code for this, so check it out. It's only been tested on Win 9x & Win ME. Take a peek at my site at http://www.em.f2s.com if you like this code. Hope you learn something =)

ASP_Volume2 #30480
Send a preformated file to any printer

Q. How can I send a preformated file to a printer "as is". If I use Printer.Print then things like ESC get converted to a box or whatever chr$(27) is in the current font. A.I'm using following code to send AutoCAD .plt-files to my printer, and it works ok for me. "Soren Staun Jorgensen"

ASP_Volume2 #30482
clsSendKeys

Allows users to be able to send keystrokes to dos programs running in a windows95 dos box

ASP_Volume2 #30496
Randomize

Ensure that the random number generator is seeded properly.

ASP_Volume2 #30500
Elasic

This class can change size and location of contlols on your form if you 1. Resize form 2. Change screen resolution

ASP_Volume2 #30501
Mosaic

Takes a picturebox, and it's contents, and runs an animated mosaic transition through it

ASP_Volume2 #30509
Insert text

This code inserts text at the end of a textbox (or anything with a .text, .selstart, .sellength, and .seltext property) without adding the entire contents of the textbox all over again it saves a lot of time with long text and opening text files

ASP_Volume2 #30511
Credit Card Checksum Checker

Checks to see if a Credit Card Number is valid by performing the LUHN-10 check on it.

ASP_Volume2 #30512
Credit Card Identification

Determines type of Credit Card by it's number.

ASP_Volume2 #30518
Stop Typeing in Textboxes but dont diasble them

This Code stops the End-user typing o#into a textbox but still allows them to scroll it because it is not disabled

ASP_Volume2 #30523
FloatingForm

Creates a floating form on top of a previously existing form. Its useful for floating toolbars e.tc.

ASP_Volume2 #30524
TimeDelay

TimeDelay fuction is good for when you want to time out a loop, in milliseconds. Does'nt use a timer control, Uses simple api declare.

ASP_Volume2 #30571
MSN API (Huge Example)

This is an Example of MSN It is still buggy, messy and incomplete but I will Release updates until I have fully maped the MSN API! :D Please Vote and Leave Comments!!

ASP_Volume2 #30573
Serial Reader

Piracy is a big threat for all programmers. One of the preventional steps followed is to let program run on only a particular harddisk. If the user copies the program or even compies complete harddisk to any other computer our program should not run. But how can it be done. Obvoiusly by allowing our program to run on Drive with a particular serial no. Software checks the particular serial no each time it is executed. And if the serial no is not the same, the software doesnt execute any further. So here I have tried to make a program that simpy reads the Serial No of any Drive. And yes ! the code is very little, well commented and easy to understand ! Plz Vote if you like ! And also your suggestions are most valuable for me...

ASP_Volume2 #30577
Printers List

Get a list of all the printers available on your computer (Locally and networked)

ASP_Volume2 #30584
Create Controls at Runtime and Capture Events

This code will show you how to easily Create Controls at runtime and Capture there events 'With-out' useing API :). This code will show you how to add a command button and display a message box when its clicked. Please Vote and Post Comments!!

ASP_Volume2 #30585
Beginning & End of Month for Processing - Dates

Determine Beginning & End of Month for Processing

ASP_Volume2 #30589
Example of how to auto scroll

Teaches you how to auto-scroll a richtextbox, but it accounts for the vertical scrollbar. If the user has the scrollbar moved up, or at the top, it does not scroll down and stay at the bottom. This is very usefull for logging windows or chat windows. There is no code to do this on PSC. I would like to thank BillSoo from www.visualbasicforum.com for his help in solving this. He gave me the initial code and sent me in the right direction. After fixing it, here it is for everyone to use. This is just a little demo, the timer runs every second adding a line to the box, just watch it go and then play with the scrollbar, it only scrolls down if its already at the bottom.

ASP_Volume2 #30601
Selection Example

This example will show you how to select a control array of labels! (Ideal for custom ListBox's)

ASP_Volume2 #30604
Microsoft Direct Text-to-Speech

This is a Simple text-to-speech program that uses microsoft direct text-to-speech. this example teaches you 1. How to make text-to-speech speek 2. how to alter the pitch and speed of the voice plz keep in mind, this is my first submission

Languages
Top Categories
Global Discovery