Results for "Volume: 6_2008-2009"
Font Rotate: This code provides a user method to draw text on a anything with a device Context (form, user control, printer, etc.) at any angle. This is a rework of code found on PSC by ZATRiX
This complete program prints check data onto checks using a holder to hold the check on a piece of paper and then feed through a printer. Since each check is slightly different there is a designer that will allow you to move the fields around using point and click (drag and drop) or key in the position (in inches) of a preset fields. Finally, a data entry screen to type your check data with Autocomplete function and print it. Other items of interest: wizards, option screen to set default check design and printer and a simple help file. The code in this project will show how to use the Printer Object to print lines and text in specific positions. Using some routines to select a control, move it on the form, and much more). ------------------------------------------------ Credits: * AutoComplete is from PSC (sorry, don't know who the author is). * The moving of controls is from a sample on vbsquare.com (however, I made it into a class). Some of the coding might not be "Best Practice" b/c it was a learn as I go project. * Ruler code is from www.freevbcode.com
Download files from KaZaa users without having to be connected to the KaZaa network. Features include: Search, Browsing, Download queue, etc. Currently only downloades one file at a time but you can add multiple files to a queue so that they will be downloaded automatically. You also have the ability to send KuDos to the system try while downloading. I used the IP Scanner code from James (A little buggy but thanks | http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=32384&lngWId=1) and I used the Downloader OCX provided by Sean (Awsome code! | http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=23693&lngWId=1). I also used a Tray Icon Module (can't remember where I got it :( sorry). Could be improved by adding a faster search, multiple download's, etc. Oh Ya, Please vote `,:0)
Last week I submitted the first version of Gif-To-Sprite. Well, here it is, the new and improved Gif-To-Srite that supports jpg saving with quality options, bmp save, no frame overlapping, animation preview, background color change and even Batch processing... If you are a games programmer, or just want to see each frame of an animated gif, be sure to check this full-featured app. Thanks darkbasic community for encouraging me to develop this new version. If ijl11.dll was removed YOU NEED IT to save to Jpeg
I Wrote this code to Catalogue my MP3 collection, it scans the disk and then splits up the name into Artist,title,number of cd and does it have covers. it then stord all the information in a Databse And/or a text document.
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34010&lngWId=1 X-Server is a simple HTTP v1.0 server. Run it on your computer to turn your computer into a webserver. X-Server allows you to "plop" it into the directory of your website. If the user just types in your web-address(IP Address) such as http://127.0.0.1 then it willl direct them to APP.PATH + "\Index.html" so your users will not need to type in the Index filename. Also, it will generate an error message for you when a file doesn't excist! X-Server 2.0 includes the ability to block users and check a server log. Please Vote!!!!! :-)
This is the second upload of my Media Player, it plays the following media types: *.avi;*.mpg;*.dat;*.mpeg;*.mpe;*.mp3;*.mp2;*.mp1 *.wav;*.aif;*.aiff;*.aifc;*.au;*.mv1;*.mov;*.mpa *.qt;*.snd;*.mpm;*.mpv;*.enc;*.mid;*.rmi;*.vob *.wma;*.wmv Please vote, and leave feedback. Now completely commented! Many bug fixes since BETA 1a
Simple Printform button, One click dumps form contents right to your printer.., This makes you a label to hang proud on your car or truck.., Put it this way... If you liked what it printed dont I deserve a GLOBE or 2??, It doesnt gotta be a HUGE program to make CODE OF THE DAY does it?, Has a TINY one ever made it?
Enables any user that can login to a database to monitor sybase activities. You can monitor your SQL transactions, functionalityy accdate, audflags,dbname,fullname,language,name,password,pwdate,resultlimit,spacelimit,srvname,status,suid,timelimit,totcpu,totio,affinity,blocked,cmd,cpu,dbid and much much more
My Code commenting sucked, My bad. So heres the update! This funtion is meant to be used when passing values from another control to a listview control with a database. I needed a way to keep duplicate entries away in the recieving Listview. The funtion is called after the row insertion on a double click event or Drag and drop.It works because the index is set dynamicaly by the database values.If used out of context it WILL delete everything, which in fact, does suck. I used LCase incase you want to pass a nonnumerical value(which i did and then did not), but you can remove it, no harm, no foul. Hope this helps. Feedback is very welcome. Please Feedback, Please.
Extract Anything from anything. RegExps for email, phone numbers, creditcard#s and more included. Also includes link to regular expresion tutorial.
I posted this code yesterday but I had comments on it and emails sent directly to me from my web site asking how to use it. Guess that is the problem when you only post the sub routine. So, here is the code again, but this time with a demo project. This uses the API to simulate the minimize effect you see of a form shrinking to the taskbar, but with this code you can shrink it to any place you want, like itself to show it imploding, or the tray, or to the mouse. KEYWORDS: FORM ANIMATION DRAWANIMATEDRECTS FOLD IMPLODE MOUSE TASKBAR EFFECT EFFECTS
Displays the current weather and forecast for 7 days. Also has tabs for Local Radar loop and a East coast Hurricane watch loop, and also a pollen count tab. When minimized it has a mini weather form with current temp and conditions image. Can also be fully minimzed to the tray. I download the webpage code and make a new local webpage based on what I am looking for and then browse to the local page. Let me know what you think. Later
This example will show you how parse a list a variables quickly with minimal coding.
This is a fully functional IRC Bot written in VB6. There are lots of other applications I'm building into it, but I thought I'd release this stable BETA so long. The applications to come are: 1) Statistical logging to a SQL database from which Analytical reports can be drawn. 2) Dictionary driven events. 3) Owners/admins list for stopping normal users abusing the bot (this section is actually almost complete in the version i'm working on now) I've included these instructions for operation: Inside the /media/ subfolder, there's a file called "settings.conf" .. inside there, change the bot's connection details to the server you want it to connect to. Run the program (debug or compiled) and the bot will connect to that server. You can view the bot's progress in the /media/logs/ folder, under the log file that matches today's date. Once the bot has connected successfully, you can then control it through IRC. Commands are sent like this: /msg . example: /msg MyBot .join #bots When doing commands, if you get the parameters wrong, the bot will give you a syntax breakdown.. Here's all the commands so far: .join .part .say .notice .action .quit .kick .ban .mode (eg. .mode #bots +b ) There should be lots more coming in ver.2 :) So tell me what you think? And remember, vote lots!!! ;)
Sorry !, My contents of snippet was posted very strange as below. So, i will post my source code Once again, Sorry
The program is demonstrating a module I wrote for calculating things about a projectile (For example a mortar) it gives things like the range, the time till impact and it graphs the flight path. Any questions of comments? post here New version : fixed Gravity constants and set autoredraw on pic boxes to true ... thanks rick =D
This is basically a smooth-scrolling progress bar that is able to take a caption. I know there are loads of these already on the site, but the code is well commented, and wth anyway :)
This pocket calculator is meant as an example for the almost forgotten State Transition Table technique. With this technique the complete behaviour pattern is stored in a two-dimensional table containig Reactions to input-triggers (in this case key presses, but depending on circumstances the triggers may be anything else), and States. An STT is an ideal tool to control game characters for example because it allows different reactions to identical inputs. The code is documented and also contains a short description of how it works. It's worth the download if you want to learn more about STTs, so give it a try. Download is 18 kB.
Capture snapshots of your active window, taskbar, desktop or even start menu itself WITHOUT API calls!!! No create bitmaps and palletes. Just capture and save by clicking on them. It practically captures anything active. See Screenshot taken by the program itself or download it (2.5 Kb). If you like it, please come back and give comments or vote...