Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #187805
Golden Mean ( Fibonacci Sequencer )

Golden Mean Fibonacci Sequencer This program will sequence up to the 1,476th Fibonacci number (309 digits long). These super long numbers avoid exponent display ( E+ num ) and rather spell out the value. It shows the Golden Ratio for each number and explains in the code exactly how to come up with it. The Golden Ratio is an extremely interesting number as it appears in many things in nature such as pinecones, seashells, body parts, dna, reproduction of bees, hurricanes, birth of universes and much more! The mysterious number Phi has been found in many ancient architectures and even in paintings by Leonardo Da Vinci. The numbers were also used to create beautiful musical compositions. This is definitely something worth exploring.

5_2007-2008 #179898
ADO Address Book

This project was developed to help those just starting or wanting to start usind ADO and MYSQL Database. Contains a module that creates a MYSQL database on the fly. Hopefully this will help some of the new people get off the ground with ADO and MYSQL quickly and learn the full capabilites of using this combination. Please read the Program and Module notes before running.

5_2007-2008 #187652
Programming with the WinXP firewall

This code teachs you how to change WinXPSP2 Firewall settings via the hnetcfg.dll with VB6. You can 1) Enable and disable the Firewall 2) Select Ports from a large Portlist (with description and trojan info) and add them to the Windows Firewall Settings 3) Allow and Disallow incomming ICMP requests NOTE: you need WinXPSP2 to run this code. References to NetCon 1.0 Type Library and Microsoft Scripting Runtime Download this code and much more VB6, VB.NET and C# Code from my Website www.visualsoft-net.de

5_2007-2008 #190461
Text Progress Bar

Give this function a number from 0 to 100, and it will generate a cool progress bar made of text!

5_2007-2008 #187611
A Four Player Pong Game - 4Pong

I came up with the idea of having a four player pong game in college when player on a friends pong game. So I sat down and coded it. This game allows for four human players to four computer players (with varining levels of difficulties). It's extremely fun to play, if I do say so myself! However watch out because every so oftern the ball might explode into three different ones at different speeds and directions! Please comment on what features you like and what you think could make the game better, thank you.

5_2007-2008 #191735
Find Function For TextBox - [ New Update ]

This is an example of 'Find Function' for TextBoxes.It can perform MachCase,WholeWordOnly search and easy to use.Now updated.I want your 'FeedBack'and never forget to -Rate- this code.Thanks to Rde:-),you strikes once again.

5_2007-2008 #192272
FruitLandGame

Funny

5_2007-2008 #182374
FYI: Alt+Tab Icon Updating

How do you change the icon that appears in the Alt+Tab window? This is nothing new can be found on MSDN. The notes I added here are of interest. More info for skinning forms. Changing a form's icon doesn't affect the Alt+Tab window; you need to change the icon in an upper level, hidden window. Code below shows how. Notes to keep in mind.... The icon does NOT have to be one assigned to a form! If not, the only thing to remember is to cache that icon handle and don't destroy it until your application closes or you reassign using the same code below. Should you not cache the icon, and it is destroyed, the Alt+Tab will show a "blank/invisible" icon instead.

5_2007-2008 #192017
[Updated]Registry Access Class Module

With this class module you can access windows's registry base and edit String, DWORD or Binary data type. List of functions (in class): -ReadString -WriteString -ReadDWORD -WriteDWORD -ReadBinary -WriteBinary -KillValue -ValueExists -EnumValues -KeyExists -CreateKey -KillKey -EnumKeys -HasSubKeys -ExportToReg -ImportFromReg -isBinValid Enjoy! Update: fixed some bugs and added new function...

5_2007-2008 #185418
Attack Tool Kit 3.0

The Attack Tool Kit (ATK) is an open-source utility to realize vulnerability checks and enhance security audits. The most important changes in ATK 3.0 are the introduction of a dedicated exploiting routine and the Plugin AutoUpdate (over HTTP).

5_2007-2008 #192181
Tweak Machine (compatable with all Windows versions)

Tweak Machine (compatable with all Windows versions) - This application consists of highly graphical detail of configuring or changing the system registry for security purposes. It would come to use for networking or home computers. Have you seen that these programs cost lots of money, well this program is free to use. To stop unauthorised users trying to change the registry this program is password protected with a extreme encoding process and have the capability of changing the password. If you are not familiar with the registry do not try and change it your self because it could crash the system. This uses high-tech xp style buttons. This also has four user-controls textbox, checkbox, frame and xp button. The checkbox is a fully animated button, when you click it, it changes the image. It is composed of two screens which are accessable by pressing one of the buttons on the bottom-left of the screen as shown in the screenshot. You are able to; hide the Control Panel Applets, Remove Programs, hide drives and many more. One that is highly used thoughout networks is Dont Display Last User logged onto the network. I would like to thank Noushad P for permission to develop his program which was based on Windows 98. I also would like to address that I do not take any responsibility for any system crashes or failures. This program is not to be sold.

5_2007-2008 #186573
Create a Table of Procedures

Use to make a list of the procedures in your app and paste them in like a table of contents. Hopefully it will be of some use. Had fun programming it anyways.

5_2007-2008 #186985
Send EMAIL your local machine with/without SMTP

Send your emails without SMTP email server on your local machine. You cand create email list and send emails your list ! Easy & powerful ! Thanx for votes..

5_2007-2008 #184916
Firefox Wait Control Clone

A control that mimics the wait control shown by Mozilla's Firefox web browser when navigating to a web object. Updated Nov 17, 2004 - added BackColor and IsPlaying properties.

5_2007-2008 #192201
WebBrowser_Vix

Beginners guide to a graphical Web Browser, with loads of comments. Please feel free to reply with any comments you may i have as this is my first submission.

5_2007-2008 #191631
Office Assistant like Ms word/Outlook

When u open outlook/ms-word a office assistance comes up,this application just works as outlook or word. u can this assistance in any u r application. its works very nice. this application is good & i take this application thought from a web-site. but now its yours. OFFICE ASSISTANCE.

5_2007-2008 #190647
VB for JavaScript

Updated 11/19/2004 Added check for deliminator (/ - or .) This JavaScript file allows coders to use common VB functions that are not available in JavaScript to handle strings and dates, functions include Parse(), Len(), Left(), Right(), inStr(), DateAdd() and DateDiff().

5_2007-2008 #188615
VTH - Visual Basic Source Code to Html Syntax Highlighting Converter

VTH is a vb code to html converter, its good for creating help file snippets with a colored background. See included read me for more info. Please post any code it wont process here.

5_2007-2008 #190477
File Exists PLUS

Determine if a file exists and retrieve information about size, creation/modifed/access dates and file attributes, this could also be modified to retrieve version information as well. UPDATE: In Response to Solo's statement you can now also retrieve file version info and other information such as company name, file description, default language, etc.

5_2007-2008 #179060
Revelatek MDITabs Control v1.05 *BIG UPDATE*

Revelatek MDI Tabs control provides you with the ability to have Visual Studio.NET, Office 2003 and Office 2000 style tabs. To use this control you don't have to write a single line of code you just need to put it on MDI form and that's all! UPDATE: Check out comments bellow for update history.

Languages
Top Categories
Global Discovery