Results for "Volume: 6_2008-2009"
Sub Classes the standard ComboBox and makes it look like the Windows XP one
This was written originally as a shareware application, but due to other obligations and time constraints (as well as the need to see better documentation with programs) I have decided to release it to the public domain. This program aids in documenting and submission of software created by the programmer. It can create DIZ, PAD, HTML, readme, license and press releases based on the program info you put in and the editing of the enclosed templates. pressing the '?' at the bottom of the tab screens will give much more detailed help. After adding info about your company/program, go to the submit tab and you can generate your documents or submit via email or semi-auto submit to several websites. Apologies (and please no complaints!), but the address list and site list are a bit out of date (kudos to anyone who updates it). There are bits and pieces of code that i have found around here and elsewhere, most have been improved considerably, and thanks and credits to all who contributed.
This is a new_LIST STYLE. Like the Winamp3 list../in VB 6.)/ Bugs to my mail, please...thanks. Vote if u like it..
Its avery basic program that you include with a program your writing to allow users to easily report bugs,errors,problems or send suggestion. You can easily customize it, and with a a bit of work you could send the programs errors in the email. This program is for reporting errors/commenst/etc by email via this program Any comments or improvments you make please email me a copy. I hope to use this with my new Mp3 program @ www.surf.to/mrdjmusicstudio
A group menu like Ms Access, it can scroll when you click the button. When you over the button it will enlarging the size with sound. No need an api, it was simple and good for basic of a beginer. Vote me if you like it.
This is a very simple and precise solution to keep a form on top of only one other form. I was looking for a solution, but couldn't find it anywhere. All the codes and suggestions either keep the form on top of All windows programs or on top of the whole application. But this one will only keep one form on top of another one.
solves a closed poligon - oriented for topography
NEW VERSION!!!! OPTIMIZED FOR WINDOWS XP!!! If you use Kazaa Lite, sometimes you may want to kill all uploaders or pause downloads, or disconnect, etc. This little program allows you to do just that: performs many operations with Kazaa Lite. You can download Kazaa Lite from www.k-lite.tk. PLEASE VOTE FOR ME AND E-MAIL ME IF YOU HAVE ANYTHING YOU HAVE ADDED OR WOULD LIKE ME TO ADD!!! ***NEW UPDATES***: >New GUI enhancements like fading and Office XP-style menu (screenshot) >Minimize to system tray w/icon >Minor fixes ====================================== VISIT http://jaker.edskes.com FOR UPDATES!!! **It cannot go unsaid...special thanks to Shantibhushan for the SystemInteroperatavility DLL and Michael Cowell for the systray module!
Encryptor is a different encryption program. It encrypts the given text by converting the text into a picture that can be decrypted again. Basically the program uses the ASCII- and character-values of the letters to convert it from text to picture and back again. The text is hidden in the pixels of the picture and is can be *perfectly* encrypted and decrypted – meaning that every character, symbol etc. can be encrypted & decrypted including spaces and line changes. Please compile and run the application for the full effect of the graphical design and encryptions speed. The code is heavily commented so everyone should be able to understand the processes. Thorough project documentation is included in the zip. All feedback is most appreciated, but this is my first submission on PSC, so please be gentle ;) *** UPDATED 04-04-2003 *** -Now checks the Windows OS version to avoid using API liberies that only exists on NT-systems. -Prompts the user to change display settings if the current display isn't using true color. -A few other small cosmetical modifications.
Compose real music with your computer. The powerful library installed with windows gives you the ability of reproducing hunderts of musical instruments! This is a revised version with some bug fixes. Try out some samples inluded with the program.
This is a small sample of blending text messages into a graphic file such as a bitmap. I haven't tested on images other than bitmaps. It doesn't just tack the data at the end of the file, but actually blends it through out. Any encryption algorithm can also be used with this to make it more secure. A key file is generated during the process and is required to read the message.
This is a voice to text application wherein you can send text to any word processor like MS Word, Notepad, Wordpad or even Excel & Powerpoint, etc. This is a mod from the voice command entry. I converted it to voice to text. Enjoy..
My Code will Take the Current Time and Convert it to a Unix Time Stamp
The API programming series is a set of articles dealing with a common theme: API programming in Visual Basic. In this article we will look at the concept of subclassing.
Need your opinion on an media playerapplication i am working on...
What the heck is a heuristic graphic filter? In this case, heuristic means a technique in which a computer works along empirical methods, using rules of thumb, to find solutions or answers. The application described here is to have the computer “recognize“ a parameter from a graphic image. It is a simple task for most people to identify a red line on a chart. But this task is not so easy for a computer. The reason is “red” is not always = RGB(255, 0, 0). When the red line is drawn by a pen and optically scanned, red turns out to be various shades red, pink, purple, and orange. The trick here is to “train” the computer as to what you would call the red line. In this specific example, we do this by deconstructing the selected color into its red, green, and blue components. Various statistical calculations are performed on that data and saved as a template that represents a range of colors defined as “red”. Once the color(s) are defined, graphical filtering and manipulation can be performed to add, subtract, or just identify the selected color.
Scree saver utilisant uniquement des objet "Line" pour construire des objet volants en 3d.
This is a tutorial which explains how to start off creating powerful network/internet applications using the Winsock API. The API allows far more control, power and speed in your application than the control ever would and is definetly something worth learning.
Aw yeah!!! Check this button out!!! It has great look on Win98, Me, NT, 2000 & especially XP!!!! Aw yeah!!!!! Check out the preview!!!
Monitor your PSC submissions. Keeps track of new views/votes since last open. Since this downloads text only it actually lessens load on PSC. Shows how to: 1. download and parse html (winsock and regx) 2. save and load program state 3. use listview control 4. use regular expresions 5. use dictionary object (MS associative array) 6. use OO class modules 7. how to use fast cappendstring class And much more! Includes 3 very usefull class modules for appending strings(fast), running regular expressions on the fly, and downloading webpages. Code is commented feel free to ask questions, or post comments and teach me a thing or two.