Results for "Volume: Java_Volume1"
This code is an ActiveX that let you put any icon image on the System Tray. Just select the image and the tooltip at the Properties Sheet and execute the ColocarIcono procedure. That's all. (It's a new version of a previous project published here. Spanish Version)
Code You can use for check and (if not exist) create DSN for Access DB in ODBC.
Extracts executables or other files stored as binary data in the resource of your executable
A chat application that allows chat over the internet using IRC. NOTE: There is an updated version of this code, I strongly suggest you download that version of it, since this version is missing a component.
Allows you to chat over the internet using SocketWrench(Included). Metasquarer is gone from the list, for all of the people looking for it. I became afraid of plagarism after someone copied my other code and made some money off of it.
Updated Now Includes a version of MasAsm interperter with a Hash Table. Also includes MasAsm byte code Assembler, and a IDE for you to edit your code and shell the assembler with.
This module enables you to manage file types programmatically (by accessing the Windows Registry). For example change Text Documents (.txt) to open with a text editor other than Notepad; Change the icon of eg. Text Documents. And a whole lot more. I hope you find this useful!
Finds out all possible combinations and permutations of any size from a set of characters which you can choose. Alternatively you can use the combinations thus derived to perform bruteforce attacks against another program or you may even add code directly to manipulate the words derived.You can make a dictionary and also there is a demo mode and also it is easier for you to set up the bruteforce attack when compared to my earlier program. Check it out.Also included is another program against which you could test the bruteforce attack. Specify two {ENTER}{ENTER} as the setup key.
Seems VB generate predefined values when use functions RND and RANDOMIZE(6.0), here is minimal improvement which generate You really reandom value...
Understanding the use for equations and being able to use alternative ways around arrays.
This is something I made after seeing people request a way to make transparent forms. The nice thing about this though, is that it makes it so that all the controls are still visible! And it works with transparent shapes and lines too! This is a great way to make your programs stand out from the rest, you have to see it.
When called with a string, will search through the string and replace a character of your choice with another character of your choice. For example, if you sent the string: "Hello to the world" And sent "o" as the character to be replaced, and sent "a" as the replacement It will return you with: "Hella ta the warld".
A collection of file associated functions such as GetLongFilename(), GetShortFilename(), GetFilePath(), GetFileTitle(), Exists(), etc.
Excellent functions for saving(SetInitEntry) and retrieving(GetInitEntry) data in ini files. Includes routines for a RecentFile menu (GetRecentFiles, AddRecentFile, RemoveRecentFile) which automatically fill and update your menu.
It is a Slider UserControll
The game TicTacToe for Two Players
This code will make a Non-Ole project 100% Stealth (Which means that it is invisible on screen, TaskBar, and the TaskList!
vbNotePad is a demonstration project to use the various techniques in building a complete application. It is used in a VB6 Fundamentals class. This application is MDI, uses the File System Object, Clipboard, CommonDialog Control, Word97/2000 to perform spell checking, Sendkeys, and various other techniques such as working with the Registry, Find, Replace, Optional Word Wrapping, Inserting dates,and Inserting information from a database using an ADO Data Control. Author: Joel Isenstadt: Tier Technology Training. Email: jisenstadt@tier.com Web Page: www.tiertraining.com
this is a small trick to add 2 numbers with out using the add signe + using XOR and & operaters. rate it plz
This demonstrates how to create a form using API only. It also creates a edit control (textbox) and a button control (command button). It subclasses the form and the command button and when the command button is clicked a message box pops up. Code is heavily commented and explains to you EXACTLY what the code does. If you have difficulty understanding the code, then don't hesitate to e-mail me. I'll be glad to help.