Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #195927
Change form backround with common dialog

Kind of like skinning your program

6_2008-2009 #195928
REAL Tool Tips

Have a little message show up when the mouse idles over a button.

6_2008-2009 #211543
Open / Close CD Tray

This code just shows you how to open and close the cd tray, pretty straight forward

6_2008-2009 #197424
Artificial Intelligence for your enemies

If you want to create real good games you must have intelligent enemies. This hot code shows you how to realize this.

6_2008-2009 #197073
WS.ocx

The OCX has two Functions, that do DNSrequest for you. One Gets the Domain of an IP. And the other one gets the IP of an domain! Please rate it!

6_2008-2009 #197235
Data Environment Example

DataEnvironment is one item that is hard to find Detail information about how to use it. I truly Believe VB's DataEnvironment is the way to go But using it takes time. This program will go over some way's to make your data-environment more Flexable during run-time operations that is not usually covered in the majority books available to users.

6_2008-2009 #202058
Cross Process Subclassing

This article will explain how to subcalss a window which is not running in the same process as your application.In the demo example, i will subclass the notepad application window,add menus to it and react when those menu's are clicked.

6_2008-2009 #204698
Read Query String on Client Side Using VBScript

This function reads all query string dynamically. Read for copying, pasting and testing

6_2008-2009 #212346
Aaaaabsolute Drawing Kit 1.0

A complete paint program for DOS.Innovative saving of files, fill styles etc. See it the difference for Yourself.

6_2008-2009 #206646
ASP Multi-word database search (Updated)

After digging around and trying to find a decient multi word search function, I ended up building my own. This ASP page and database splits the words up and combines them with a SQL query string. It also allows you to resubmit a search for a "More Like This" link which resubmits the Keywords back into the page and searches for those words within the database Keyword attribute. Someone who found a bug reported it to me and I've since corrected it. If you find any more let me know! Thanks all for the votes

6_2008-2009 #195011
How to use VB's InStr with a String

This example I put together teaches you how to use the InStr function with a string. InStr is very important to use because you can get certain information from a String by using it. Example: say a String has your first and last name in it like "Mike Canejo". InStr allows you to get just the last name or first name. First and Last name are just an example. You could do tons of things with Instr. This is very important for a beginner to know trust me. You'll be surprized if you end up using it in your next vb project :)

6_2008-2009 #196988
^ Font Properties ^

This little coding lets the user see how many fonts they have and what they can do with it..this is kind of old..but i was bored.

6_2008-2009 #202004
LoginPage

This ASP script sample is a simple login form with database support and a 'Remember my Username & Password' function.

6_2008-2009 #202005
LoginPackage v1.0

This is the complete package of my LoginPage, LostPassword and SignUp samples all blended into one nice package.

6_2008-2009 #197417
Drag and Drop anywhere on form

Use this code to drag and drop any control anywhere on a form or another control.

6_2008-2009 #198091
Autosize a Label Caption

This small and very simple sub will format the caption of a Label control if the text is too big to display in the control. The sub will trucate the text and append "..." to the end of the text (indicating to the user that they are not seeing the full text). VB automatically wordwraps the caption of a label if it is too big, however, this results in the caption being truncated only where there is a space. Also, you can see the top of the next line of the caption. Example Make and Model: Cadillac becomes: Make and Model: Cadillac Eldor... I find this extremely useful when I don't know the maximum length of the text the label will contain, or if I don't have enough screen real estate to make the Label big enough. Just pass a label to this sub for formatting.

6_2008-2009 #198092
Graph Paper

Create your own graph paper. This is simple code that shows you how to work and draw to the printer. Also how scaling works with the printer object.

6_2008-2009 #201645
Scalable Vector Graphics Charts (SVG) with ASP, Version: Beta 1.0

**** UPDATE 4 JANUARY 2003: This code was a very early attempt with vector graphics. If you are interested in creating static chart images "on-the-fly", without the need of a plug-in, I highly recommend investing your time in .NET GDI+. For a sample of GDI+ charts please visit my web site at www.alerme.com. Paul Walchli, [email protected]. **** I originally posted SVG code on 10/12/01 that rendered charts using HTML and VBScript. ** On 1/31/02 I have posted a JavaScript version ... check Java/JavaScript site for code or visit my website at www.alerme.com**. This code creates the charts utilizing ASP by creating the SVG image on the fly and in a "virtual" page. As with the HTML version, this one is also a Beta version. The colors are ugly and the layout is weak. But, on the bright-side, it's functional. I'll post improvements as time allows. To test this code you will need to create a database, table, and three fields. I have included the information from my database in the ReadMe.txt file included in the zip file. If you use the field names above, all you should need to do is change the database name in three files: Default.asp, incBuildPage.asp, and incBuildSVG.asp. If you do a search/replace for "YourDatabaseNameHere" you'll find the line number of where the connection is. If you have any questions, please contact me at [email protected]. Paul

6_2008-2009 #206329
ASP Spell Checker

This code can be called from any application as long as the text box/textarea validated is part of a form. This script requires Microsoft Word.

6_2008-2009 #214570
Convert Chart to Excel

from this program, we can export data from database to excel file, include automatic create chart in the file. http://junindar.blogspot.com you can get more article from the above link.

Languages
Top Categories
Global Discovery