Results for "Volume: Java_Volume1"
Get number of days from any date.
This tiny app will inform you of new submissions on PSC and demonstrates how to implement ownerdrawn menus to add icons and change the font/color of your menus in the simplest way possible. Years ago I posted a submission to monitor for new submissions on PSC. That submission did much more than check for new postings and as such it broke one of codings' golden rules - never hardcode addresses/strings. For that app it was neccessary, but as is inevitable, things changed at PSC and elements of that app have become inoperative accordingly. I've simplified this app to only check for new submissions and the only hard coded address used is one that is unlikely to change until a complete revamp of PSC occurs.
This article explains a new aproach into using the Max and Min functions for RGB to HSL conversions and more other uses it gets...
Ultra Speak Edition 1 is a speech recognition notepad. All you have to do is press, "Microphone On", speak into your microphone, and watch the words you say appear in the text box! You will need SAPI in order to run this program. You can download SAPI from http://www.microsoft.com/downloads/details.aspx?FamilyId=5E86EC97-40A7-453F-B0EE-6583171B4530&displaylang=en. Please report any bugs as this is still in BETA, and please give any other feedback that you may have. Thank you!
This program is designed so that anybody can take alot of screenshots really fast! Taking screenshots is done either by clicking the "Get Screen" button on the main, or for even faster and better results, hide it in the tray and just keep double clicking the tray icon! Also has a hot key "Ctrl+G"! It will automatically save pics for you in the directory where u installed it. Enjoy! :)
Added the Office Xp look to Richard Wells' Statusbar. Also added AutoSize to the panels. Here is the link to Richards Pevious submition http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=44379&lngWId=1 The statusbar more closely resembles Visual Studio Dotnet's statusbar than Office XP's.
PutGet FTP is a simple app that uses only the very required API's to upload or download files from an FTP Server. NO CLASS Required, easy to understand. It's useful to implement update services between applications and web sites.
Do you have a webserver but hate the IP Address you have to type in? This article explains how to use a hostname instead of a IP Address.
A simple system used to calculate VAT input, witholding tax of a certain vendor and VAT output/VAT output (exempt) of a certain customer. Transactions are converted into a text file and can be remitted to BIR (Bureau of Internal Revenue) office. It can be used by any company especially in the philippines...
This program will allow you to examine and toggle the Caps, Scroll and Num Lock settings on all versions of windows. I found several examples on PSC, but none that seemed to work on all versions so I put together the best of what I could find and after a little adapting I had what I believe to be some usefull code.
The application will extract a icon from a file. Also you can extract icon of the hard drives or cd-drives attached to your machine. You can also save the extracted icon but the format will be BMP.
You can find these hidden setting with a little work,
Basically, this control is a "progress circle," rather than a progress bar. It enables the programmer to take a rather high amount of ustomization into a "progress circle" that will help to enhance the interface of their program. Unique Features: - Ultra-fast graph rendering - Was tested on a 166 mHz Pentium with 32mb RAM, 1mb video memory, on Windows 95a, on a 400x400 graph. - The result of the above test was that the circle was drawn almost instantaneously: It took an average of 80-100 ticks (milliseconds) for each test! Now talk about speed! - Primitive but powerful customization - 7 different Fill Styles - 16.7 million Fill & Outline Colors (plus system colors!) - 2 types of graphs drawn (experimental) You MUST note, however, that even though I have tested it rather thoroughly for bugs, it is hard to cure bugs between XP and 95 (the two platforms I tested it on). You have any trouble, explain the problem, and explain how you fixed it, or if you need help. I hope you enjoy it!
shows how to get windows handle (recycle bin) and some show and hide codes for start button,task bar running apps,clock
This article provides step by step guide for intermediate-level VB programmers in dealing with Windows API Programming.
A modification on Phobos submission for manipulation CapsLock, ScrollLock and NumLock. I made a function to either get the status or set (On, off, toggle) the status for these keys. Since i don't have Win95/98, i left that code out but feel free to enhance the function to include win95/98 (see phobos code)
Hi,This Is Code Will Help You To Merge 2 Pictures It Is Easy And CoOl Check The ScreenShot Its Simple And Easy To Understand If You Like It Please Vote And Leave A comment. i Wish it Helped You.
Unbelievable Screen effects! Make your screen powder, melt, evaporate.. REALLY AMAZING. 14 new effects added! 3rd release. JUST A PAGE OF SIMPLE CODE! See it for yourself!
Use this function to determine if the scrollbars on a control are visible.
A beginner's look into the Select Case Structure . Comparing Select Case to If...ElseIf....End If.... This Tutorial is for beginner's .