Results for "Category: Miscellaneous"
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.
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!
This code demonstrates how to search a grid of characters for a given word. Similar to the game Boggle.
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.
tHIS CALCULATES ANGLES AND CAN MAKE IT TO... ESTA APLICACION PUEDE CALCULAR ANGULOS Y...
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!!!
This code lets you flip images vertical or horizontal and SAVE IT TO BITMAPS! PLEASE VOTE IF YOU LIKE IT!
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!
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.
Simple Example on How to Setup a Data Reader for SQLOLEDB in VBNET.
Flash a label and its caption between starting forecolour and colour of your choice.
You type a text in a text box and i write it to word 1 char at time you can chose time
Everything about events in C#.
This code will tell you how much disk space on your server you're using
This sample project shows how to get the following information out of EXE / DLL / OCX files: CompanyName , FileDescription , fileVersion , InternalName , LegalCopyright , OriginalFileName , ProductName , ProductVersion
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)
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...
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.
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.
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.