Results for "Volume: 2002C"
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
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!!!
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
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 the beginning of a 3D world in DirectX 8. You can choose from a list of lighting, even wierd ones like Night Vision and UnEarthly. You can set how high and fast you jump, how fast you move, how far above the ground your head is and more. It is still in developement though so so far all it is is just flat ground and a sky but it is still pretty cool. I am just a beginner with DX (though pretty advanced at VB) so if anybody can help me with this prioject, you are welcome. The frame rate isn't brilliant. I got 70fps but I started out with about 200fps before I added the vertices and textures. Most impostant - PLEASE VOTE FOR IT AND LEAVE ME FEEDBACK SAYING WHATS GOOD ABOUT IT -Any ideas for it also welcome. I'll give you credit if you help me or I use an idea of yours, Thanx. ;)
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.
Sub utility for displaying an image of the moon as viewed from a given phase angle.
3d points shuffled within cubic space rotate according to mouse movement - click and drag over the draw space
This a simple msn messenger clone.It connects to the messenger server and you can send and receive pm's.Check out a tutorial on the messenger protocol from here http://www.venkydude.com/articles/msn.htm Visit my homepage for some cool codes
This code will teach the beginner how to send anonymous and silent e-mails from within their VB apps. Great for silently mailing back a keylogging file! This is meant for the absolute beginner so don't bother pointng out that it is simple. If you use it there is no need to give me credit but please vote or say you like it!
Draws a graphics view of the disc space usage on your drives, directories and network shares. Allows the user to navigate around the view to get zoomed-in or out viewsof the data. Useful for trying to find why that 12Gb partition is suddernly so full... For more info, including a tutorial, see http://www.spillett.net/DirGraph/