Advertisement

Results for "Category: Miscellaneous"

3_2004-2005 #136867
VB Translator

That is an example of as we can use a database to keep words of two languages. VB Translator translates from Português(Brasil) to English and from English to Português(Brasil) a word per time. VOTE FOR ME PLEASEEEEE... :) LEAVE A FEEDBACK!!!

3_2004-2005 #136871
VB Translator UPDATE

This is an example of as we can use a database to keep words of two languages. VB Translator translates from Portuguese(Brazil) to English and from English to Portuguese(Brazil) a word per time. NOW YOU CAN ADD WORDS TO THE TRANSLATOR. THE CODE IS VERY COMENTED. VOTE FOR ME PLEASEEEEE... :) LEAVE A FEEDBACK!!!

3_2004-2005 #136891
Code-Based Timers

Start and kill a timer using API calls only! Useful when you need timers that can't be placed on a form.

3_2004-2005 #136894
Record a WAV (*.wav) file

Finally, the RECORD source code for WAV files is here. Very easy, yet getting this (and all MCI commands) from Microsoft is like pulling teeth. We need simple code, so I brought this to you. Enjoy. I believe that I will start a website very soon, that will contain the entire listing and usage of the MCI Commands for the ordinary programmer like ourselves.

3_2004-2005 #136895
MP3Snatch v2.0

This revised code finally supports the MP3 "Genre" tag (WinAMP 2.22+ compliant). Loads of you have emailed me requesting this facility - I think this is the first such VB code to support it! Easy to implement and the new genre routine is compact. It was a right pain in the arse collecting the Genre descriptions ;-) Note:- A demonstration app is availble from my homepage...

3_2004-2005 #136896
ChangeRes

This Function will change your Windows Resolution. It is very simple, and it does what most Resolution Change Functions don't do, it changes the the Bits Per Pixels as well as the Screen Width and Height.

3_2004-2005 #136905
Sorting by columnheaders in listviews

This allows a user to sort the contents of a listview by clicking on a column header in report-mode. Clicking again will sort descending.

3_2004-2005 #136906
Form On Top (Your Application)

This ONE LINE of code will make a form stay on top of your application. This is good to use for toolbars, search forms, and so on. This WILL NOT make the form stay on top of all running applictions, only yours.

3_2004-2005 #136909
Add menu items at runtime! :)

This code adds allows you to add menu item's on your form while you are running it(runtime :)...

3_2004-2005 #136917
LZW Compression for VB strings

Another implementation of LZW compression for compressing VB strings. A 4K dictionary is used as suggested by the algorithm. A binary tree search is used for speeding up dictionary search. It accepts all the 256 characters. *** version 2 (23-Aug-99): bug fixed, performance improved ***

3_2004-2005 #136926
Dials a telephone number w/o using APIs

Uses the MSComm control to call a telephone number using your modem WITHOUT HAVEING DIALER.EXE! :)

3_2004-2005 #136930
clsSysTray.cls

A simple class to very easily minimize an application to, or to just create an icon in, the system tray. UPDATED & FIXED 6/25/1999 - Added new properties and fixed various things. If you have gotten this code before, please get it again (yes, it actually works now!). Read the comments for instructions.

3_2004-2005 #136938
Making A Splash Screen!!

Load any program and the first thing you see is a splash screen. Splash screens usually display the program's name along with a graphic of some sort, such as a pen for the Microsoft Word splash screen or the company's logo for the Procomm Plus splash screen.

3_2004-2005 #136945
Encryption

Encrypts and Decrypts a string easily

3_2004-2005 #136949
Easy passing parameters to program

Often you have to pass some parameters(Password,UserName,...) into the application.This code gives you elegant and easy way to pass as many parameters as you want.

3_2004-2005 #136950
RTPrintPreview

(Also known as DocPreview) A functional program to provide print preview and actual printing facilities for RichText documents in a text editor. Written in VB, the program includes functions such as preview Zoom-in and Zoom-out, page margins setup, selection of any specific page to preview and selection of any ange of pages to print. It even allows you to selectively print a highlighted text and/or picture only, etc.

3_2004-2005 #136955
Ping NT Server < 10 ms (Check if connected)

Ping NT Server

3_2004-2005 #136961
Hide your program in the Ctrl-Alt-Delete Dialog!

Always wanted to hide your program in Ctrl-Alt-Delete Dialog box, So people dont close it from there when you dont want them to....Well use this code and your problems will be solved...They cannot close your program unless you let them through yours...MUST HAVE!!!!

3_2004-2005 #136991
Detect if Shift Key is down

A function that returns whether or not the shift key is currently down.

3_2004-2005 #136997
How To Integrate Plug-Ins in Your Applications

This is a demo application of using ActiveX DLLs to implement custom plug-ins in you programs (written by you or other people), including methods to install and load them.

Languages
Top Categories
Global Discovery