Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #32109
Stick'Em v1.0

A handy sticky note program for making notes on the desktop. Many quirks will be fixed in version 2.

ASP_Volume2 #32134
Trial Version Demo *UPDATE* Now supports date-expiration

This is similar to my last post, however it includes two ways to limit your software - by times loaded OR by *newly added* day limitations. Set it to however many days, and it will expire in that amount of days. Check it out :) A Special Thanks to Josh Downing who asked me for help with making his app support date-expiration. Thanks :D

ASP_Volume2 #32142
Calculate Checksum (CRC32 and CRC16)

Yesterday, I was lookin' for some code to compute a CRC32 checksum value but could not find any fast working code here. So I made this class file that allows you to calculate real CRC32 checksums. I also needed *FAST* code so this uses assembler code that you can use without actually knowing any assembler. This code is able to compute 56 MB/s on a P3 600Mhz!!

ASP_Volume2 #32160
Windoze v1.0

This is a module that will allow you to control some basic features on Windows 95/98. Show/Hide Clock, Show/Hide Taskbar, Get CPU Info, Get Paths or Applications/wallpaper/etc. There are quite a few subs and functions so check it out. :)

ASP_Volume2 #32183
Fun with the PC speaker

Shows how to use API to make system speaker beep, distort the beep, Keyboard, and beep according to mouse movements. Later I will add Recording features. The pc speaker is the most universal sound hardware.

ASP_Volume2 #32185
App Closer

App Closer is a small program which displays all of the open apps on your computer and allows you to choose one to close. This is my first submission, so don't blame me if it's a bit lame. Thanx.

ASP_Volume2 #32239
Screensaver Tutorial

This tutorial shows you how to create a basic screensaver with visual basic. You will learn how to add password boxes and the source code is included with the tutorial in word 2000 format(Works with word 97 too :')).

ASP_Volume2 #32272
!!!*Hide the Mouse Pointer!! EASY!*!!!

This simple code hides the mouse pointer when you want to. (o:

ASP_Volume2 #32278
!!!!***Cool Roll***!!!!

This is a really cool effect that you can add to make it so that when you click a minimize button, the form slides off the screen and a little mini form appears in the bottom left hand corner. When you click this mini forms title bar, the form appears again. A Very cool effect that I just figured out. (o:

ASP_Volume2 #32279
Add Serial Number Registration to Your Program!

Easily add serial number registration to your programs! Comes with a serial number generator, and an example of how to implement the serial number verify code into your program! Easy to add to your own program! Check it out!

ASP_Volume2 #32281
Start a screen saver from your code !!!

This code, you may insert in your program, allows to start a screensaver. Many other usefull solutions you'll find on my site: http://www.netcity.ru/~timur555/ Glad to see you !!!

ASP_Volume2 #32284
REAL Beginner Help !!!

This has stuff that beginner's would REALLY like. Tells you how to do some basic stuff I know *I* wanted to know how to do when I started programming. (VB 5 mainly)

ASP_Volume2 #32285
Misc. Coding (Hot!)

This code is made for newbies and veterans alike who need lots of different codes fast. It has: FileSave, FileOpen, ListSave, ListOpen, MakeDir, DeleteDir, DelFilesInDir, MoveFile, CopyFile, DeleteFile, ExecuteFile, Encrypt, Decrypt, BitEncrypt, BitDecrypt, DisableCtrlAltDel, EnableCtrlAltDel, HideCtrlAltDel, ShowCtrlAltDel, OpenCD, CloseCD, PrintBlankPage, PrintText (prints Text out of the default printer) MakeStartupReg, AddToStartupDir, MakeRegFile, Ontop, Notontop, InvisibleForm, HoleInForm, ClipboardCopy, ClipboardGet, ClearClipboard, Ping (ICMP), ConvertIPAddressToLong, Add, Subtract, Divide, Multiply, ToPower, ToRoot, FractionToDecimal, DecimalToPercentage, AreaOfCircle, Circumference, AreaOfSquare, PerimeterOfSquare, PerimeterOfRectangle, AreaOfRectangle, AreaOfTriangle, PerimeterOfTriangle, PerimeterOf4SidedPolygon, VolumeOfCube, VolumeOfPrism, VolumeOfSphere, VolumeOfPyramid, VolumeOfCone, VolumeOfCylinder, 2 and 3 color HTML, Yahoo! Chat Color Coding, and ANSI fades, AltCaps (Alternating Caps, example: cOoL), BackwardsText (example: looC), EliteType (Screwed Text, example: c00|_), SpaceCharacters (example: C o o l), DoubleCharacters (example: CCooooll), EchoText (example: Cool ool ol l or l ol ool Cool), Scramble (Example: oCol), TwistText (example: oClo), GetAppVersion, GetAppName, GetAppPath, GetAppDescription, GetAppCopyRight, GetAppComment, GetAppTitle, GetAppCompanyName, GetAppProductName, DrawSquareOnForm, DrawLineOnForm, DrawSquareOnPictureBox, DrawLineOnPictureBox, ConvertRGBToHex, RGBToHex, ConvertHexToRGB, HexToRGB, (goto) WebPage, MoveMouse, MousePosition, MouseShow, MouseHide, MakeInputBox, LengthOfString, FindAsciiOfChr, MakeChrFromAscii, MakeRndChrString, DoSendKeys, GetTextFromListBox, GetTextFromComboBox, PasswordLock, ChangeDefaultDir, ChangeDefaultDrive, MakeRegistrySetting, varius different mouse clicks, a random number generator, and a 'secret agent' coder (there are 2 different coder types, and decoders for both of them) that turns characters into words.. Over 120 (127) subs , organized in sections (20 sections), with a 'table of contents' in the code and in a text file, a description and error handling with EVERY sub, NONE of them need any extra .ocx files, and there are NO forms; it is ALL source!! Please visit my webpage at: http://hfubb.cjb.net/

ASP_Volume2 #32289
500 Sprites

500 sprites using Bit Blit with collision detection. How many frames per second can you achive? No timer used.... Only a loop with

ASP_Volume2 #32292
Copy a listbox to clipboard

Have you ever tried to the contents a listbox to the clipboard? Annoying, huh? Well this code can help! This will copy all the contents in a listbox and put ", " between each one

ASP_Volume2 #32301
Radix sorter

This code is the second fastest way of sorting a table of values. The only faster way found yet is a variant of this method. Umm... What can I say? It's really fast. Once you understand the concept it isn't too hard to write it in ASM either.

ASP_Volume2 #32306
Particle Engine

This program draws a stream of particles eminating from your cursor.They will proceed to fall to the bottom of the screen and bounce around. This is fully customizeable and would make a Great screen saver. UPDATED. LOTS OF OPTIONS!!!!

ASP_Volume2 #32309
Another Multiple CD finder

Find which drives, if any are CDs. A lot of the credit is owed to another person who submit similar code here (whoever you are, thanks). This code will help those who want to use the MCI codes to play a Music CD on different CD drives.

ASP_Volume2 #32316
A login thing

This is a ordinary login program, kind of like aol. It makes sure the person enters a username and a password more than 1 letter. It's pretty cool, I think. I would use something like this on all my projects.

ASP_Volume2 #32319
A Better SpellChecker

This is basically an enhanced version of the SpellCheck function that I found in MSDN from Microsoft. They left out a couple things.

Languages
Top Categories
Global Discovery