Results for "Volume: ASP_Volume2"
A program designed to recognize user input of different patterns, like letters, and numbers. It is pre-programmed or pre-teach already for numbers and alphabets, and it is possible to teach new characters. It was programmed by Albert Archwamety. esspecially in subject of IMAGE PROCESSING and Robotics. With VB sourcecode. OCR programming.
This is a Registry class that you can put into your app. It could 'write','read',or 'delete' Any value in the reg and has a built in File Association Command. Uses no api, Pure windows! Check It Out! Please Give Some Feedback
Demonstrates how to communicate between your applications by sending your own windows messages along with your own variable. Properly commented code. I couldn't find a similar program on PSC, so I thought I'd write this up. Hope someone finds this useful. The code includes 2 projects, 'a client' and a 'server'. Using the RegisterWindowMessage API the server creates a unique windows message, then through the FindWindow API it checks to see if the 'client' is running. If it is, it sends a message using SendMessageLong. The client is subclassed and adds any messages it detects to a listbox. The code is well commented, full explaining subclassing, the API's it uses and why, so even a notice should be able to understand all this.
How about 30 image effects and a histogram function using Getpixel, Setpixel and BitBlt API. I know im not the first one to submit effects/filters.. but this one is very easy to understand. It is not as fast as some others but it can easily be modified. Effect list: Add noise, Pixelize, Black And White, Grayscale, Colorize, Find edges (horizontal and vertical), Find Edges b/w (horizontal and vertical), 3D Grid, 3D Effect, Lightness, Darkness, Modern Art, Strange, Multiply colors, Divide colors, Lighten, Darken, Invert, Smart Noise, Fog, Blur (horizontal and vertical) and some mirror/flip effects. You can also save your processed images. (If you like the 3D effect please check out my heightmap code that is more advanced)
Analog onscreen clock. Has very nice menu. Stays always on a top. Remember last position. Colors have to options: one of 16 system colors or mode «Auto», which chooses black/white color, depend on background. ToolTip - current date. You can drag it werever you want on a screen and choose a size from 400px to 1000px. Please rate it. Report any bugs to [email protected]
SQL Server Enterprise Manger clone (demo only, not complete). This demo can demonstrate that how to use SQLDMO to create your own SQL Server Enterprise Manager which may perform every job the Enterprise Manager can do. In this demo, the following things are included Enumirating SQL servers on the network Logging on to any Selected Server using Windows Authentication or User Name and PWD Getting List of all Data Bases Getting List of all Tables Getting List of all Stored Procedures Getting List of all Users Getting List of all Views Getting List of all Roles Getting List of all Rules Getting List of all Defaults Getting List of all User Defined Functions Getting List of all User Defined Data Types Getting List of all Accessing properties of each object listed above like date creation, owner etc. Creating New Database Creating New Table Creating New Stored Procedure Deleting Database Creating Table Creating Backup of Database Restoring Backup More things can be done by understanding the way these things work. Not very hard, just simple It will work only if you have SQLDMO Library, If you have SQL Server installed, then it will work definatelly Sameers (theAngrycodeR)
You want to make your program not execute more than certain execution? you are at the right place check this out and let me know if you like it :)
Basic routine to draw raster text. See screen shot. Enjoy. Reports wil be aprecciated.x
This is a very simple and easy-to-use way to move objects in a form. This is needed for use basically all games with the user controlling the character. This is the EASIEST way to do this that I have found. As I said, it's very basic, but very useful.
With this extremely easy code, you can erase a character at the end of a string or in a textbox with a click of a button. Very easy code and every line is commented. DON'T forget to vote.
Please check it out. It is a good tool.
This code could be used in games or whatever, to create a radar screen. It could also be used for a second hand timer, or something.
This is just an EXTREMELY simple way of getting all the websites you visit using handles, you should note that it only gets the caption of the website not the actual URL. I guess this could be useful for beginners who want to learn about handles.. maybe. Constructive critiscm appreciated!
Shows Begineers how to sucessfully program applications to connect to IRC servers.
A media player that uses no Active-X controls, only Windows API calls. Plays music and movies (even shows subtitles). Playlist included. !!! Please read the documentation included because it contains very important information!!!! i know it still has some very small bugs ( don't affect the functionality ) that can be easily fixed but i am no longer able to work on this at the moment (no soundcard, old PC :( ). Please don't vote if you don't want to, i am doing this because i believe i can help somebody with this.
This is a sample of a User Login Interface that you can use when you plan to develop a secured application using a simple User Interface. This user interface has an XP-like button. This also has the feature of using a Password-Enabled Access Database to store user accounts using DAO. For VB5 users, you need to open a new project then just add the existing user control, add the form inluding the module...
C4 MP3 Compiler MP3 file to an Self Playing MP3 Executable file, wich means no need for an MP3 Playing SW like Winamp / WMP etc., based on the popular MP32EXE Sw. The Compiled Exectable self plays itself if it has the extension 'EXE' and it IT ALSO PLAYS WITHOUT ANY FLAW in Winamp/WMP if the same compiled file is again renamed as an 'MP3'.
This code will show you how to animate a progressbar please vote and leave your comments
BartNet Explorer is a bit like Windows explorer. It uses the Microsoft Scripting Runtime reference to find the files and folders. Some options include changing views, creating new folders, viewing file and folder information and refresh view.
Renames large amounts of files to a specific filename or an editable pattern. Added auto rename, changes stuff like sailor_moon.ep1.divx.avi to Sailor Moon - 01.avi Made especially for anime (or tv series) Added move with unique filenames have many folders with files with the same filename? This will let you move them all into one folder for easy storage/accessabilty by making the filename unique to the new folder. Made especially for manga (or comics) Added shell enhancements Dont wanna load the program to auto rename a file? Right click 'Apply pattern' then click 'Enhance Shell' to add the programs functionality to the shell via context menus