Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #221824
Class Module Tutorial

This project is designed to be tutorial for implementing a class module. I wrote this in order to learn more about modules. I used character replacement as the task since it may be of use after the project is entered. I hope that it will be of assistance to others. This program allows the user to replace a chosen character with another character in a given string.

7_2009-2012 #221830
Deluxe Atomic Clock Synchronizer!

Have you ever noticed that your computer's clock isn't very accurate? If so, then this code is for you! This program automatically connects to the U.S. Naval Observatory's atomic time server, and retreives the current Coordinated Universal Time (UTC). It then examines your system's time zone settings and daylight savings time settings, adjusts the UTC time based on those settings, and then updates your system time. Depending on your network connection, this program will always set your system clock to within 0.5 seconds of the actual atomic time!

7_2009-2012 #221831
How to Search a Grid of Characters to Find a Specific Word (Like in Boggle)

This code demonstrates how to search a grid of characters for a given word. Similar to the game Boggle.

7_2009-2012 #221833
How to keep new Internet Explorer windows from popping up... great for the WebBrowser control!

Have you ever created an application that relies on a Microsoft Internet Explorer interface (using the WebBrowser control, for example), and you want to keep those pesky IE popup windows from popping up when you don't want them to? If you have, then you know that there is no built in way to keep Internet Explorer from creating new windows under certain circumstances. This program solves this problem by performing the following functions: (1) On startup, the program examines all of the active windows on your system and remembers which ones are Internet Explorer windows. (2) The program then goes into a monitoring mode in which it periodically (10 times per second) checks to see if any new Internet Explorer windows have been created. (3) If any new IE windows are found, the program posts a close window message into the new IE window's message queue, effectively destroying the window.

7_2009-2012 #221840
Angles MUST SEE!!!

tHIS CALCULATES ANGLES AND CAN MAKE IT TO... ESTA APLICACION PUEDE CALCULAR ANGULOS Y...

7_2009-2012 #221841
sEARCH IN SUBDIRECTORIES UPDATED !!!!!MUST SEE

The update of my code now lets you search in drives and now the seacrh is more perfect WITHOUT API'S!!! Is perfect to a mp3 player to catch the files in one specific folder that contains subdirectories and PLEASE VOTE FOR THIS JOB IF YOU LIKE IT!!!

7_2009-2012 #221842
FlipImages AND Save it

This code lets you flip images vertical or horizontal and SAVE IT TO BITMAPS! PLEASE VOTE IF YOU LIKE IT!

7_2009-2012 #221844
SIMPLE & EFFECTIVE OCR (UPDATE: NOW IN ENGLISH)

THIS SIMPLE PROGRAM CAN RECOGNIZE CHARACTERS THAT YOU "TEACH" TO IT. IS VERY SIMPLE BUT WORKS WELL. ABOUT UPDATE: OK FINALLY COMMENTS ARE IN ENGLISH BUT REMEMBER THAT IS NOT SO GOOD. NOW YOU CAN SEE THE CHARS YOU HAVE TEACHED TO IT. VOTE IF YOU LIKE IT!

7_2009-2012 #221853
Jbook - Scribble.nu rip off

This code is a huge development on the last ASP code I submitted. This site allows you to log on users and create individual user profiles...all get their own journal which can be accessed through their home page...Just like scribbles.nu.

7_2009-2012 #221861
VB.NET/ADO.NET Data Reader Example

Simple Example on How to Setup a Data Reader for SQLOLEDB in VBNET.

7_2009-2012 #221868
Label Flash

Flash a label and its caption between starting forecolour and colour of your choice.

7_2009-2012 #221872
Cool writer Must see

You type a text in a text box and i write it to word 1 char at time you can chose time

7_2009-2012 #221905
Events handling in C#

Everything about events in C#.

7_2009-2012 #221916
Disk Space Usage

This code will tell you how much disk space on your server you're using

7_2009-2012 #221943
EXE / DLL / OCX File - information

This sample project shows how to get the following information out of EXE / DLL / OCX files: CompanyName , FileDescription , fileVersion , InternalName , LegalCopyright , OriginalFileName , ProductName , ProductVersion

7_2009-2012 #221945
CRC_32, String-encryption/-decryption, File-encryption/decryption, Passwords, Filewiping

This demo-project shows you how to use my C_Crypt.dll, whitch offers: 1. VERY FAST CRC-calculation on strings and files; 2. VERY STRONG encryption/decryption for strings and files; 3. Secure filewiping (Normal = overwrite every byte with &H00 then kill the file) (Governmentwipe = overwrite every byte with &HFF, next run with &H00 and third run at random. Then kill the file) 4. Flexible password generation In case of an unexpected error, the component writes a detailed logfile, C_Crypt.log. You can download my ActiveX Dll from ftp://ftp.confite.nl/pub/ and you are free to use it in your projects. (Source-code available)

7_2009-2012 #221950
Updated - 27 VB Hints and Tricks you should know

Just a bunch of VB6 hints and tricks I thought I could share with you. Many new hints and tricks you should know in VB6. How to add events to Windows Application log How to add controls in run time VB6 and the 2GB File limit - Be aware How to hide your application from task manager ASM Subclassing - Moving back is the safest way How to check for non-Modal permitions How to implement DIR$ correctly in your application. Convert ByteArrays to String and vice versa And more...

7_2009-2012 #221964
Rotation of points in 3D

This code rotates a point around another in 3D using simple fast code. It does this using x, y, z coordinates, cosine and sine. It is 100% accurate.

7_2009-2012 #221969
Desktophider

Do you have a beautiful wall paper but has got lot of desktop icons on it, only to destroy its beauty. Then this program will help you. On clicking the tray icon of this program all the desktop icons are transfered to a window and on clicking the tray icon again will restore all the icons. Put a short cut in the startup to load it everytime Windows is loaded.

7_2009-2012 #221970
SMALLEST CODE FOR FINDING WHETHER PROGRAM IS RUN FROM VB IDE OR COMPILED EXE

This function will return whether your program is running in Visual Basic Or it is running from the compiled EXE. This Function tries to print in the immediate window using the Debug.print method, which is available only in VB IDE and will be removed while compiling the code to EXE (or dll or ocx). The value being print using Debug.print method the raises a division by zero error and the error handler set the InIDE function to TRUE. I saw another code in Planet source code doing the same thing using a static variable and also calling the same function recursively. but this code is smaller than that.

Languages
Top Categories
Global Discovery