Results for "Volume: 5_2007-2008"
Hides the application from task manager as well as disguising itself in the process list. The overall procedure could be a lot faster but at this speed it gives most people a chance to see the changes take place.
Grabs the HTML Code from any page you are browsing through the Web Browser Control.
Here is a partly done client for MSN Messenger, it uses MSNP9. It has basic contact list, groups, chat, display pictures aren't working yet, nor are custom emoticons. It isn't commented, and in some places the code is a little difficult to follow. If you want to work on it further, you can refer to this documentation on hypothetic: http://www.hypothetic.org/docs/msn/index.php If you do make any modifications to the code, it would be greatly appreciated if you would send them to me, at: [email protected]
Searches for specific file types on the specified drive letter. You can add / remove file types to search for too. I made this months back, thought it could be useful for some beginners.
Can turn the computer monitor either on,off or into low-power mode (if enabled on host machine)
I took the excelent code (Mario Flores Cool Xp ProgressBar 2.0) and fixed the max value, now it works with any max value. Added the missing let propety. Made major changes to the verticle ProgressBar to use all the types of bars and empty or fill option. I had some help from Roger Gilchrist as I don't do much graphics programming.
The Source Simulates Gravity. Its the Second attemp to post it. the last time it was deleted.
Connect to the Internet movie Database and Download detailed information, and box cover images for your favorite movies. Search for movies by title, Drag and Drop .NFO Files with IMDB Codes inside, Get movie info by IMDB Code. Note: this project is for informational and educational purposes only, I just wanted to see if I could make a GUI type program for a nice website, please support IMDB.com, it is a great service.
** Update 9/30 faster levels and added 30 songs(835Kb but worth waiting)** This splendid Tetris game was originally submitted by Jeremiah Hughes about three years ago on PSC under the name 'Miah Tetris'. It still is one of the best Tetris versions I ever saw. I decided to improve the user interface a bit, integrated the soundeffects in a res files, done some changes to the levels and the preview blocks, made it possible to play more midi files (just add them into the games folder, they are found all over the internet) and I got out the little 'bug' (seen in many tetris clones) that prevents you from turning a block when falling along the side. Most important and not to be forgotten: The game code itselve is pretty much unchanged so THE FULL CREDITS FOR THIS GAME GOES TO Jeremiah Hughes !!! Special thanks to him for the great code. This code is worth getting reanimated so that every tetris fan can enjoy it again. I submit it specially at the end of the month so that I cannot benifit of all your votes, and that those votes are nothing less than credits to Jeremiah.
-= INFORMATIKA-IPB =- Convert Database to XML. this code use classes. you just have to put the database file and the program will show table from your database. put the Query, the record result will shown in xml.
this code makes a effect with picture box, this code make copies of this picture box and make the effect like a menu it's cool and funny...
(Bug Fix 1/23/07) Mimics an Adding machine that creates a tape that you can print. Unlike a standard adding machine, you can modify values on the tape (by double clicking on the number to change) to fix any errors without having to reenter the entire list again. It remembers the last number entered so to add several of the same number by pressing the math key again. You can use the keyboard and/or mouse for entrees. (XP users: Compile and run to see the XP look.)
Basic FolderView user control (only standard folders). // 21Kb zip
Learn to crack visual basic applications, learn how to protect yourself from crackers. This is a video , that means multimedia, so sit back relax and Watch in learn.
ActiveX Coder 4 [ Final Ver. ] is a complete program that generates a usercontrol properties in a seconds and lots of features sort,edit ,modify, import, drag ^ drop ... Vote!!!
This program draws rose curves. The Text box indicates how many leaves are drawn. When it is even the number of curves are equal to twice that number. When it is odd the number of curves is equal to that number.
TreeView subclassing to adding a number at right of treeview text items (like Outlook Express)
CodeSense is a control that allows you to have syntax highlighing, autocomplete and function tooltips in an edit control. Unfortunately, it doesn't include a proper VB example. This example shows you how to properly use the CodeSense control in Visual Basic, providing AutoComplete, function tooltips and syntax highlighting. If you go to http://www.dansoftaustralia.com/index.php/3/1 then you can see some screenshots of stuff you can do with the control (the last 2 screenshots aren't included). NOTE: you will need to download the CodeSense control (version 2.22) from http://member.telpacific.com.au/daniel15/cmcs21.ocx and register it for this code to work.
This Article shows you how to download 36 ActiveX controls. Microsoft is giving them away for free.
Building on my previous transparent bullet labels submission, I have built this control which draws transparent checkboxes. It is still a work in progress but ready for feedback. One drawback, it uses the dreaded GetKeyState + Timer combination to capture mouse clicks within the control rectangle. If anyone knows a better way to trap mouse events on the transparent parts of a control, I'd be happy to hear it...Anyway, it is functional...just launch the .vbg file...