Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #157601
Combine Text Files

I wrote this prgram to augment MRTG (Multi Router Traffic Grapher). Each night i generate new configuration files for all my routers, when that finishes this program combines all the files into one primary configuration file. Please Vote if you like it! :)

4_2005-2006 #150079
UltraSpy 2.0 - PLEASE VOTE

UPDATE: REAVEALS ******* MASKED TEXT - PLEASE VOTE Move mouse pointer over objects and UltraSpy returns info. Returns: Class, Window Text, Parent, and Unmasked Text. With the required info, you can enable windows, disable windows, change text by window text, change text by class, change text my unmasked value, and close windows by text. This code is a great way to learn API. If you vote, I will continue to make it better. Thank you. Armen Shimoon

4_2005-2006 #155549
_*CyberCrypt 8.0 KeyGen*_

Hi for you guys that asked for the keygen for CyberCrypt, Well here it is. Basic code so theirs no problem in understanding. If for your guys that don't know what CyberCrypt is, download the new version "CyberCrypt Self-Extractor edition 8.0" and check it out and leave some feedback! Thanks again.

4_2005-2006 #150080
Registration Key

A little app that I made to generate a key according to username. Also this app will validate the key. This is a little bit more advanced. Most validation routines actually take the username that is put in, and generates a key for that. Then it will compare that and what the user entered. This leaves a big security hole because anybody with memory editors can actually use the actual program as the keygen. My app actually reverse engineers the key into a username then compares usernames. =) have fun and change it as you like. Also, please vote!

4_2005-2006 #150081
Program with Command Line inputs

Make your application run from command lines or the run dialog with arguements. ie: myapp.exe -m No need to vote for this code because it is really basic.

4_2005-2006 #156836
All Clipboard Formats

It gives you possibility using all existing clipboard formats in VB. It is designed as ActiveX Control so you can use it in ASPs as well. Standard implementation of: - plain text - rich text format But also: - Biff5 - OEM text - DIF - UNICODETEXT - SYLK (The most powerfull) - CSV

4_2005-2006 #155214
Windows Blinds skinned rollover(hover) buttons, TipofDay, Date Time Stamp

Update 27-May-2001. Use these Windows Blinds, Adobe, & Neoplanet style skinned rollover (hover) buttons to brighten up your GUI. Button control by J. Pearson (Aug 2000 PSC). Hint: Put bmp's in resource file and load them into buttons at run-time in Form_Load. TipofDay & DateTimeStamp forms shows how this is done.

4_2005-2006 #156940
Proxy File Scanner

Proxy Scanner have created a program that solves the proxy challenge,No More subnet scan... Proxy Scanner is a free open source program that allows you to connect through several proxies at once to see if they work and if they work then will be added to a new list... check it out and give me feed back please...this is a challange for all those VB Pro Programmers why not IMPROVE this proggie and show your capabilities.

4_2005-2006 #158680
clsINI Fast, easy, robust INI manipulation

Ever wanted an easy way to store settings for your program? The registry is great and all but it's hard to check to make sure things are saved correctly and if you're not sure what you're doing you can clutter it up with junk quickly. The ini class can be compiled into a stand-alone DLL or included directly into your project. It has methods to create, delete and rename, sections, keys and values within a file making storing settings a breeze! If you have any questions or comments please post them here or email me at [email protected]

4_2005-2006 #150241
Quick Spy

A sort of programmer's tool, just look at the screen shot. It deals mostly with windows hWnds, and has a few more utils built in. I added a nice screenshot/capture utility to have handy and also a code generator for outputting the code needed to find a window. Download and look, it's worth it. Wrote it mostly as a tool for myself, but I am sure it will come in handy for others, so here ya go.

4_2005-2006 #151030
UPDATED Fill ComboBox From ini File (Module)

UPDATED! This is a Module that will help you fill a ComboBox from an ini file. It creates the file and allows you to add and delete from it. I just updated this to do a bubble sort and a few other minor Oops fixes. This code is well commented and should be easy to follow

4_2005-2006 #155448
ShortCuts,Start with windows,.lnk files

***Update 5/23/01 Sorry guys forgot to inlude the bas modules they are uploaded now. Updated *** Fixed a bug,Added ability to add a shortcut to the taskbar as a quicklaunch!This program will create a shortcut or .lnk file.Thanks to Dave Scarmozzino and Todd Acheson.Also demonstrates the ShellExecute,SHFileExists and WinExec api functions.Credit for the shortcut functions go to Dave Scarmozzino,I just made a pretty package.

4_2005-2006 #158128
Count the Number of Lines in your Code

UPDATE: Changed code so there is a listbox where you can select any file in a project or directory and get the number of lines of code. Also added an option to check all subdirectories when you are doing a directory search. ORIGINAL: I was recently at an interview where I was asked how many lines of code I have writen. The question kind of caught me off guard -- I had no idea!! Ya, probably in the tens of thousands, but no real clue. That sparked the idea to make this application. With this app, you can specify a directory, a single file, or a VB project file, and it will analyze the data and tell you how many lines of code are in the project. This is the first beta release of the code, so please leave feedback if you encounter any bugs, or if you have any suggestions that I should add to my next version. Just select the type of code you want to analyze from the dropdown box and select the location of the file. The application will return to you: 1. The number of forms in the project 2. The number of modules in the project 3. The number of class modules in the project 4. The number of Blank Lines in the project 5. The number of Commented Lines in the project 6. The number of actual coded lines in the project 7. The total number of lines in the project This is still a work in progress. I'm thinkin of adding as an output the number of procedures in the project. Maybe even break the numbers down per file. Please leave feedback and let me know what you think. If you like the code, please vote for it.

4_2005-2006 #159157
Office XP Style Rollovers

Office XP Style Rollovers ========================= Heres a quick example of how to make Office XP style rollovers. This is where when the mouse rolls over then button the background changes pale green and the edge changes green. Needs a bit more work done. Slaped it up in about 8 minutes. Keep on looking i will submit the latest version soon with full property minipulation. So buttons can be added and the bar draged and maybe even full toolbar access like in Office XP. All my own. NO ocx's. (Open Source)

4_2005-2006 #157002
Screen Lock (Transparent Form with Wave Effect)

This Program demonstrate various Functions. f.E. Transparent Form with Wave Effect, SysTray, Autostart (Registry, Win.ini), Cryptographie (Randomize Chiffretext by same Source,Bin Text Mode...), Hotkeys and more. Without Ocx or Dll also simple Api.

4_2005-2006 #155949
A Chatter (chat application)

simple ıp chat app.

4_2005-2006 #154282
OpenGL Color and Lighting Model Demonstration

This program demonstrates the color and lighting models implemented in OpenGL. It allows the user to view the effects of changing the ambient, diffuse, and specular color properties of the lighting in a scene. It also allows the user to view the effects of changing the ambient, diffuse, and specular color properties of an object in a scene. The user can choose between three different three-dimensional objects, and can even adjust the transparency of those objects in real time. Other options include the ability to move the light source in three-dimensional space along the X, Y, and Z axes, and the ability to select either flat or smooth shading for the object in the scene. This program is a great way for programmers new to OpenGL to learn and understand the OpenGL color and lighting models. NOTE: This program requires Microsoft's OpenGL type library for Visual Basic, and as such I have included it in the ZIP file. Enjoy, and let me know what you think!

4_2005-2006 #157396
Open, Print Pictures Fast!

Do have about alot of pictures you want to view fast? This will do it! It has its own open thing, so all u have to do is double click on an image and it will open. It will keep the open box open so you can keep load. Then you can print you picture.

4_2005-2006 #154283
OpenGL 3D Particle Explosion Demonstration

This program demonstrates how to create a particle explosion in three-dimensional space using OpenGL from within Visual Basic. The user can select the number of particles in the explosion, and can select the size of the particles in the explosion as well. The user can also choose to implement either positive or negative gravity in the scene, and watch how the gravity affects the particles. Other options include the abilty to select the color of the particles, including random colors, and to show or hide the XYZ coordinate axes. This program is a great way to learn about simple particle systems. NOTE: This program requires Microsoft's OpenGL type library for Visual Basic, and as such I have included it in the ZIP file. Enjoy, and let me know what you think!

4_2005-2006 #156847
TrayButton in TitleBar

This has kept me occupied for a couple weeks. Most of what is in here I learned to use while writing it. I think I have thought of everything, but maybe not. The button draws itself in the correct system colours, it sizes and positions itself according to system settings. I have noticed that the TrayMenu does not react properly in the development environment, it does behave itself once compiled though. Also, when compiled, the Tooltip does not work until after you have restored the App from the system tray, but it works ok in the development environment. I don't know why this is, maybe someone could explain it for me.

Languages
Top Categories
Global Discovery