Results for "Volume: 4_2005-2006"
This is a simple media player application suports all types that you computer can play it actually search for a render device. Well i can play all files i want (Even mpg and avi a small window pops up with the screen). It usses 'Quartz DLL' that belongs to DirectX (don't get mad if this is not the case :P). So actually its a DirectX mp3 player well atleast thats where i builded this project for but it came out that it olmost renders all atm it renders : *.wav, *.mp2, *.mp3, *.bmp, *.jpg, *.mpg, *.avi *.mid Hope you find this use full. :-P
Gives a complete list of your favorite servers and returns the players who are in the game + all game info ping game type bla bla.(based on a other code of planet source code)
pippop is a POP3 Email server - you can connect and send or retrieve email from this server over a LAN using outlook express when the server is running. This was only tested using outlook express and in future releases I will have tested it with more email clients. Also keep in mind I have not tested this over the internet yet so I only know it works on a lan. email me with any question or comments please at [email protected]. and Please vote if you like this code. :) -Jack
This is just a "Splash Screen" with Progress Bar, Ontop and Center Form funtions too. It is only beginner code tho, I like doing beginner stuff :) Enjoy - Love Factor :-P
Get time zone , Get windows info , Get enviroment info , Get process info , Sleep , System colors , Run a program , Execute a file , Shutdownwindows , Textbox messages , Grab an icon and much more !
Add many properties to your program's TitleBar with this ActiveX Control. Some of this properties are: Caption(Text, Color, Font) BachgroundPicture(Align, Picture, Show-or-Not) BachgroundColorStyle(Gradiant, Solid) Buttons(Max, Min, Close(Picture, DisablePicture, Show-or-Not, Enable-or-Not)), etc. Enjoy! :)
To teach even the MOTLEYEST of fools.
Curious of how to get the intersection of hundreds rectangles almost instantly and with no API? Then come and see!... Arabian and italian algorithms in play! +++++ This little demo shows live intersection of 2 up to hundreds rectangles. It produces: A) a boolean indicating whether all rectangles intersect B) the intersection rectangle itself The homemade method for finding the intersection rectangle (in 'IntersectHomeMade' function) is mine and consists of defining all (2*number of rectangles)^2 intersection points (both real and virtual) and then filtering them to find the only 4 points belonging to all rectangles. A very unusual way, isn't? In the same routine, the method for finding whether or not the 2 rectangles intersect (boolean value) is not fully mine but derived by a recent post on the planet: 'Knowing whether two objects intersect' (by Tarek Said, level Intermediate, Coding Standards, submitted august 12 2K1). I hope yow like the effort, have fun :)
Another beginner piece of code for ya's, this simply puts your local IP in a textbox or label using Winsock. - Love Factor
AdBlocker 1.3 complete (update) - Blocks ads, deletes unwanted cookies and closes popups! Check it out.
Just Run the program!! Your mouse's put in a game and you have to way else to release it except moving the mouse to get to the blue end-point. But it is too slow!! Win the game or restart your computer. Hahaha!!
Font Selector III This is the newest version of Font Selector. All the thing you need is the Font.ctl. Copy it, and Drag it into your project browser, and enjoy it. This is the newest, fastest, smartest and coolest version!!!
This little app, lets users launch websites. It is time configurable and can also repeatedly launch the same website(this also is time configurable). This is a good app for people that want certain websites automatically refreshed, e.g. a live webcam site or a stock update site. This app can also be used as a reminder, you can set the time and hide the application, and the url will be launched at the given time. Heck you can even surprise someone with this app. Its pretty simple, but a great start for newcomers. If ya think its neat, please vote for me. :)
LED Control without API (PSET & POINT only)
Sub Hunter game. Kinda simple, but fun when you have nothing else to do. New sice 1.0: Explosions, some preformance and a easteregg :) (Love that King ;)
This shows you how to make an address book with databases.
This cleans your recent tab i made it because i downloaded some projects here temporairy and deleted the files but it is still in the recent tab well that is what this project does it is going to look in the registery and search for the file if not exist it will delete it from your recent tab there is olso an option to clear the entyre tab ok i hope you find this usefull :P
Checks Emails using winsock.
Ibrowse is a complete Image viewing suite. It opens a range of images, from Bitmaps to JPG's right round to Windows Metafiles. Ibrowse can open up individual images or turn a whole folder into a slideshow which can then be made into a full screen slideshow and is a MUST see. As well as that Ibrowse can also display thumbnails of folders which is very handy indeed. Anyways I love this program I hope you do to, it looks nice and does the job very well so please download it and then vote for it, im allways voting for people its about time some people returned the favour!
This is an update of the 'Read a wave file' code that I have submitted a couple of years ago. The old code does not read a wave file in a correct way, and I feel that it does not provide enough helps. Therefore, I used the correct way to read the wave file in this project. This program demonstrates how to read a wave file and displays the wave samples (If there is more than one channel i.e. Stereo, it will display those two channels separately. See Screenshots), Samples rates per second (i.e. Hertz), Average bytes per second (How many bytes play every second), Bits per sample (Bit resolution of a sample point. i.e. 16-bits) and the length of the wave file in terms of seconds. The program also allows the user to enlarge a specific section of the wave file (See Screenshots). When the user plays the wave file, he or she will be able to see a line that indicates the byte that is being play (See Screenshots). THIS PROGRAM IS A MUST SEE! Feel free to leave any comments and questions.