Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #198064
Family Address Book v2.0

This is a family address book program created using VB6. Its main purpose is to store personal address book information for each member of a family. THIS IS AN UPDATED VERSION OF THE ONES THAT I CREATED SOME TIME AGO. THIS VERSION HAS ALOT MORE FEATURES SUCH AS PRINTINING / SEARCHING, Personal Internet Links ETC. IT ALSO USES THE LISTVIEW AND TRE VIEW CONTROL TO GIVE IT A BETTER INTERFACE. REQUIREMENTS Microsoft Windows Common Control 5.0(SP2) - COMCTL32.OCX Microsoft DAO 3.51 Object Library. Please write any question comment or suggestion. Tell me if you find any bugs. Note : Read the file readme.txt before you begin using it. If you are running the program for the first time you have to allow the program to Create the Database file. Filesize : 296KB. CHECK IT OUT!!!. Author : OmarSwan.

6_2008-2009 #216054
PictureTrick or Sexy Progress Bar

Just an example of playing with Images

6_2008-2009 #196639
Close a window(if you know part of the title)

This code closes a window, if you know part of it's title. It uses some AOL API's, hehe(sendmessagebystring). I used it for closing Netscape windows because the "Window Class Name" always changed. Not sure if this code has any use though...

6_2008-2009 #207919
WinEliza w/ Text-to-Speech

This program is a follow-up on my previous submission (WinEliza). Besides using the Standard Template Library (STL) containers, streams, and strings, this version also takes advantage of Microsoft SAPI 4.0 to play actual speech.

6_2008-2009 #196641
File Manager

File Manager - I've seen no file manager's like this one. This is a popular format for a lot of programs. All Folders, Files, etc are in a Listbox. When I couldn't find any source code to do this.. I made it myself. Please let me know how you like it.

6_2008-2009 #210756
Database :: Blood Bank

This code is simply a database , this can store records , view all records , delete records , show statistics and do many more functions. For more information please contact [email protected], [email protected]

6_2008-2009 #196272
Drag Britney Spears

Drag Britney Spears,, this code teaches you the drag and drop function.

6_2008-2009 #208050
packet sniffer for windows

This programm sniffs connection between 2 hosts, and shows the source-ip/port, dest-ip/port, Flags,and the Packetdata(payload). It is a nice example for rawsockets with winsock. Test is and mail me ;=)

6_2008-2009 #196286
MailGateway ( modem sharer and modem sharing )

This code allows several users on a LAN to access their mail from an ISP by using Windows NT 4.0 RAS services. Only ONE modem is needed for several users. Please note that this is NOT and e-mail client. The app acts as a gateway between your email client and the ISP This code dials the ISP and allows several simultaneous connections, I have tested this for 25 simultaneous connections, so it should be O.K for a small company. The code also disconnects from the ISP after a few seconds of innactivity. All YOU have to do is the following (1) Make sure that you have RAS services on your NT server, a valid Internet account, and have this executable code running on the server (2) There are 2 Winsock controls on the form called RemoteSMTP(0) and RemotePOP3(0). Change the "RemoteHost" property for these controls to your ISP's mail server name (3) Your mail client must be set to use the IP address (or name ) of your local NT server, not your ISP's mail server. Just the IP address or the name! Nothing else should change (4) Configure your Internet dial-up connection to "close on dial", otherwise you'll have a new window popping up every time the computer dials out Once the executable is up and running you can test it manually by running the following command telnet 127.0.0.1 25 The dial-up screen should appear and the modem should start connecting. After a few seconds, your telnet screen should show you a message saying that you have connected to some server somewhere. This indicates that your server is properly configured.

6_2008-2009 #207882
Programming an operating system

You might always be wondering how ur windows control ur computer from the very start till the very end .. if you want to work on making ur own operating system this is the place for u .. this project covers a small operating system which is open source .. and it is self explainatory i will also add a tutorial on it soon.. link for the project: https://sourceforge.net/projects/moprsys

6_2008-2009 #213203
Borderless webbrowser

This webbrowser, based on Chet Mancini's webbrowser (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1765&lngWId=10) is a borderless webbrowser. I build this browser since a friend needed a monkey-proof browser in his shop for his customers to surf his informationpages. There is only a mouse attached to the pc it runs on; I have disabled the rightmouse-click so people can do no harm.... To navigate to a (new) page, press CTRL + N and fill in a URL or browse for a local .html file. The programm can be closed by pressing ALT + F4.

6_2008-2009 #195947
aRename Files in Folder in Sequence (New)

This is an update to my previous program which renames all the Files in a Directory in sequence, eg. if you have a Directory full of Files and you want to rename them all the same but with a index number on the end then this will do it. This new version can increase and decrease the index number, rename the extension only, with the option of having the Filename UpperCase, LowerCase and Selectedcase, (SelectedCase sets the first character to UppersCase and every character it finds after a blank space, eg "this is a test.txt" would become "This Is A Test.txt", you can now do this operation on selected Files only. Very simple program but comes in handy especially when renaming .gif files to make animated gifs.

6_2008-2009 #196644
Account for the taskbar when centering a form

This code takes account for the taskbar and the office toolbar when centering the form.

6_2008-2009 #215089
Basic Payroll

Hello everyone. I developed this program for begginers like me on how to develop programs in C#.NET 2005. Hope you will like the codes/functions that i made. Happy coding everybody and God Bless you always.

6_2008-2009 #215690
Oops in .NET

Hi! Friends This article show how "Object Oriented Programing" goes with .NET. Many people have bit problem with OOP's Concept in .net, So just take a look, then..... Ofcourse you are going to Vote. Bye.. have a fun

6_2008-2009 #196645
Animated gif display

This code allows you to display an animated gif file in your project

6_2008-2009 #198050
VB-PacMan The Full Game

Check Out This Very Cool Pacman Clone. It's A Fully Featured Game Which Includes Its Own Level Editor and 5 Different Level Schemes! If You Make Games In Vb, You Must See This! This Game Is Brought To You From The Creator Of Quad-Ball, Which Many People Loved And So Far All Of My Submissions Have Won The Code Of The Month So You Must See This One Too.

6_2008-2009 #207313
VB.net MIDI piano, using C# package

Play MIDI piano, open MIDI files, go thru all events, play MIDI files. All using Steve Toub of Microsoft Midi package written in C#. Example of how to use C# programs in VB.net

6_2008-2009 #209253
Ray Tracing Basics from begining to Advance

[Best and Simplest Ray tracing in Java] I have made enormous search on internet to learn about Ray Tracing but no effort but with the Articel searched and formuale I have come to made a Wonderful Ray tracing Examples with simplest code and present it supports diffuse light and ambient light. in future i add specular light,shadowing and ground plane. hope all of you like my code very well. to convert HSVtoRGB i take the help of tutorial at site http://www.mandelbrot-dazibao.com/ so i appreciate their tutorial and they are very helpful for me.

6_2008-2009 #196648
clsMp3Info

This provides ID3 information about an MP3. Originally from MP3 Snatch, this fixes some bugs and provides a method of "generating" artist/title/album information based solely on the filename (for those files without ID3 tags.) "(New Order) - Bizarre Love Triangle.mp3" and many other formats are parsed.

Languages
Top Categories
Global Discovery