Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #155223
Client search

This code is used to search for clients in an access 2000 database using ADO and a parameter query. In our database we have roughly 20000 records to search and it still finds them very quickly.

4_2005-2006 #170662
INVERTED PASCAL TRIANGLE

It allows the user to input the desired number of lines then after that it displays the pascal triangle in inverted position according to inputed number of lines. displaying of numbers starts from bottom to top to form ineverted triangle. It's good for beginners the code structure is easy to understand. please see the screen shot... thanks.

4_2005-2006 #171829
Simple Game : Snakes and Ladders source code for C begginer

This is a simple game of Snakes and ladders.Most of you may have played in childhood. It is simple to understand. You have to throw dice by hitting enter key. Both single and double player options are available. You may pass your move by pressing 'P' You may change color of bord by pressing 'C' If you are eaten by snake then you may fall down. You may also climb ladder. Coding this was great experience and playing game is great fun. Program runs under Dos and Windows.Wish you the best. Enjoy...

4_2005-2006 #155475
Flash (swf) player

This code can play any swf file (depending on what version of the active-x control you have installed). It has a small rollup remote control featue that also gives a frame count. I was going to be using this Active-X control in a project so this was just a way i came up with to work it out. Can also accept files dropped onto the icon of the exe.

4_2005-2006 #153339
QuikTic: PSC Ticker

This is a very neat little ticker that displays new submitted code just like the one on the left. It also has a cool Point-and-Search feature that doesnt require you to click the textbox, just move the mouse to the bottom left and start typing. Oh and when you click on any link, it will open it in your default browser, not inside itself like others have it. Please Vote and tell me any suggestions :)

4_2005-2006 #153697
ICQMAPI.dll DECLARES

Establishes Basic communication with Mirabilis ICQ through the Official ICQ API's.

4_2005-2006 #151542
Gorilla The QB Game Remade

If you have ever played the original Gorilla by IBM for QBasic, back in the days of DOS, you may remember how much fun firing that little banana at your friend was. Gorilla is back, now in VB, this is the same incredible game. Very good at teaching some basics of collision detection, and projectile motion.

4_2005-2006 #153698
IPCONFIG (VB)

Returns all Information about all Network devices in the computer (even Virtual ones like the PPPoE Adapter for DSL connections). Displays IP address, dns servers, wins servers, host name, etc...

4_2005-2006 #153699
Fax Server for 2000/NT

With a small bit of coding, you can modify this app to suit your office server environment as a fully function FAX SERVER. You MUST be running WINDOWS 2000 / WINDOWS NT, as these are the only two OS's that have the FAX SERVER Object.

4_2005-2006 #152658
Time Calculator

Visual Basic doesn't provide a adding function with "hh:mm" result this code does it! :)

4_2005-2006 #153311
PowerPoint Viewer

Hello, this example shows you show to view powerpoint (.ppt) files inside your vb project. You can also change the file and change some viewing options. Every line is commented. please vote! Thanks hope this help, Matt!!

4_2005-2006 #155421
ZOOOM - Extendable Arcarde Shooter

ZOOOM is an extendable action game that features all-rendered graphics, sound effects, music, midgame video, joystick support, two multilevel campaigns and more. You can use the built-in scripting language to customize levels. HTML style help is provided. Have fun!

4_2005-2006 #156241
Creating a ADO connection to SQL Server

A article showing how to create a global ADO connection to SQL server from a Visual Basic Client.I have more examples and programming solutions on my web site www.SQLwarehouse.com

4_2005-2006 #171890
Get Input from Console and Output Results to Html File - C++

This program get text input from user dynamically, and output user's input to html file. Output is going to be in simple html format. At the end, it tells user how many sentences he/she wrote. Note: i try to make my source codes easy to understand by giving descriptive names for functions, variables, and so on. I'm doing this to avoid writing a lot of comments. It is not the best source code out there, but it might help you in someway .... Hopefully! :-) Please leave any suggestions

4_2005-2006 #151331
Print an Envelope, with a company logo.

This can print with envelopes, it also prints a company logo with it. Very simple all you have to do is along the lines of this: frmPrint.Logo = "c:\...." frmPrint.City = "New York" [blah....] frmPrint.Line1 = "17" frmPrint.Init And that's that, up comes a useful little form that says its printing an envelope and it has a progress bar and its modal and everything. PLEASE VOTE... this took me ages to get this to work.

4_2005-2006 #155980
A port sniffer

This is a program that scans (sniffs) any IP address for ports that are running TCP/IP servers. It is ultra fast, takes about 13 minutes to scan 32,000 ports. If you like this code, please vote for it, thanx :)

4_2005-2006 #155981
IP address/port sniffer

This program is the opposite of my the other program I submitted (A port sniffer). This program scans a range of IP addresses, such as 127.0.0.1 to 127.0.0.254, for servers running on a port of your choice, such as 4232. It is fairly fast, takes about 3 minutes to scan 254 addresses. It is a complete, working program, but it could use a little more speed. My other program (A port sniffer) has a good demonstation on how you'd go about speeding up the scan. If you like this code, please vote for it, thanx! :)

4_2005-2006 #150914
Editor (HTML)

*FOR THE TWO DOWNLOADS I GOT BEFORE I SAW THE KEYDOWN ERROR, WHOOPS JUST CHANGED IT BEFORE UPLOADING* I`ve seen a number of HTML Editors posted on this site, but i`ve never seen one that selects the correct colour. It`s easy enough to select the correct colour as your typing the text, but what if you go back on yourself and start putting tags in etc. Thats where all the others have failed. Their not able to select the correct colour. This project only includes a RichTextBox which will format the text as it`s been written. I`ve tried to make it act similar to Microsoft Frontpage. It`s not a finished project so if you find any HTML text thats not formatting correctly, please let me know. I`ve also included a Menu item (Open Document) which when used will Format any HTML document loaded into the RichTextBox. Any comments much appreciated. Last Note, (This was created using VB6 with service pack 4). So don`t blame me if it dosen`t work on lesser versions.) If you use this project on any of your projects i`d like to see them. Thanks.

4_2005-2006 #151453
UnCommon Dialogs

I found this code on the web and thought it would be something worth sharing. It uses some advanced tricks that puts the Common Dialog box on steroids. It uses hook procedures to add controls to a common Dialog, center it according to the placement of the parent window, add a status bar and more! Check out the screen shot to see what the final result looks like This example shows buttons for copying, moving, deleting and printing files by using just the Common Dialog box alone (although the code to do these are not included, I'm working on it and I'm sure you will be too). The URL where I found this code is in the ReadMe text file. If you've never been to this web site, you gotta check it out!

4_2005-2006 #156258
Flash in VB [interactive]

This app shows how you can interact with a Flash (SWF) in Visual Basic. Made in VB 5 and Flash 4. Both the VB-source and the Flash-source are included, and commented. There's a simple way to control a named movieclip in a Flash from VB, see for yourself!

Languages
Top Categories
Global Discovery