Results for "Volume: C_Volume2"
This application can be used in certain areas of Hydrology involving design of a turbine,Design of a transition forebay by Mitra's Method,And in the calculation of the specific speeds.That is, this can serve as a calculator for those designing Dams,etc.
3D "maze" doesn't really have an ending.. but it serves another purpose. This is a cell&portals maze. It uses exact visibility ( recursion ) and clipping to create a view of the maze. I originally had to do this in C++.net using openGL. This USES PURE VB. only a few api calls. I'm looking for someone who has a good idea for a maze building algorithm so i can do some file I/O. right now i just build the maze in the program which takes up A LOT of lines, and could be done much easier by reading a file. anyway, leave your comments, learn, enjoy.
Simply a master volume fader control...Slider functionality piggybacked from Carles P.V.'s excellent cpvSlider submission. I added mixer api to control and detect changes in the sound volume as well as a routine to draw the snail trail...Also uses Paul Caton's excellent winsubhook typelib and timer class, included in the zip. Skinnable in that the slider thumb pic can be changed. Can also probably set the pic of your choice as the usercontrol background although I did not attempt that myself... Happy Holidays!!!
Downloadable Mind Blowing Modules, go grab them while you can !!!
This little application records your mouse movements, clicks, and keypresses when turned on. When "played", it will simulate the mouse clicks, movement, and key presses you've made while it was being recorded. I have now updated the coding a bit to remove minor bugs and add more commenting on the code. The program does not currently recognize multiple-key presses but I plan to include that in the future. Bugs, comments, and suggestions are greatly appreciated. Please vote for me! PS. This is my first submission so don't hate, =) Umm.. Need some more comments please!! Also check out my other submissions!
This is a submission for all API lovers. A big HTML collecion of APIs ,I found. I think you all take this as a reference. Thanks for 'www.Atwillys.de' for providing the same.
This is a VB Script to Launch IE in Edit Mode, that is it functions kinda like FrontPage, supports command-line arguments it also can be done in VB, check it out so simple!
This is just a little stuffed santa. You can drag him arround and he falls down and bounces! nothing special but fun ;) Merry Christmas!!
Sort Array without Swapping Strings The latest Sort submission by Ulli, whcih is unquestionably superior and advanced is, well, advanced! so i cooked-up this sort which is very simple, the algorithm used is shell sort but instead of swapping strings, we swap their index, and finally return an array of sorted indexes, well sort of (pun intended ;-)
This article shows you how to replace your boring old Visual Basic Splash screen with a new, cooler one! Diagrams, tool links and step-by-step how-to's. Comment and vote!
Hello, this is the coolest msn tweak ever made! You send it to the person and they open it.. It will run in the background of their computer quietely and every 20 seconds it will change their msn name to "I Am Gay", "I Am Homo!", "I got My Dad For Christmas!".. It is basically pointless but they think that there is a hacker in their computer! I use it on everyone and they get real scared :)... lol, use the code freely!
Recently I noticed a few submissions without all their source code, one in particular caught my eye, ESEE VB FORM SKIN, there was no source code to the DLL, so I set about making my own simple version, here is the result, please note I have only spent about 2 hours on this, and its not that advanced as ESEE VB FORM SKIN, but it is complete source. There is a simple test app as well, please read the ReadMe file included though! Thanks. UPDATED: 02 JAN 2004 PLEASE READ THE README FOR MORE INFORMATION!
Tweak Machine - Version 2.2 Beta (compatable with all Windows versions). This application consists of highly graphical detail of configuring or changing the system registry for security purposes. It would come to use for networking or home computers. Have you seen that these programs cost lots of money, well this program is free to use. To stop unauthorised users trying to change the registry this program is password protected with a extreme encoding process and have the capability of changing the password. If you are not familiar with the registry do not try and change it your self because it could crash the system. This uses high-tech xp style buttons. This also has four user-controls textbox, checkbox, frame and xp button. The checkbox is a fully animated button, when you click it, it changes the image. It is composed of two screens which are accessable by pressing one of the buttons on the bottom-left of the screen as shown in the screenshot. I would like to address that I am not responable for any system crashes or failures. You are able to; hide the Control Panel Applets, Remove Programs, hide drives and many more. One control that is highly used is Dont Display Last User logged on. I have included the two fonts that are in the image (both are GTA fonts). This is an update version of my last upload correcting errors and adding more controls. I hope you like it. (PLEASE VOTE FOR ME!!!)
This is a multiplayer game in UDP Winsock, i use BitBlt to make it nicer. You have two animated characters going around shooting each other - that means bullets, mines, walls... The code itself is very flexible, its very easy to modify the map, only move rectangles around the form, or add some more, or erase some... I tried to pack in it the most useful features that you would need for Winsock programming... And how to use winsock to your advantage.
Project Description: This project was originally intended to be a way for me to access the internet at my workstation in college because they had disabled DNS and I had to find a way around this. So I decided to make a browser that would get the IP address for the DNS and would place it in a database which the browser would search through to decide where to navigate. Well, after spending over two months working on it I've added many different features and a lot of code that I think many people will find useful. NOTED FEATURES - 1. Fully functional web browser which can be set to DNS or Normal Browsing Mode. 2. Fully functional FTP client included. 3. A whoIs client that is fully functional and includes 6 servers. 4. Implemented own "favorites" system which isn't very good but oh well, lol. 5. Implementation of many additional features for browser such as "style changing" for people who cannot read well and extracting links, emails, or image urls. 6. Implementation of pop-up blocker as well as a feature to filter website content. 7. Some features you will have to find on your own because I never got around to making a help file or anything for this. So just search through the code and see what you can find. Notably, check the form keypress section. 8. PASSWORD FOR FILTERING IN BROWSER OPTIONS IS (CASE-SENSITIVE): "admin" 9. Also included is the feature to block ad-banners and ad-text but must be uncommented to be active. I didn't have the time to include it in the options. BUGS: There are MANY bugs in this program as you might imagine because the code is quite large (over 120 pages when pasted in Microsoft Word). So please just tell me if you find any bugs but please don't criticize me for them. Note that I grabbed a few things from PSC and have noted it below. NOTED UNFINISHED WORK: (1) FTP is fully functional but the file listing does not always work properly and I never got around to finishing that. (2) The "clean-up" bit in the Browser Options was never completed and little features like the (3) updating browser weekly and (4) backing up files weekly was never fully completed. (5) I was intending on creating a mini-chat application between browser users but never got around to even starting it. (6) Adding whois servers has not yet been included. (7) Was going to add a history feature but never got around to that either. Wow, so many things, lol. CREDITS: I give credit to whoever's code the Alpha Transparancy is as I did not make that. I also give credit to the person who provided the "isButton" control as I also did not write that. And finally I give credit to the person who provided the .RES for the XP Manifest code. Extra Comments: This is my second largest project I've made and I've spent about two months or so working on it so I hope you appreciate me distributing this code. So before you close this program and go onto doing whatever else you do, please vote for me! CONTACT: Email - SeoulxKorean@yahoo.com AIM - xAznHangukBoix
Extracts and plays a flash movie from a resource file. Another example of how the very simplest application can be fun.
This is the 2nd version of the XP Style Button. Have a look at the Screenshot. What you see is what you get. It even brings the look and feel of XP to 9x. The color of the gravel surface can be selected from properties or during runtime. You can select a MouseOver color, a MouseOverFrame color or hide one of them if you select the same color. The edges are round on any background. Please send me your feedback for improvements
UPDATE: Changed save path and included hotkeys to start/stop generator so that random data can be produced without the fact that the mouse was around the command button. Somebody gave me a comment about creating a key generator based on mouse movement and I had already heard about this previously and decided to make my own version of it. Well here you have it. You can modify this key-gen to be more random if you'd like, it is just a simple example. You can choose options between the generator to generate uppercase/lowercase alpha and numeric characters. I'm too lazy to make more settings modifiable such as interval for recording, choosing save location, whatever else.. But anyhow, please VOTE FOR ME! Extra Notes: AT PSC search for "DNS Browser" for a 100+ source code web browser I spent over 2 1/2 months working on it so go check it out and give me feedback
DHTML Edit Control is an ActiveX control provided by Microsoft, they provide with it a sample app, this code is built on that app but much enhanced, to get the DHTML control goto: http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnaredcom/html/cncpt.asp also the project refrences WinMain's CodeMax control, if u don't have it, remove the refernce and replace it with a richtext box.....or whatever :-)
This sample code is an example of how to put text and graphics into a richtext box on a form and then save that information into a database. The example uses MS Access, but should work with SQL Server as well. I needed this for a specific purpose and when I could not find any examples, I created my own solution. Use this however you like there are no copyrights on the code.