Results for "Volume: C_Volume2"
Flash Desktop Mate can put a transparent flash animation that wanders around your desktop interacting with windows. It's a fun little program I made for my kids last Christmas, but you can pretty easily change to your own animations if you want. It shows window interaction, flash-vb communication, form drag, window on top etc. Must have windows 2000 or XP as it uses layered windows. '98 users can comment out two lines in form_load to try it without transparency, read the readme for more info. You also have to have a recent flash ocx 6 or 7 to run.
A live internet Radio that rests in your systray. It is very low on CPU and Memory. It gets it´s channels from a ini file you can edit and put your own channels in. Observe that the channels that are in the included ini file is swedish broadband musicradio channels. I made this for my lovely wife Ann since we dont have a radio in the kitchen and she loves to listen to radio while cooking and cleaning. We got a computer in the kitchen though :-) This InternetRadio is very straightforward, doesn´t have any fancy features, It does one thing well and that is playing Internet radio. No graphical editor is included to edit the channels in the ini file, you need to edit it yourselve. I am sorry but I have not commented the code, it is very few lines of code and I did not plan to show others it. The only reason I am putting it up here is because it has become popular amongs my friends so I decided to share it.
LightQ is a game of mirrors, light and IQ ! it's a logic puzzle game that will proof your knowledge of merging light and reflections. The goal is to get all coins spin by sending a beam of light of the same color over it. This is a COMPLETE game with menu, sounds, music, intro, players, levelpack, editor (for making your own puzzles) and more ! you need the DirectX 8.0 type library (for sound). Further this code is based on the windows GDI32 DLL. In future i will convert it to pure directx for more platform support. Please let me know incorrect code behaviour. For now check it and have a lot of fun playing this game!!!
A Library Management System, which stores Book Details, Student Using Library Details, Publication Details, Class Details, Issued Book Details...It provides you with backUp Facility of your archieved records. It provides both mouse and keyboard interface to deal with software. It Provides various settings to administrators. It also provide powerful report generating facility. Help Facility. Benefits From End-Users Point of View ---------------------------- 1) It takes minimum inputs from user and so avoid data-entry error to 95% 2) It can be designed to operate easily with keyboard only. From Programmers Point of View ---------------------------- 1) Whenever Book is Returned it's record is deleted from issue table. => Maintaining Return and issue information make database bulkier, with no necessary information and it is really not recommended. 2) Lots of Database Stuff!!! to understand. 3) Registry Coding... 4) ActiveX 5) Dynamic Report Generation 6) Presentation or Screen Layout Design.... (still lots of Creativeness can be added) 7) News Bar and MSN - Style Pop-up on Start-up 8) Circular Form (About Me form) 9) And a complete analysis...of LMS. Product of www.VIVEKPATEL.cjb.net
Updated 2004-04-09: TCP-Communication is my attempt to make a framework to run a TCP-Server without any protocol. It consists of 2 components TCPServer.dll and TCPClient.dll. I am a believer to make things that do one thing and that thing very well. TCP-Communication is an exellent framework to make chatservers for ex. The components are very easy to use and the developer using them mostly need to add the appropiate protocol for the TCP-Socket application being made. I have been working with it on and off for quite som time now, and from time to time it didn´t respond fast enough for me to approve it. But then I saw Emiliano Scavuzzo´s CSocketMaster using a implementation of Paul caton´s WinSubHook. I tried it out and it worked like a charm :-) However I must say I cannot explain why winsubhook works so much better than the ordinary subclassing I used. Anyone care to explain to me ? :-) The TCP Components are very influenced by some authors and due credit and a big thanks for teaching me about Socket programming goes to following authors. Coding Genius Edwin Vermeer Trevor Herselman Emiliano Scavuzzo for influencing me to use Paul catons WinsubHook Other authors on www.planet-Source-code.com/vb www.allapi.net And a big thanks to Paul Caton for providing me with the winsubhook that are giving me so much better response than the common subclassing techniques. Only one problem, I cant explain why my TCP-framework respons so much better with his solution than the common solution. If anyone could try to explain this to me I would be grateful :-) Note that the TCP-Components are not needed to be compiled You could integrate them directly into your project. For an example look at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=52538&lngWId=1 The demo projects are not to be rated, they are a mess and not much energy is used on developing them. They could be buggy. They are just included to give you an idea on how to use the TCP-components. Help me grow as a developer and give me constructive feedback :-)
Score Cheat @ Neopets
I've wanted to draw jigsaw pattern for a long time. After I had seen Robert Rayment's Jigsaw Pattern project, I decided to create one. I'd like to thank Kenny for his inspiration. Comments and suggestions are welcome. See the screenshot for what it looks like.
A 'VERY' How To Use Windows XP icons (32bpp with Alpha channel) from Visual Basic. The VB 'standard' methods not allow to use this icons, and reject them with "Invalid image" error message. This code show (using advanced of API) how to load this icon types. Not only! You can choose 'which' image format and size to load from icon file.
This is an internet whiteboard made for two people, I made it for me and my friend Sarah cause yahoo kept screwing up. It has a ton of tools and options. It has Freehand, Squares, Circles, Lines, Flood fill, Gradient Backgrounds, Eyedropper, and an Airbrush. You can set your airbrush pressure and drawing width, generate random colors while drawing using the arrow down key and change your drawing width while drawing using the arrow left and right keys. You can chat, see the other users current options, change your name and even save your art work! Please Vote!!!
Maybe the last color selector you will ever use? You supply a dummy/empty form & the code does the rest. Lots of options & will list most of them here: 1) 3 palettes to choose from, 2) palette tabs can be disabled, 3) grab color from anywhere on screen, 4) fail-safe mode will display std color dialog if routines fail, 5) mouse wheel support, 6) prevent non-palette selections, 7)auto-convert negative sys colors to positive values, 8)add custom colors to the default palette or replace completely, 9) easy window placement, 10) even more options. Heavily documented, jump to end of the module for a detailed description of options & their settings. Feedback works ladies & gents... that's why this new version is up on PSC. Last Updated: 7 Apr/1630 CST - Critical flag wasn't always being reset - could cause picker to show up as a plain gray window.
A new version of my colorpicker. With this tool you can grab a color anywhere of the screen and see the VB colorcode, HEX value and the RGB value of it. You can convert any colorcode to another. Or making a color lighter or darker. Great tool for webdesigners... New to this version: - Saveslots are saved in the registry, so after closing the tool the colors are saved. - Converting the choosen color to the closest websave color. - Inverting a color, getting the negative of it. - Copy colorcode to clipboard button - Some minor bugs. If you like my tool, please vote...
This code demonstrates how to draw an image into your MDI area and serves as image background or logo. With two modes: center and stretch.
This program load's and renders MDL and MD2(Quake 1&2) models. the code is well commented and optimized. uses no external controls or dll's for loading/drawing except DirectX. all mdl related functions are brought together in one handy class, such as loading, rendering, animation selection, texture loading and frame interpolation! check it out
Very useful when you use cazaa or Bearshare or other P2p, where you download infinity of files, but a quarter is duplicated. It compares all type of files looking for duplicates, how? you select a folder, all files in that folder will be checked and compared looking for duplicated files, it checks 3 part of the binarys and the file LEN, if a file seems to be equal to other, the programm promts for action, and shows if the file is the same. It's like that programm of NORTON... i don't remember the name. it uses listbox, drive list, progressbar, textbox and dir list. Uses two Binary access. NOW UPDATED WITH PROGRESS BAR!!!!!!!!!!
Shows how to Terminate processes with priviliges. The purpose of this application is to guard choosen applications from going down. The Watch Guard checks each X seconds that the choosen application is responding. If it is not responding it has either been shutdown, crashed or has frozen. First the watch Guard attempts to do a clean shutdown, incase the choosen application has some savings of settings during shutdown, After that it terminate the process to be on the safe side. Finally it starts up the application again. It logs when the applications starts up and goes down. The timeout for response is variable through settings It is mainly for System Administrators who has applications running on machines that absolutely is not allowed to be down for a longer period of time. But it could benefit anyone who wish to guard a choosen application from going down. Help me grow as a programmer, Constructive Feedback are greatly appreciated :-)
This code is a demonstation on how to format a floppy with out using format.com and with out calling the SHFormatDrive API. This code allows you to format a floppy without a popup window. Currently it is set for 1.44mb only, but all the code is there if you want to play around with 702kb and 2.88mb. From what i understand this code only works on NT based systems.
This is remake of vbAccelerator's Toolbar and Rebar Control. In this control everything is included in one ActiveX, so no external dependencies (like SSubTmr.DLL) is required.
This demo application demonstrates the use of a Custom Tooltip Class supporting square and ballon style tooltips, centered at the corresponding control or at the mouse pointer hot spot, with or without title. Individual back- and forecolors and fonts are also possible as well as an assortment of Icons to be displayed in the tooltip and finally individual delay- and show-times. And whats more - the tooltip can now speak using Microsoft's Speech Object Library (SpVoice in sapi.dll), no XVoice.dll or VText.dll! The code is easy to follow and well documented. And on top of that the class is very easy to use. Check it out, download is only 10 kB.
You can use this class for searching a drive ,directory and subdirectories.It supports even multiple Criteria's. I think this is a very usefull one.I included a sample app that shows the functions of this class.Please Vote for me!!
This program takes your exported IE Favories (bookmark.htm) and produces a complete html/css/js/xml/xslt set which function as an internet version of your favories. IE Favories are converted to xml and a css file is generated by this vb app. Transfer the Publish folder to your homepage, or change some of the parts to fit your needs. Included xslt transformation and javascript to open/close the favories folders are pre-scripted (ie. not generated) and must follow the package. Program with complete sample publish folder is encolsed the zip. These are easy examples combining vb/d-html/css/js/xml/xslt. Also see this in action on my homepage at http://www.johnharald.net/bml/favorites.html