Advertisement

Results for "Author: shannon harmon"

2002VB #17663
SQL Database Image

Allow easy input and retrieval of images into an SQL database. Includes class file for easy implementation into your own program and a second project based on making the class into a dll for a IIS server. Will allow you to show pictures from you database on a webpage, input pictures into a database, remove the picture, retreive the picture plus more...

2002VB #17664
Ado SQL & Database On The Fly

This code will dynamically create an Insert SQL query for a database. It also teaches some things like how to create a database and table though code, how to use the ADOX library, data formatting and etc...just look at the code, to much to write. Requires ADO 2.5 and was created with VB6 SP4. Not tested on anything else. Reasonably good commenting, should be easy to understand.

2002VB #17665
Wav Dialog

Shows how to open a common dialog via API and add your own controls, subclass them and process the messages. This example creates to buttons on the OpenFile dialog to allow for previewing of a wav file.

2002VB #25748
ADO Database Sample

Teaches you how to allow your users to build a dynamic sql statment for searching your database, paging (nice little auto paging function I wrote included), dynamic sorting, etc... Access 2000 sample database included.

ASP_Volume2 #30988
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.

ASP_Volume2 #32832
Wav Dialog

Shows how to open a common dialog via API and add your own controls, subclass them and process the messages. This example creates to buttons on the OpenFile dialog to allow for previewing of a wav file.

ASP_Volume2 #33062
Yahtzee Deluxe

Full game. Looks good, clean. Has all the rules of the original game. Complete with an undo play, sounds, .chm Help file with included help file project. All source code and graphics included. Already compiled as well. This is a complete program with all features included already enabled. Very well documented source code for newbies. Nearly every line commented. Next release will have skins and network play, if anyone want's to help just drop me an email. Written with VB6 SP3 and not tried with anything else. Tracks top 5 players along with how many games you have played and your average score.

ASP_Volume2 #34942
Ado SQL & Database On The Fly

This code will dynamically create an Insert SQL query for a database. It also teaches some things like how to create a database and table though code, how to use the ADOX library, data formatting and etc...just look at the code, to much to write. Requires ADO 2.5 and was created with VB6 SP4. Not tested on anything else. Reasonably good commenting, should be easy to understand.

ASP_Volume2 #36525
SQL Database Image

Allow easy input and retrieval of images into an SQL database. Includes class file for easy implementation into your own program and a second project based on making the class into a dll for a IIS server. Will allow you to show pictures from you database on a webpage, input pictures into a database, remove the picture, retreive the picture plus more...

ASP_Volume2 #37919
Quick Spy

A sort of programmer's tool, just look at the screen shot. It deals mostly with windows hWnds, and has a few more utils built in. I added a nice screenshot/capture utility to have handy and also a code generator for outputting the code needed to find a window. Download and look, it's worth it. Wrote it mostly as a tool for myself, but I am sure it will come in handy for others, so here ya go.

ASP_Volume2 #38603
Container 3D ActiveX w/Source

I wanted a better looking container control than using a picture box or a frame so I decided to make this. Complete source code included. Includes many different looks, autosizing of a child control to fit the container3d control, mouse enter and mouse exit events. *Updated Now To Include Transparent/Opaque BackStyle Property.

ASP_Volume2 #41747
ADO Database Sample

Teaches you how to allow your users to build a dynamic sql statment for searching your database, paging (nice little auto paging function I wrote included), dynamic sorting, etc... Access 2000 sample database included.

ASP_Volume2 #41748
ADO Example 2

Demonstrate how to use ADO and ASP, includes Paging, Editing, Searching, Stored Procedures with MS Access and more.

ASP_Volume3 #44939
Yahtzee Deluxe

Full game. Looks good, clean. Has all the rules of the original game. Complete with an undo play, sounds, .chm Help file with included help file project. All source code and graphics included. Already compiled as well. This is a complete program with all features included already enabled. Very well documented source code for newbies. Nearly every line commented. Next release will have skins and network play, if anyone want's to help just drop me an email. Written with VB6 SP3 and not tried with anything else. Tracks top 5 players along with how many games you have played and your average score.

ASP_Volume3 #44940
SQL Database Image

Allow easy input and retrieval of images into an SQL database. Includes class file for easy implementation into your own program and a second project based on making the class into a dll for a IIS server. Will allow you to show pictures from you database on a webpage, input pictures into a database, remove the picture, retreive the picture plus more...

ASP_Volume3 #44941
Container 3D ActiveX w/Source

I wanted a better looking container control than using a picture box or a frame so I decided to make this. Complete source code included. Includes many different looks, autosizing of a child control to fit the container3d control, mouse enter and mouse exit events. *Updated Now To Include Transparent/Opaque BackStyle Property.

ASP_Volume3 #44942
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.

ASP_Volume3 #44943
Ado SQL & Database On The Fly

This code will dynamically create an Insert SQL query for a database. It also teaches some things like how to create a database and table though code, how to use the ADOX library, data formatting and etc...just look at the code, to much to write. Requires ADO 2.5 and was created with VB6 SP4. Not tested on anything else. Reasonably good commenting, should be easy to understand.

ASP_Volume3 #44944
Quick Spy

A sort of programmer's tool, just look at the screen shot. It deals mostly with windows hWnds, and has a few more utils built in. I added a nice screenshot/capture utility to have handy and also a code generator for outputting the code needed to find a window. Download and look, it's worth it. Wrote it mostly as a tool for myself, but I am sure it will come in handy for others, so here ya go.

ASP_Volume3 #44945
Wav Dialog

Shows how to open a common dialog via API and add your own controls, subclass them and process the messages. This example creates to buttons on the OpenFile dialog to allow for previewing of a wav file.

Languages
Top Categories
Global Discovery