Results for "Volume: 4_2005-2006"
Xplayer Control was mainly done to replace mediaplayer.ocx. This does almost all the work done by the mediaplayer[ Ihope so]. This control supports the following file formats Dat, Avi, Mp3, Wav, Mpg & Wma files. It has fullscreen mode in which shortcut keys Like Play,Pause,Skip & volume Control. This control Can read mp3 files tag. It can open and close Cd tray. You can change almost all the color in the control. All the controls can hide or unhide. You can access almost all the functions of control thru your coding. The only bug in this control is when user plays a uncompressed movie file in fullscreen mode. the Program and system hangs. I hope the Bright peoples of planetsourcecode.com will correct that bug. The code is little shabby and not commented. I think so you will understand since the code is simple. It took a lot of time for me do this project. Sorry for the late release of source code. Please Vote for me. Please..........Vote my program.......... Now Playlist Added to it.. Vote me
Two active-x controls are included in this OCX library, a folder and file selector. The controls resemble a combobox, and when the dropdown button is clicked, a dialog is shown in which a folder or file may be selected. The BrowseFolder control uses the SHBrowseForFolder API function, and the BrowseFile the GetOpenFileName and GetSaveFileName functions. A call back procedure is implemented showing the currently selected folder in the browse for folder dialog. The user has the choice to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The BrowseFile control returns the filename and path separately from the full path. The standard inverse triangle on the dropdown boxes may be substituted for any 8 pixel wide bitmap (with varying heights), with a choice of mask colors. Full set of events are included, click() upon dialog close, Change() and DropDown() prior to opening of the dialogs. Source also implements BitBlt() API function to copy transparent images. This is an update to the original ArielBrowseFolder Control, which has been removed from PSC.
Hi-Lo algorithm . I found somewhere this algorithm , and made this demo , simulating waves with Grid ( net ) . It looks interesting and it is possible to make various models of 3D grid-waves , depends on math function you choose. I've added simulation of animated 3D grid-wave , just to make it more effective. It is nice graphical performance , and with possibility to make a lot of extensions in this field of programming. However , it is not so easy to understand , but I hope that it could be useful. See the screenshot . I would like to see your comments about , and votes :) Enjoy ! !
Ever seen a tamagotchi? Well thats what this is, accept made in vb.. This program was originally developed as a joke for a friend, that is his picture in it.. The actions you can do to him are sexual/drug related, so don't download this code if you are offended by it (actually, I suggest downloading the code, it is very easy to change what he does.. and its easy code too, just for learning..) Also shows you how to create different colour title bars in forms..
(joke) Absolutley amazing code, Have you ever seen watches that can syncronize with your computer? Well this program uses the same technology, to emit a low light out of the monitor, and scans your face. Develops the picture, then displays it to you! Check it out, run camera.exe before you look at the code :p (PsCode WebMaster's note: This is under the 'jokes/humor' cateogory--please don't download it and then complain if you're not interested in this sort of thing)
Usefull tool for searching the net.. minimizes to the system tray, shows a small little form with a search box.. uses any search engine that you set it up to use, and remembers it in the registry.. Usefull for learning how to add/remove icons from the systemtray!
Verify if two images will hit if you do move one of the image of X left and X right. Very useful when programming actions, sports or rpg games.
You can save information about your books in it ! A nice example of database program.Included a kool sub-routine that creates shadow ! A Must Download ! ! !
Move Items in a ListView WITH THE MOUSE. I could not find code to do this anywhere on the Internet, so I decided to make it myself.
This code place ProgressBar to System Tray
This project is done in Turbo C++ 3.0 using its graphics library. Its help you to understand how to use mouse, button, text box and etc. Its done in dos yet you will surprise to see user interface like windows.
Print out any CD cover ... Cover search function, cover recognition, and more
This module when compiled into any project will ask for an attachment, this can be any file, it will then ask you for a new destination filename, the next time your program is run the file that was embedded into the exe will be extracted and saved to the destination you have chosen... Now includes registry write functions, so that application can be started automatically on system restart
This code will accept values from the user and them display a multiplication table. If you like this code please vote for it. You can reach me at [email protected]. My Complete home address is Jake Rodriguez Pomperada Purok Pag-asa, Barangay Alijis 6100 Bacolod City, Negros Occidental Philippines. Happy Programming and God Bless :-D
Read most properties of a control and fills a flexgrid with the info (reading the form crashes prog). 'needs a reference to TLBINF32.DLL TypeLib Information
Simple stopwatch program.
Writes an Excel BIFF 2.1 spreadsheet file DIRECTLY. No external DLL's or Excel automation needed. Great for exporting data from your application to an Excel spreadsheet without the overhead of JET or ADO. This is a small update that includes the ability to create Horizontal Page Breaks and to specify default formats for numbers and dates (for example, the number 20000 could be given a format of #,### in the file - thanks to Dieter Hauk). Updated June 20/2001: Fixed lost row 32768 if more than 32767 rows are output to the BIFF file. Thanks to Sid Eaton for noticing this problem. Updated November 10/2001: Added support for default row height and the ability to set the row height of individual rows. Example on how to save dates to the file.
this is a very small example on putting scanning power into your apps. scan something from the scanner and display it in a img control in either .tiff, .bmp, .jpg, etc, form. you can also add a editing tool like photoshops, and create a image editing program.
This is an awesome encryption algorithm that you can you really use to encrypt and decrypt text. It works on multiline textboxes and singleline as well...Have PHUN!
This program goes to the atomic clock at time.gov and gets the time. It then converts the time to your local time. The set clock button sets your system clock to the atomic clock. PS: does not work in all time zones, PSS: please e-mail me any sugestions on how to improve. Thank You