Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #155135
ICQ Clone

I took parts of a few source codes I found on this site and combined them and improved them to make a more complete ICQ Clone. The following three pages are where I took code from(that I remember). I made this like 9 to 10 months ago. As you might notice the code has been changed a lot from the originals. I hope this helps people. http://www.planet-source-code.com/xq/ASP/txtCodeId.6520/lngWId.1/qx/vb/scripts/ShowCode.htm http://www.planet-source-code.com/xq/ASP/txtCodeId.2039/lngWId.1/qx/vb/scripts/ShowCode.htm http://www.planet-source-code.com/xq/ASP/txtCodeId.10397/lngWId.1/qx/vb/scripts/ShowCode.htm I've included a text file with code that might assist in improving the communication between the client and server or client to client transfers.

4_2005-2006 #160416
Extended Custom Message Box

***********Default button bug fixed*********** This is a custom message box generator.It provides the following functionalities that are not provided by the MsgBox function in VB. 1.Allows you to change the font of the message. 2.Allows you to change the font color of the message. 3.Allows you to set italic font for the message. 4.Allows you to set bold font for the message. 5.Allows you to change the caption of the buttons. 6.You can have as many buttons as you want on the message box. 7.The Message box has a totally new border style. 8.You can also set the AutoUnloadTime so that the MessageBox will automatically terminate when the specified time had elapsed returning the first button value. 9.The MessageBoxEx function used to create the messagebox returns the number of button pressed starting from zero. 10.Use the AddButton method to add as many buttons as you like. (Max 255 i think this is more than enough.)

4_2005-2006 #160512
Cards Ocx

This is a remake of vbcards.ocx. First you choose a suit, then a then a cardnumber, then use the showcard event to display the card. Uses enums for the suit list and the card list. You have to see this for your self.

4_2005-2006 #158518
Code Statistics

Get the statistics of your code. Find out exactly how many lines it is. It is easy to modify this project to include other file types etc.

4_2005-2006 #157854
SQL Formatter

Formats SQL strings with quotes and line breaks for use in VB. This was a project that was submitted by another user that I have modified. I have added in the ability to update which SQL clauses will cause a line break, using a txt file. Also I have updated the SQLVarPos so that it uses an array for position location of key words. This also has better tab order and an auto-tab so you are ready to copy your formatted string as soon as you select "Format String".

4_2005-2006 #156487
Bumper Tanks - Beta

Hehe, another funny little 2 player game, you should check it out If you want a break :) It is not quite done yet, though, so please give me feedback! =D (and vote, if you find it worthy ;)

4_2005-2006 #159595
Text Animation my way

A really simple Text Animation you can use in your projects

4_2005-2006 #153278
Numeric Sort - 3 examples

This code contains 3 examples of sorting numbers. Bubble, Exchange and Shell sort. With shell sort I was able to sort out some 45 000 numbers in less then 8 seconds. (no API) If anyone finds a faster solution please let me know.....

4_2005-2006 #160513
a simple web server.

This is an example of a webserver. Very simple, supports images and files, 404 errors, and supports index files (index.html as default file) .

4_2005-2006 #160205
Diary

This App. shows you how to use skinz in your applications, Open files for Append, Save and Load Data, Do Logging, Give forms a custom shape, Apply security to your applications, Allow forms to stay at top most, Drag a form without a titlebar, Read, Write, and Delete entries to an *.ini file, Have error handling in your app and much, much more. Great for a beginner to intermediate programmer. Please leave comments and/or suggestions.

4_2005-2006 #160306
ButtonMaker

This simple program allows you to create a button, change it's size,position, font, text, color, and then it lets you choose an action that takes place when the button is clicked. This program is not very advanced, but I am planning to make a better version of it in the near future.

4_2005-2006 #160779
Disabler

The Disabler is a program to disable a computer temporarely. you can set off the CD drive to keep open, closed, or open and close over and over. You can put the computer into a "Dos" mode. Log of. shud down and more. Also allows you to disable the Ctrl-Alt-Del.

4_2005-2006 #160735
Simple Database Image

This code demonstrates a simple way to save Images (or any binary data for that matter) into a database... I would like to receive all kinds of comments and suggestions so, please give the same...

4_2005-2006 #157867
xp style menus

this code is a slight modification of the menu ocx. created by vbaccelerater. it give menus a windows xp appearance. it does this by placing a background image, chnaging the starting position of the menu separator line and changing the color of the highlight. you will need the subtimer dll, i have included it in the zip file along with the original vbacceletor code. please do not vote for me since this is really not my code. enjoy.

4_2005-2006 #160791
Enigma 3 - HTTP/FTP security tester

This tool will help you test security of your ftp or secured http site. At my test pc it tries 80 times a second a username/password from a dictonary. This program is not fully finished yet, there are still a lot of things I wanne change and bugs to remove. Just test it out on your webserver. Remember: This is a test tool, do not use this on public websites!

4_2005-2006 #160793
anyMail

anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.

4_2005-2006 #160794
TinyServer

TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.

4_2005-2006 #160795
AutoShutdown

AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.

4_2005-2006 #160736
COM - I (Introduction)

First tutorial of the series COM, Introduction about the series. The series will contain topics like COM, DCOM, MTS, Pointers, Dynamic Memory Allocation, etc. Plus some basic Data Structures like Collections, Structures, Arrays, Enum, etc.

4_2005-2006 #160398
___*Calculate Pi*___

Calculate Pi. This will only let you go to 32763 decimal places. ************************************************* If anyone nows any API for larger math please leave comment about it. *************************************************

Languages
Top Categories
Global Discovery