Advertisement

Results for "Volume: 2002C"

2002C #8795
A Super Easy Delay Timer

A delay timer so easy, this paragraph is longer. I had to submit this easy code because it is not on this website. Uses no API, and it is very handy!!

2002C #9717
Sounds

Here is what I did to make my PC speaker beep at the frequency and length of time I want, using hardware direct control. It works fine in Win95 and Win98. Not in WinNT.

2002C #9642
AutoCompleter - Class Module

This code allows you to have an autocomplete function on any text boxes by creating an instance of the class module below and setting a text control on a form to is CompleteTextbox property. Ideal for those situations when you have multiple autocompletes. (Visual Basic 6 Only - Can easily be modified for 5.0 users)

2002C #9364
Docking Windows in an MDI Environment

This code enables you to have an MDI Child form "dock" with the MDI form like the toolbar found in the VB5/6 IDE and in various other applications. It can dock to any of the four sides of the form. Currently only support for one toolbar is there (i.e. the toolbar in VB as opposed to the project explorer and properties on the right side). This functionality may come soon.. If you find any bugs, please let me know via email or post the solution here.. An executable is also included. This code is a variation of the post found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3843 It *REQUIRES* the MsgHook32 OCX found here: http://www.mvps.org/vb/code/msghook.zip

2002C #9673
A Drawer : All about the paint program codes!

You can get many kinds of codes about paint applications like pencil tool, line, eraser, picker, gradation, open files, and more. You can configure options. And more! You can also get filters! Enjoy it!

2002C #9720
A 3D rotation program

The purpose of this code is show how 3D graphics work. This program shows how to do 3D rotations, Backface removal, and shading.

2002C #9721
Animated GIF - ALL CODE (revised)

Displays animated GIFs without any ocx or dll.

2002C #9452
Rotate WMF

This program lets you rotate a Windows Meta File inside a picture box.

2002C #8675
IsLoadedForm

Tells whether a form is loaded or not

2002C #9737
Access ODBC DB using SQL and a Data Control

This code will allow you to populate DBGrids and other bound data controls using a Data Control, SQL, and an ODBC DataBase.

2002C #9480
A KeyCode to Strings Converter

It is a function that converts keycodes [probably used in ???_KeyDown events], to strings like "Ctrl", "Alt", "F", "/", which are recognizable to the end-user. Great for game programmers who have a key configuration form!

2002C #9590
Multiple-User Rich Text IP Chat

A multi-user chat server/client that can support unlimited users, and uses rich text in the messages, allowing colors, font-styles and different fonts. The user running the server can kick any person logged in. Requires: RichTextBo control, Winsock control, and Common Dialog control.

2002C #9674
A Dancing Flame tester - Short Code but Cool!

This application will show a dancing flame. DANCING means the flame will be animated. You can controll the flame. ENJOY IT! Short Code / Specially Cool!

2002C #9486
Midi Input Recorder

NOW IT'S POSSIBLE ON VB! This code INPUTS MIDI DATA, and echo it to a selected midiOut device. Nothing more. If you are not interested in MIDI PROGRAMMING, my advise to you is that, do not waste your time with this. This was hard. BECAUSE: There is a callback function, which Windows calls many times during the recording. You can't find it on a documentation, as I could not. But now, here it is. I created it by looking to C related documents, and by using the 'AddressOf! operator of VB. I don't understand why it is not running from VB, (It crashes) run the .exe, or please compile it first, if you do not trust my .exe file. Oxokl.

2002C #9430
Scroll a larger PictureBox inside a smaller one

This class module, complete with demo project, will allow you to easily scroll a large picture box inside a much smaller one. This can be extremely useful when space is something you have little of.

2002C #10438
A CD-Player

A CD-Player with some functions and a cool form. This is a old code I programmed some years ago. A bit of the code is not from me.

2002C #9734
Amojeba Chat 1.1

A fully functional chat client/server. It seems as my old version was taken down so I did some updates and here is the new code. You can now add/del/edit users from the server program insted of editing the database manualy. Enjoy and start your own network!!

2002C #9740
An Othello Online Multiplayer Game

Play Othello Game in multiplayer mode with the TCP/IP or in local mode.... Winsock and recursive code...

2002C #9742
Change System (Message, Menu, Caption) Fonts

' Heres a very simple code to change the system ' NONCLIENTMETRICS like the the window title font, ' the message font,menu font using VB. You can also change ' other elements like status font etc ' in your window only or all the open windows ' like PLUS! or display settings (appearance) ' also it is possible to underline, strikethru fonts in ' your window with this code. This code is very useful ' if you are coding a multi-lingual software. ' For more info and more free code send e-mail. ' code by - NILESH P KURHADE ' email - bluenile5@hotmail.com

2002C #9743
ANIMATE WINDOWS ICON.

If you would like to have your taskbar icons and all the windows icons to be animated then this code is for you. This code demonstrate how icons of differnt windows can be animated.This example loads notepad and animates its icon. Note: It assumes the path c:\windows\notepad.exe, if notepad is located in a different directory please chage the code first. It also shows how the text (Caption) of a window can be changed. Code By: NILESH P KURHADE Email: bluenile5@hotmail.com

Languages
Top Categories
Global Discovery