Results for "Volume: 6_2008-2009"
Just about everything you want to know about your mixer. I could only represent, with VB and Comctl controls, the mixer controls that my sound card supports which is quite a bit actually. As I don't have a peakmeter, I could not code for that and I haven't yet solved the mystery of multiple item controls. But, just about everything else is there. All of the mixer examples I have seen have been to mimic the intrinsic mixer so I coded mine a little differently so you can see all of the gory details. Enjoy.
Well, after alot of hard work, I've got a new version of EShell. There are still a few bugs lurking in it that need to but ironed out but its pretty stable (DesktopAddon module doesnt like loading first time though). This time i've gone for a modularised Shell were each part is in a different EXE. ** IMPORTANT ** : READ THE RELEASE NOTES THAT ARE DISPLAYED WHEN YOU FIRST RUN ESHELL, COMPILE ALL THE EXE'S AS DESCRIBED OR ESHELL _WILL_NOT_ WORK!!!. Still to come: Replace the Explorer style file browser with an EShell module. A logoff button =o/. System monitor module. Module + Core crash detecting Module (what if that one crashes =oP). And some other stuff. Please vote, and leave comments. Thanks, Nick Ridley
Experience FX technology! Features: alpha blending, bit-block transfers, brightness, gamma ramp, hue and saturation correction, RGB, HSL and CMYK calculation, several filters and effects, drawing 2D & 3D objects, taking screen shots etc.
This is my update of Shane Reidy's "Multiple Plugins" This is his code and does all that it did except i added examples how to interact with the Main App and added an option to choose where the plugins are located.
You can pick colors, a title and a picture to add to a form and save the settings to an INI file. This also can be used for learning to; read and write INI files, use a mouse over event, transparent form, and borderless form moving.
Encodes/Decodes text with a given codepage such as UTF-8/UTF-7 etc. Can be easily altered to be used in some notepad application.
A complete multiple choice quiz system, with results analysis and administration.
Makes easy the compression of an avi file by leting you choose and configure one of the available(installed) video codecs while it enhances the process a bit .Also it provides a handy preview.
A "frame to bitmap' converter actually which after you select the *.avi file it starts IMMEDIATELY to convert every frame to bitmap.A frame preview would come in handy.
an easy way to get the mouse out event, it uses a little subclassing, but nothing too hard, if this helps you out then give me some feedback and/or vote... thanks pscode.com, and allapi.com ... i dont know if this really belongs in the intermediate catagory, but oh well, maybe somewhere between beginner and intermediate
Don't expect miracle. This is a useable DriveListBox/DirListBox/FileListBox (VB default control) usercontrol. Its purpose is to browse a file. It is fully commented and good for beginner that interested in creating Active-X as a starting point because it only had basic property so you won't get confuse. You can drop this control to your app for quick file browser. Or you can make it as a template to simplified your project that needed the use of the three controls. I need feedback,comments etc., thanx
Yesterday i've seen a code on PSC that "reads" the IRAQ bodycount. So i've decided to programm this little software. This software really reads the minimum and the maximum IRQA bodycount from the website www.iraqbodycount.net. Autoupdate every Minute. NEW: Now you can see the US Troops Killed in War I HATE WAR, LET'S START WITH PEACE ON EARTH
A newer version is located at: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=62794&lngWId=1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - With this it is easy to run multiple instances of a client or server. It is an API only winsock wrapper setup as an active X dll. The bennefit of this is that it uses very litle memory (compared to the inet control), it's very fast, you do not need a form and its very easy to create multiple instances. I tested it with 4 servers and 400 clients on 1 machine. Also included in this submition is the best subclass code there is (Thanks Paul) and the best Error handling code there is (Thanks Thushan) It even includes support for GPF errors. If you want to see the Error handling in action, then unmark the line with err.raise in the Subclass.cls. Changed in this version: 1. Fixed the Stack overflow when there were to manny clients sending to much data at the same time. This happened when ther was about 5MB of data that still needed to be processed. 2. Fixed the overflow error in the subclass code than sometimes could happen on a win98. 3. Improved the error handling. If you are tinking of creating a server then also have a look at my other submition for creating a NT service (very easy) http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=44568&lngWId=1 --------------------------------------------------Advertisement: If you want a valuable developers tool then look at http://siteskinner.com This will give you a library with some great objects that you can use. Like: FTP, POP, SMTP, Telnet, DOS, publishing database information as HTML (plus email), triple des encryption, hook into internet explorer, internet connection state, Windows task scheduler, generic tcp/ip client and server, Web page data grabber, capture dos command output, ... --------------------------------------------------
I seen that every code can't do it right when printing from the richTextBox Control it seems to print out source code, Well, I found what you need! I did not write this code I was researching on how to do this. As soon as I found it and seen it work, I uploaded it here on PSC. It will print WYSIWYG(What you see is what you get) What ever is in the richtext control is how it will print. Now I can move on and finish my other program needing this code :-) I hope this helps you!
After looking all over on PSC i was unable to find Short, Simple and Clean code to get the target path of a window's shortcut (.lnk) file, so here is an easier way.
This simply uses the built-in Environ() function to return useful information about your computer. I've found it useful in several applications that I've made. I'm sure almost everyone has learned this, but if you haven't, it's definately something you should.
Displays Numbers. Looks like a real LED display like the one used in Digital Clocks. (Except it offers more colors)
This is a very good example of how you can create your own custom list box. This code shows how can it be done but its not xactly a user control. the code is undestandable and the listbox is very flaxible. It uses a class to initialise the list. Hope u like it and drop a vote if u like it. (plz dont take this as a perfect project, I designed it to only show a listbox can be made. If u can enhance it plz share it with me}
A very cool scalable delta compression project.
The first procedure scans any directory specified and all its subdirectories and fills an array with all the files found. The other procedure returns the number of files in the directory specified and all its sub directories.