Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #221676
Cool StatusBar - Look at the Screenshot!

The StatusBar, a boring control? This code shows you how to get effects like in Internet Explorer! Included features: -Animated icons in the StatusBar -ProgressBar in the StatusBar -Ready/Working display exactly like in WinZip Have fun and vote for me!

7_2009-2012 #223048
ActiveSpy

this is a good popular toy,shows you how to use the -registry -keyboard -winsocket control I put the code in very simple way so all of you can get what's going on :> feel free to update the code,and to shoot your comments *after compiling,dont run it in your system unless you know how to remove keys from the registry.

7_2009-2012 #222065
IRC Service

A great IRC Service made in Visual Basic! It is too complecated so please take it easy... It has Clone Checking, User Modes are supported, Channels are Supported and many other features! Please check it, it worth, it took me too long to finish it. Try not to abuse it because it may harm your IRC Server which is linked on it. Thanks ;) It would be greatly appreciated if you vote for me.

7_2009-2012 #222155
a Nibbles Millenium

Relive the arcade, this game is an exact replica of the original "Nibbles" game that comes with Q-Basic. Featuring 2 player mode and 10 Level. For more detail please visit my web site on http://www.medievilz.com

7_2009-2012 #223069
a Scrolling Credits app

This application shows you how to implement scrolling credits. There are two different demos: top to bottom and left to right. You can click on the credited individual to send him/her an e-mail.

7_2009-2012 #221677
Custom button in Titlebar - Updated!

This code shows you how to place an own CommandButton into the Titlebar of your program. Great for special commands in your app. Easy to implement and a cool thing that will impress your users. Enjoy! AND VOTE FOR ME! To users of WinNT4 or Win2k: I am sorry I have to tell you that this code won´t work on your system. That might be because NT Technology has got a higher security level and doesn´t allow this program to hook windows.

7_2009-2012 #222548
Your Weather v2.0 *Contest Winner For August*

I have made some upgrades to my project which was a contest winner for the month of August. This program gets your local and extended 6 day forecast as before. Now this program features a new and more unique GUI, a function to UPDATE at any given user interval, and docks to systray. Very well documented code. All around great app.

7_2009-2012 #221678
Columns in Menues! Look at the Screenshot!

This code creates a column menue from a normal menue with a free selectable number of items in one column. This works also with bitmaps in the menue. Useful when you have menues that are too large for normal VisualBasic appearance. Enjoy! AND VOTE FOR ME!

7_2009-2012 #221939
WebPage Ripper

Pull down web pages the right way using wininet.dll from within VB. I needed a quick and dirty way to pull down a web page and the inet control doesnt distribute among its other problems.

7_2009-2012 #221680
ProgressBar in Titlebar

Shows you how to put a ProgressBar into the Titlebar of your program. Great for loading a form. Enjoy! AND VOTE FOR ME!

7_2009-2012 #218504
MX Lookup Control (UserControl)

This is used to get the MX records of a host. This is a usercontrol, with a demo project. It has a ton of good code. Including how to get the DNS of your local machine in code in every possible way (there are many). So the control can find the dns itself. This code has code from Jason Martin (http://www.planetsourcecode.com/xq/ASP/txtCodeId.11006/lngWId.1/qx/vb/scripts/ShowCode.htm)

7_2009-2012 #223071
ADO and MSHFlexgrid and MonthView contro

This code demonstrate how to connect to database (Patients97) using ADO code alone. I also demonstrate using the MonthView control and MSHFlexgrid control. The database called Patients97 contains customer details like name , address, customer number etc and appointment date and time. On the form, I have an MSHFlexgrid control, a MonthView control and a command button(cmdViewAppt). Clicking the command button connects to the database using ADO code and the details are displayed on the MSHFlexgrid control. You can display appointments for a particular date by clicking on a date on the MonthView control (MonthView1_DateClick event) and the result is displayed on the MSHFlexgrid control. I have not figured out how to create a report yet. What I'll like to do is to be able to pull the information on the MSHFlexgrid control and display it as a report which can be viewed and printed.Preferably I'll like to use the data report designer but I won't mind using excel or word or is there a way to use DataEnvironment designer? Please e-mail me any improvements or additions at [email protected].

7_2009-2012 #220241
Ball Clock

Uses the 'Time' function to manipulate the vb Shape control, basically just a fun way of seeing what time it is.

7_2009-2012 #223020
HotmailBox (Hotmail Client) ** Updated October 6**

UPDATED Sept. 10This is a much improved version of the Hotmail Checker. It has support for multiple inbox pages, downloads and saves messages for later retrieval, stores your message headers, sends messages and deletes messages. It now includes an Address Book and support for multiple Hotmail accounts.Bug with the timeout timer was fixed.** OCT 6 ** Problems with registry under Win95 OSR2 and Win2k should be resolved.** OCT 6 ** The program was apparently broken and is now functional again** NOV 9 ** The program should show something when it starts up now

7_2009-2012 #238408
Advance Snake Game By Nilesh Hamane

It is a Advance Snake Game.Plz read instructions first and try for voting my code.

7_2009-2012 #238255
Hosptal database management system

this is d coding in whihc u can take arr d system of hospital credits...its some what basics of database n data storing..

7_2009-2012 #218126
System Loop Counter

This program will count the amount of times your PC can loop in a second. It is intended to see which Processors are faster than others for my sake, thats all. Please use the exe file to test(faster), and post a comment with the result that the program creates. BTW it takes 15 seconds to test, of which your pc will prolly be paused

7_2009-2012 #220694
Spearmint

Spearmint - The sequel to Mint, is an Instant messenger for NT networks. Spearmint allows you to see who on your NT network is online, and, if they are running Spearmint, send them instant pop-up messages, as well as many other features!

7_2009-2012 #222038
InetSpy

Did you ever want to know what sites your children/friends visited from your machine while you're absent? Here it is! This app monitoring IE activity and save to log all sites visited. Run invisible. You can make it visible by pressing HotKey (Ctrl+Shift+P in this sample, but you can change it from code). Allow set app as running in startup. Technique used: - superclassing all IE windows and monitoring opening new windows - Hide app from Ctrl+Alt+Del - Using HotKeys in app - Set app as running at StartUp

7_2009-2012 #217793
Screen Capture

To capture the screen within a user defined selection, also captures a color from the screen in hex to be used in programming colors for html. No user form needed, just a small little exe that sits in the system tray, a right click will show it's functions. Copies to clipboard for quick use in another program. Source code uses bitblt for quick results instead of painting. This is all I wanted, works great, you may want to add an interface to allow you to save, edit, whatever the images you capture instead of just putting them in the clipboard. Also, shows the dimensions of what you are going to capture as you are dragging the mouse. If you click capture image the program will wait for you to click a start area, then drag the mouse (don't need to hold the mouse button down while dragging) and then click the left button when you are ready to capture, click the right mouse button if you want to start the capture over, click the esc key if you don't want to capture after all! Very fast on my machine, only tested with VB 6 SP4. Not tried on anything else.

Languages
Top Categories
Global Discovery