Advertisement

Results for "Category: Miscellaneous"

6_2008-2009 #195902
A Cool Form Scroller

A really cool code that will first - make the form expand down, then second - it will expand out sideways! No need to customize it to the size you want, it does that automatically. Just pop it in your code. Really easy - good beginner's code!

6_2008-2009 #195921
BEGGINER Backwards text.

Text comes out backwards AS you type it.

6_2008-2009 #195928
REAL Tool Tips

Have a little message show up when the mouse idles over a button.

6_2008-2009 #195930
How to fade one image into another image

Ever wanted to fade one image into another image? Like fade a picture of yourself into a picture of a goat? If so, check this example out. It shows you how to fade one image frame by frame into another image.

6_2008-2009 #195956
Font Browser - With preview text!

This program will grab all screen fonts avaliable, and add them all to a list, and to a menu! So you can select the font from a menu! Also, when a font has been selected, the 'Sample Text' font will change to the font selected. So you can preview fonts before you use them! And the list and menu's are in sync. So if you select something from the menu, it gets selected in the font list! Please vote for me!

6_2008-2009 #195958
Register Winsck.ocx & Inet.ocx - Files included!

This code will Install MSWinsock.ocx (Winsock) and MSINet.ocx (Internet Controls) and remove the crappy message about needing a license when adding the control(s) to the form! All done by a BatchFile. You do nothing but click on the batchfile!!! Its that easy! If you have had ANY ERRORS with these controls, or dont even have them, this well fix... DOWNLOAD NOW! Internet programmers MUST!

6_2008-2009 #195960
Command line usage

The purpose of this code is to demonstrate how to use command line swiches with your programs, how to use them, how they work, and how to set them up. All extremely simple!

6_2008-2009 #195971
Sort Array

Takes a string array and sorts it alphabetically. This can be used to sort a listbox without the sorted property set to true. The code is heavily commented.

6_2008-2009 #195972
Draw Percent

Ever been on AOL and downloaded a file. Did you wish you can make the effect of inverting the text when the progress bar reaches it? This code does just that. Example form included.

6_2008-2009 #195990
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.

6_2008-2009 #195995
Japanese Language Modules (translation helpers, misc)

This is a zip with 4 modules and an example of how to use them. The modules are for Verbs, Adjectives, Numbers, and Dates. They do many things. Such as conjugating verbs into all of their possible forms. Translating numbers (ex: 1 = ichi, 283 = nihyaku hachijuu san.) Converting dates and times from english to japanese, and others. Very helpfull for writing japanese study tools and flash card style programs.

6_2008-2009 #196001
Class Control Resizer

Class that will resize controls on your form.

6_2008-2009 #196050
The 5 byte EXE file

This article is based on Vbmew's "make 7 byte .exes" (http://www.1cplusplusstreet.com/vb/scripts/ShowCode.asp?txtCodeId=2221&lngWId=3) His article perked my interest in the Assembly language, so I went out and did some research. This article is a very brief primer on assembler and machine code.

6_2008-2009 #196065
ChangeRes_ini

This code will show you how to save the current Screen Resolution and colors to an ini file then change the resolution to a resolution you specify. On exit of the Form the program will read the ini file and change the screen resolution back to those parameters... This would be great for programmers writing games that need a specific resolution to run. thanks to Steve Anderson for his tutorial on resolution changes...

6_2008-2009 #196076
VB Snow Screen Saver Version!

This is an exclusive, screen saver version of the VB Snow program! I have been testing it as my default screen saver for a couple days now, and it works great! There is no config screen for it, but it works just like a normal screen saver should! I added full screen support (640x480), real time rotating snowflakes (done with calculations, not different pictures, real-time mask generation, and all sorts of nifty stuff! I fixed the full screen support to work much better, and added in multiple background support! You can add your own backgrounds in, just edit the backgrnd.dat file! Make sure they are 640x480 also, or it doesn't work well. This new version also adds in support to make this program work as a screen saver! You can right click the .SCR file included in this zip, hit Install, and it works just like a normal screen saver! (Minus the password protection)

6_2008-2009 #196082
Crash your Computer with 1 Line of code

this is a simple way of crashing your windows -computer using the rundll ...

6_2008-2009 #196111
Create Custom Textbox Popup Menus

This code allows you to display your own pop up menus when the user right clicks a text box

6_2008-2009 #196112
TreeView explanation

This code gives an explanation of how to use the TreeView control

6_2008-2009 #196149
Cool Desktop Thingies

You can hide/show things You can open/close cd drive (this one works!) and you can change the mouse cursor

6_2008-2009 #196151
Interpolation Antialisa Bicubic Resizing Algorithm

Interpolation Antialisa Bicubic Resizing Algorithm Produces close to the same effect LoadImage(..)API, which was resizing an Image to a greater height/width, and antialising it!

Languages
Top Categories
Global Discovery