Results for "Volume: 2002C"
This code is an example of using Regular Expressions in VBScript/ASP, in order to parse certain words (in this example, swear words, but you can add any words you wish), and return them partially hidden (and less offending) with asterisks. (Example: netscape --> n******e)
This is a simple web based bug tracking system created in about an hour using the upcoming code generation product - CodeCharge. Features include Search, Sorting, Login and Administration of Users, Priorities, Projects and Statuses. Two source code versions are included - regular ASP with mixed HTML, and Template-based where HTML files are separated from ASP. Great example for ASP beginners and gurus, as well as an interesting demonstration of CodeCharge features.
This will allow you to Use PayBars like AllAdvantage or Utopiad while not having them take up Desktop space. This will also allow you to use PerpetualNet for the AllAdvantage. Whenever you want to get rid of an irritating PayBar of Free Internet Bar for that matter then all you have to do is click on the cop. Next you move your mouse over the Bar you want to get rid of and then press 'J'. Voila. Done. This works for Altavista, and some other Free Web. This uses hwnd or the handle of the forms to allow you to do this.
** UPDATED ************ Hoprfully to fix the date time problems for everyone. Also tidied up a few bits. Here is an early version of Whereabouts Planning system. This will allow you to display and edit the location of you team and managers so you can display them on a web server. Its basically designed on a calender event planner for the working week.Its uses a access database to store the relevent information. This is usefull if you work in a team and need to know where the rest of your team members are
No doubt you would like to hear a pleasant female voice announce "Notepad", or "Wordpad" or "Calculator" as you open/close these programs. So how do you do it. Use Sound Association. It allows you to decide which application you want to assign sound effects to, the events for these apps. Then from Control Panel-> Sound you can assign the actual sounds. Some free .wav included. Try them out!
This code is a guide to using\making resource files to use in your VB programs. Resource files are very cool, they allow you to design a great program include all the images in it and it means that no one can edit the images and re-distribute the code as their own.
This article shows various connection strings, used to connect to various databases in Windows, as well as methods to access and modify data. Some connection strings may require client software to be installed, but most work with Windows 2000.
I modified some database paging code I found on Planet Source Code so that it was a little more straight forward. Included is a sample code file and a sample MS Access 2000 database. Paging allows you to display a specific number of records from a database at a time. For example, if you have 1000 records, you can allow it to display 10 records at a time so you don't have a huge page display. If you're smart, you can add sorting features like the ability to display records starting with 'A' only, but this will get you started.
Attempts to log a user into the web site through either cookies or posted form data by validating UserName and password against a database. Redirects users to originally requested pages. Saves/Refreshes/Deletes login data into cookies if requested by user.
Allows you to upload multiple files and fields without purchasing or registering COM objects. Great for shared hosts that frown upon 3rd Party com objects or charge an arm and a leg for them. This version uses Classes rather then the dictionary object that I have seem most other people use. Dictionary Objects seem to be flakey with more problems. I have added examples of how to upload a file to a database and the file system. A file is also included that retreives the file from the database.
To have a completely functional Guestbook on your website, MINUS the difficulty of a database.
Have you ever wanted to open a new window without a toolbar at the top and a scrollbar on the side? Well this is exactly what this vbscript code does. (please vote for this code if you like it)
This simulates a tab control in pure DHTML, using cascading stylesheets and VBScript to do the job. Mind you the VBScript code can easily be changed to JavaScript. With this, you can develop your own web application without haveing to use an Active-X control.
UPDATED- I added comments to the code. This program uses the sysinfo control to monitor battery use on a laptop. The screenshot say more than I can type here. I would ask that if anyone knows how to show the info for 2 batteries, I would appreciate an email with how... Thanks
Make dice animation with api, nice and powerfull i have include the images.Have fun :) Add many dice as you want,animation is done with 3D software. Please visit my new web site and see what you can do ! VB power !!! come and chat with me http://www.virtualgamer.t2u.com
This is a drawn out example of reading and writing with the FileScriptingObject. This is similar to copying a file, but allows rewriting specific line(s). It's intentionally overdone so that you can delete what you don't want. Includes extensive error handling. I've included lots of comments for newbies. 'T Runstein
This kind of code has never been posted before it is a 2D Map engine same as StarCraft !!!! maybe better! ENJOY IT !! im the owner of this engine. NEED DIRECTX 7 ( tested with vb 6 ) verry powerfull make Map big as the world and keep it powerfull REAL TIME ENGINE !!! Please visit my new web site and see what you can do VB power !!!come and chat with me http://www.virtualgamer.t2u.com
Add search to your site using a database.
After getting great reviews on the previous version, I finally got time to do the rewrite that I promised everyone. This code allows you to easily create lists of your data with pagination, sorting, and filtering. The end result is a very nice layout of your data. You choose which fields come back (an the captions for each one in the header). Choose which fields are searched. Setup the default field that is sorted when visitor first views page. Now supports databases with list ordering. This time I have included a database so it should work as soon as you add the files to your website.
alphaSpy is a fantastic program that finds the color of anything you put your cursor over. if you are browsing a web page or see a program with a color you like, put the mouse pointer over it and it will tell you the colors code in decimal form, hex form, rgb form, vb color form, qbasic color form, the color's r,g, and b value, and many more. view the screen shot to get a better idea of what this program is and to also see the great interface. i would greatly apreciate feedback because i am new to planet source code.