Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #116571
SQL Stored Procedure Interface Generator

This nifty little program interrogates Microsoft SQL Stored Procedures and generates VB code to interface with them. The concept was Adapted for VB from David R. K. DeLoveh's work for Active Server Pages found at : http://www.15seconds.com/issue/010718.htm the article make for a very good read so do so if you can! I converted it to run under VB and spruced it up a bit. While programs like LockWoodTech's PROCEDURE BLASTER do the same thing they cost $$$ and this is free. If you like it remember to give a vote. And again thanks goes out to David R. K. DeLoveh's for his original work. With this code in hand it would be easy to modify it to be MTS/COM+ compatiable. For more extensive developers tools like this one check out www.LockWoodTech.com.

2_2002-2004 #116572
A different Window Shape Designer (Corrected Version)

An easy-to-use program to DRAW a shape for your form. Just several clicks ... and you have a beautiful-shaped form designed by yourself! See it and vote for it.I'll appreciate your vote.

2_2002-2004 #116573
Magnifier

This was created because I hated all those rectangular zoom windows. This allows you to magnify the screen in a magnifying glass. Much of this code was taken from PSC, if you want to vote for anyone vote for the people I borrowed from. So enjoy.

2_2002-2004 #116574
DirectX8 3D tank 'game'

This is a 3D tank 'game'. you control the tank on the landscape. You can fire missiles from the tank that forms craters in the land where it hits, or blows up trees. There is full collision detection. Read the readme.txt file in the zip for features and how to play. I created this to show off what TrueVision3D ( the 3D engine) can do, as well as to teach others how to use it. If it is worthy, please vote :) ***** I cant upload to PSC, please get it at: http://storm.prohosting.com/eric650/game3.zip

2_2002-2004 #116575
A-1 ListBox (style =1) select

For Beginners. Copy the contents of ListBox1 to ListBox2 where the contents of ListBox1 is checked off. Remove any duplicates from ListBox2 and remove contents of ListBox2 where the contents of ListBox1 becomes unselected. (uhmmm... hope that made sense)

2_2002-2004 #116576
Windows API functionality

I have seen many submissions on how to Hide/show windows functions but they werent all written very well or they were "overcoded". This code is very easy to understand and easy to incorporate into your project. I havent commented it very much but it doesnt need it really.I can comment it heavily if you'd like me too and re-send the code to you.Please E-mail me if this is the case. I also didnt consolidate the module's for the reason that its hard for a new coder to discriminate beetween neccessary declarations for there function's. I know this would helped me when I was starting out.Please vote and Enjoy-

2_2002-2004 #116577
Sample Telephony Application

This sample application shows you how you can create telephony application using the TAPI 3.0. You can dial any telephone number from your computer using this application. Read the readme file provided with the application for more information about TAPI.

2_2002-2004 #116578
Complete TextBox in pure code (no RTFs) with syntax colouring

This is a complete TextBox in pure code without any RTF box or anything. It supports custom colour coding, and lots more - now even comment colouring. Also supports external draw events. The Demo is a Java IDE.

2_2002-2004 #116579
VB Documenter

Document projects in VB

2_2002-2004 #116580
Using Datareport utility in VB

This sample code will show how you can create wonderful, flexible and robust reports using DataReport utility that comes with VB6. It only takes minutes to create reports in VB using this utility. You can connect via dataenvironment and drag the fields you want to show in your report to the form, thats it!!! happy programming!!!!

2_2002-2004 #116581
Cool Rotating Text

Ever wanted to rotate your text this is the code for you. Its pretty cool!!! Plz vote & comments =)

2_2002-2004 #116582
a ** PURE VB ** Space Invaders game

This a "pure VB" clone of the original Space invaders by TAITO. NO DirectX, NO Cheating, NO Wizards. ONLY pure VB who anyone can read and understand and... MODIFY! Please RATE IT!

2_2002-2004 #116583
Amazing Spiral Effect

This is an amazing spiral creator. So simple yet so complicated! Look what you can do with a simple PictureBox! Look for yourelf in my screenshot! Please also vote and add comments =)

2_2002-2004 #116584
Get the UNC Path

Networked drives. They're an administrative nightmare. In fact, the average user changes his networked drive letters more often than his underwear. But you can solve this problem of binding an application to a particular drive by using a Universal Naming Convention (UNC) path. This still references a network area, but doesn’t tie it to any one drive letter. And you can retrieve and check the UNC of a particular path in code using this neat little function. To use it, simply call GetUNCPath, passing it your drive letter along with a pre-declared empty string. If a problem occurs, the relevant number is passed back with the function. These can be matched with the possible return code constants. However if everything goes swimmingly, the function returns a zero (a constant value of NO_ERROR) and places the UNC path into the ByRef-passed variable. This code works by making a call to the WNetGetConnection function in MPR.DLL. It's essentially a neat wrapper for a regular API call.

2_2002-2004 #116585
A Tennis Game in VB! First time ever on PSC! Even features a Guard System! Check out screenshot!

Finally! A tennis game in VB! Sick of the ping pong ones? This'll give you a break! Features include: Computer Players, a tennis court(not official :=)), 3 different types of hitting the ball, moving around, even in the audience! I'll fix that. *duh*. A Program Guard System completly made by me comes with it too! Ok, here's some more info on this "Guard System" of mine. It opens up a password file and loads it to a rich text box. Then, the user must type in the correct password. If the 2 text boxes don't match, u got wrong password. Which means, it blocks access from people who doesn't know the password, and you can easily change the password without opening up VB! You change the password file to a txt file then you type in the password u desire, then rename it into .pass file and distribute it! With my permission of course. Hope it gets a desent vote! Enjoy!

2_2002-2004 #116586
FileExists Function With Demo

This is a function that will check if the file is present on the gived Path.This Is Verry Easy.

2_2002-2004 #116587
Binary string replacement

Opens any file in binary mode and replaces all instances of a specified string with another specified string.

2_2002-2004 #116588
Fading Start Menu Button

This program makes the start button *FADE IN* when you move the mouse over its location and *FADE OUT* when it losts mouse focus. See the screen shot. It gives a different shell to your windows. By the way, I'll appreciate your vote.

2_2002-2004 #116589
Get you IP Address

This code will retrieve either your host name or ip address.

2_2002-2004 #116590
How to make a richtextbox link aware

Found on a chinese site, tidied up by myself, but not my original code, thought a few peeps would find this handy. This code allows a richtextbox to launch the default browser upon clicking a link in a richtextbox control.

Languages
Top Categories
Global Discovery