Results for "Volume: 7_2009-2012"
Ever noticed those thumbs.db files that pop up in folders which contain media files when you're using Windows XP? That file contains thumbnails of all the images that have been in that directory for quick access when you open that window and select a file whose image has been thumbnailed. This program extracts those images from thumbs.db. NOTE: this does not work on any other version of windows (except, perhaps longhorn? [vista is a dumb name])
Connecting to a GPS-Receiver with MsComm control, this code will parse the datasentences RMC, GGA, GSA and GSV from a NMEA-Stream and show them in an adequate way. Compatibility functions (Round,Replace,Split) for VB5 are included. Comments and variablenames etc in english, used Option Explicit in Main-Module. Please vote if you like it and comment, if you have questions or constructive ideas. PS: This is the newer version, there is an older version that only parses RMC and GGA sentences.
It allows you to record default commands for any applications and to access them by only repeating the command. NO external Microsoft enigines, all pure code. It's very handy and easy to use: it moves in the systray, waiting for your command. Just record easy-to-remember commands and just with your voice you can run any application. Talk to your computer. Please write your comments. Tyler says: The Importance of Being Idle.
This MP3 tagging module reads, writes and deletes ID3 v 1.0, 1.1, 2.2, 2.3 and 2.4 tags, with support for extended tag headers, unsynchronized tags, tag footers, appended tags and even MPEG file information! A little demo application is also included, where you can edit the tags of any MP3 file on your disk like in WinAMP. Notice: this module is a part of Magic MP3 Tagger. Visit www.magic-tagger.com if you're interested in this top MP3 tagger!
This VB app can work with LSA, it can save and read data from LSA. Furthermore, by reading special LSA keys you can get all Dial-Up Network accounts and passwords in plain text.
Manifest Visual Basic So That It Looks Like It Just Another WindowsXP Program.
Image Outliner.. Well.. it outlines images. View the screenshot. The algorithm loops through all the color components of all the pixels in a picture determining if the difference if in colors is great enough to set a black pixel. This convert a picture to sort of a filt pen drawing.
FireFox Style SearchBox Control =============================== The FireFox Style SearchBox Control is an ActiveX Control that allows developers to add a neat Search Box to their Applications. As shown in the screenshot below, the test application allows you to change a variety of the controls properties, such as Back/Fore/Border Color, Font Size/Style, Event Trigger Interval, etc. Feature Overview: • Customisable Text Input Area, • Optional Popup Menu Support via Left Icon (Triggers Popup Event), • Customise Color and Font Settings, • Timed Search Trigger (Fires event if Search String has changed every X milliseconds instead of every key press) • Cancel Search Button
A simple Application with a taste of commercial UI.No commercial components. All came from the open source community mainly PSC. Read about me for the credits. Best viewed on Win XP. Tested With Win XP SP2. In order to run you need to download and compile the following Phantom Panel http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=61638&lngWId=1 and XTab Control http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=56462&lngWId=1 Constructive critcisms and suggestions are welcome. Mabuhay!
Manage Merchandise and Payroll Also has POS System... Uses txt files forreporting.. My Acknowledgement toall psc COntributors.. especially to divyen and philip for some gui's and functions.. Thank You.. Beginners can find this very useful with pure ado coding... if you want to go to the pos module you have to create a user with a positionof cashier
Now you can know what's the pagerank for any webpage. PageRank Explain: PageRank is a numeric value that represents how important a page is on the web. Google figures that when one page links to another page, it is effectively casting a vote for the other page. The more votes that are cast for a page, the more important the page must be. Also, the importance of the page that is casting the vote determines how important the vote itself is. Google calculates a page's importance from the votes cast for it. How important each vote is is taken into account when a page's PageRank is calculated. PageRank is Google's way of deciding a page's importance. It matters because it is one of the factors that determines a page's ranking in the search results. It isn't the only factor that Google uses to rank pages, but it is an important one.
This code is a combination of a few great submissions at PSC put together. Needed code that would load/unload a system wide keyboard hook but only show me the keys when a specific application had focus. The example uses Notepad. When a key is pressed only in Notepad the key code will be show as the form caption.
Store and launch your favorite vb projects. Allows quick access to your working projects etc.
After searching forever for a good way to allow users to resize or move controls around on the form at runtime, I decided that I should just make my own method. The other ones I found here use the API method, which does not work well. I have updated this to include the suggestions based on the feedback. While the "trails" are still there, they are much better, and the code is alot cleaner & smaller now.
Client/Server Appz, Billing system, client unlocks monitoring, client screen-lock, web server(IIS). etc. Database password = 'GallanosA' The client screen-lock works only in win98. This is the unfinished version. This is good for newbie to study the socket programming and making a usercontrol. If you find this useful, please vote for me! Thank You!!! Mabuhay!
This is a partial fulfillment of my system.. ithas sales and inventory and pos system.. it also has employee loans and payroll. My thanks to all psc contributors espacially to philip and divyen.. you have to create a user that is a cashier position to go to the pos terminal... i converted my code to a very readable coding o that begginers mayfind this useful..
Encodes the given text into a format that can be understood by search engines and browsers, but not by humans without knowledge of URL Encoding, useful when making links to a weirdly-named file when handwriting HTML. An interesting side note: the program resizes controls on the fly to keep the layout constant.
A powerful active-x registry control and access wrapper class! Every registry command imaginable has been built into this project in an easy to use wrapper. Completely rewrote active-x control and wrapper to encompass all reg read/write types. The demo project is a lightning fast MRU scanner, that requires no static lists to run, but uses predictive pattern matching to seek out MRU matches. Project also demonstrates registry security api (change key access rights), how to create a binary image of a key, and set a system restore point programmatically. _________________________________________________ Added a MASSIVE series of UPDATES!! Dll functions have all been proofed, and added a sample form with all the various functions available through the class wrapper, demonstartes just how easy registry access can be with this control! Expanded dllfunctionality, now the library encompasses every major feature of registry access, including binary key restore, and complex security api. New Features: Dll now supports all major read/write types, including list and endian. Can now change NTFS permissions through the dll interface, ie adjust granular access permissions settings on registry objects. Added a security lookup (se-), that test users access to various security interfaces: se-kernal-debug through se-file-access. Proofed and provided clear examples of every function.. _______________________________________________ Another Huge Update!!! Added every registry value type there is, including all resource types and even rare QWORD(64bit integer), and all resource types, (driver to hardware interface). Making this the most complete registry control you will ever see!! Expanded custom error routines, now dll passes errors through class wrapper for application handler events. Added many fixes, and proofed all reg types with clear examples of how they are used, including demonstrations of adjusting user access permissions to a key, and testing an applications installed version and path. Check it out, leave a comment, or if you think something could be added or improved, let me know.. ________________________________________________ Another update! Added a number of small fixes to the code and also an example of using async multi-threading to speed up performance.. ________________________________________________ FINAL VERSION, V6 Included are the active-x control converted to an inline class that you can simply drop into your applications, (in prjStandalone), also a demonstration of how a commercial registry cleaner works in this example. _________________________________________________ April 10, 2006 - Uploaded version of clsLightning Class I am currently using - 1.6.4 April 12, 2006 Gave the code (in the lightning class), a good once over, made some fixes, added a couple routines, fixed the error logging, and added properties/events. Added the main project to a group, and made a couple small changes. _________________________________________________ April 13 2006 Made a couple little fixes and reposted.. Cheers John
This ActiveX control shows like Microsoft PowerPoint part function of Editing. I think it's very helpful for development visualize program Tool idea (I'm sorry about that the program comments are all chinese). If you like this program, please leave the feedback to me, thanks.
A 14X14 Tic Tac Toe game over the internet [p2p]. The server side and client side are the same appliaction. You can customize the size of the board (14x14 max). User friendly and bug proof.