Results for "Volume: 5_2007-2008"
This is a picture control that I think most of you will like and (most ;~| ) all of you will appreciate. This picture object least importantly of all, displays a picture. Here are some of its more powerful features: 1)Can display a picture from a file, just like a regular picture control, BUT can also, on the fly, instantly (without winsock or any other control) download a picture off the web and display it..so this control can dynamically display images that dont even reside on your machine 2) The control has a storedPicture object..which allows you to store an unlimited number of pictures for later use. simply call the AddToStoredPictures method. Display any one of the stored pictures, later, as the current picture by a call to oPicFlex.ActivePicture = 2 (or whatever index you specify) 3)The image displayed in this control automatically resizes as the control resizes (like the Image control)..buy only if the stretch property is set to True, like the Image control 4)A single call to this controls DrawFromThisBlt method acts as an internal replacement to the BitBlt, StretchBlt, and TransparentBlt api calls, so any part or all, of the controls current image can be painted to any other DC
Fully commented. This program allows the user to record and playback mouse movements and clicks. When recording, it adds the mouse's coordinates and what the mouse is doing (moving, clicking) to a list. Then the program scrolls through the list and follows the scripts instructions on where to move and what to do.
Learn how to break cyphertext with Frequency Analysis.
Parses the non-anon proxies from cybersyndrome.net/pld.html
Bounce off the Wall! This program is similar to my 'bouncing balls' program; however this one bounces balls off walls of any angles. It is very realistic, and has no errors... I don’t think anyway. If you find one, then contact me! Note that no API commands have been used to keep things simple! You can provide your own map just by replacing the default picture. Enjoy.
Organizes and saves images into a single access database. You can import/export single or multiple images at a time. Handles *.bmp, *.jpeg, *.jpg, *.wmf, *.ico, and *.gif image files. Great tool to keep and organize your image collections into one single access database. This is only a start. I do realize that more polishing and debugging need to be done. I hope someone just learn something from it.
This will make you actually be able to see what's behind you right through your body in real-time! No joke! Read the directions inside the .ZIP to find out how this is done! The directions are simple. You need a webcam to do this obviously. Please leave feedback and suggestions.
Skin a form with a PNG image. Uses GDI+ and a lot of CPU :D Credit to Appeiron, who wrote the GDI+ modules :P You can also download the DLL version here @ PSC
Lets easily impress your friends or raise up the traffic at your site !!! I think, the title is enough to explain my project. Well, just a few more things to say that ... I have tested it with MSN 6.x and I got 100% results. This application works as a server on your computer. The project needs no more code updating, just compile it, put it on your server machine and run it ! Even just run it for a few minutes and provide services to your friends (Even if you are using a lazy internet service like me - ewww) Readme included. SMTP servers are also given so don't worry about this. Oh yeh, send comments and don't forget to VOTE ME.
A class that allows you to move controls around on a form or other container. There are several built in animated movements or you can specify a specific point for the control to move to. Using a timer it produces some interesting effects. No Screenshot, it's about movement. ----------- Thanks to Oscar Medina whose 'Marquees Marquesinas" at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=58044&lngWId=1 inspired it.
Spell check any text chat window you have open, (Ex: look at screenshot). works with almost all windows. By just clicking on a windows text field it gets the hwnd and gets the text from it. If you right click on a highlighted word it can be added or it can give you suggestions. I put in a 1024 letter limit so it would not slow down while your typing, you can change it to be what ever you want in the code. I included with this a 280.000 words file if you dont need so many words you can get a smaller word file. Known Issues: Doesnt work with trillian and MSN messanger. If you know how to get text from thosue programs please post the code.
a galaxy game have a strategy games look like using direct-x 7.0 with direct play
THis is a joystick class that finds a valid joystick and then returns to you one event that reports everything you need to know to program that joystick..from which button is being pressed to the X and Y pos of both joyhandles(assuming your joypad has two..if only 1 this will still work) to the position of the D-pad
API Created Folder Tree - this is the real one Windows uses, not a user control !! the code is not mine, i only cleaned it up a little,whatever...
With this application you can actually make yourself translucent, and see right through yourself in real-time. Meaning it's like you really are a ghost! The code can generate the translucency very fast and therefore can keep up with the webcam refreshing every 50 millisenonds, appearing real-time. I came up with this idea after trying to come up with ideas of making some some use of green-screen technology, but it turned out to be this. This is the second upload of it, as I have made some minor changes to the code and added a status-bar as well as made it so you can select a location of your saved images, instead of it just saving to C:\temp.bmp. I have also commented almost every line of the code so you know what's going on all through the code. Also I have actually reduced the filesize of the ZIP from 22 KB to 5 KB, and there's more stuff in it... PLEASE leave lots of feedback if you look at this. I only submit things to keep Planet Source Code alive, and to see whatever everyone thinks about my ideas and what the end-results are. So PLEASE leave me lots of feedback on what you think. Enjoy everyone.
A class that allows you to create animated drawing images. To use the class all you need is a Form and a CommonDialog control. Menus are optional but useful. You can either draw your own images or load an existing image and trace it. ----------------------------------------- Tracing can either be with standard pen, where the user selects the colour used or a Duplicate Pen which takes its colour from the underlaying image. To assist tracing you can either draw directly on the underlying image or offset the trace output to any side of the underlying image. ----------------------------------------- The images are stored in a very simple (and large) file format called 'Sket' which is simply a hex description of the position, drawing phase(Start/Drawing/End), Colour and DrawWidth of a point on the lines you draw. This is a very inefficent file format which I plan to improve as soon as possible (so don't commit yourself to it too deeply) ----------------------------------------- Suggested by Lucim Lack's 'Retrace your Footsteps!' at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=58084&lngWId=1 ----------------------------------------- UPDATE Fixed the save error (accidentally zipped the next to last version)) Added new hotkeys, improved data storage in the Sket file format(unfortunately this means anything you built with version 1 is useless) and added a Scaling method of drawing and some auto sketchers. -------------------------- Also thought of a use for this, and am building a screensaver engine which could use the Sket files as input. -------------------------- NEW NEW NEW NEW ----------- Minor update 'Save' now displays a progress report in caption bar as it can be rather slow if you have large data or high bit colour. Auto Dash now looks more like pencil strokes (use Width 4-8).
Code-Rix is a nice matrix screen saver, gives a multi-threaded application feeling since 6 windows and the main background all run together Waiting for someone to convert it to a real screen saver, I don't have much time
A really cool looking fireworks simulator. Lots of cool effects, looks good, render loop, uses a backbuffer, ,sound, you name it, its got it. look at the screenshot for an example. I dont care if you vote but please leave a comment!
(Uploaded fixed zip) For adding filetypes to the Windows XP Search Tools Text Search. On Windows XP the facility to look for text within a file only works against filetypes that have a filter defined. This means that .BAS, .CLS, .CTL, .FRM, .VBP (etc.) files are NOT scanned. This utility allows filetypes that have no associated search filter to be searched with the standard Text Filter. I have knocked this up very quickly as one of my colleagues just asked me why he couldn't find a subroutine in our libraries on his new (Windows XP) machine when it was found on his old (Windows 98) machine! I hope it may be useful for someone else. NOTE: You can also remove a Filter association from a filetype but you should not do this unless you have a specfic reason! You must reboot the PC for the changes to take effect.
System tray clock with a twist. I always thought it was crazy to have to double-click the tray icon to launch the mixer app just so you can adjust the volume. Since the clock is not doing a helluva lot more than wasting screen real estate, I added the ability to adjust the master volume directly from the clock window. In other words, direct access. Nothing earth-shattering here, I know, but I just wanted to solve something that nags me. Now I can double-click the volume bar at the bottom of the clock and mute the sound instantly. Clicking and dragging the mouse over the volume bar will increment/decrement the volume depending upon the direction you are going. You can also click anywhere in the area of the volume bar to set the volume level where you click. To get to the options window, double-click the clock area which is above the volume bar. The clock's fore and backcolors can be changed. Hopefully I can add more customizations and features later. To exit the clock toy, press Ctrl--> Shift --> and click on the clock at the same time. As with all my code lately, I piggy-backed from Carlos P.V.'s fader code and employ Paul Caton's WinSubHook2....I know there are a couple of minor issues and the ones I don't know about, I am sure I will hear about them. Comments and suggestions welcome! Just compile it and place a shortcut to the exe in your startup folder if you want direct access to your master volume. Enjoy and happy coding! ;-)