Results for "Volume: ASP_Volume3"
The name says all. It uses 8 transition effects and can to be used as a excellent Screen Saver.
A windows live messenger nudger clone. This will show you how to play sound and shake your program.
I've developed this system for a website developing company. It takes input from the user,validates those and then stores it into the database. It uses DAO connection. It also has modification, searching, renew membership, printing of bills, emailing bills, details view of all records with status and lots of things. The code is not too much complicated. This is my first submission on PSC. Please comment on this code and send feedback. At any time please fill free to write to me @ choudhuryshouvik@yahoo.com
This code can find intersection of line and circle, line and line, circle and circle. It includes some useful math functions. The code is easy and commented.
This is an example about how u can use assembler inside VB (or any other language that have support to dll calls). You can increase the speed of your code 3x ~ 70x using assembler routines instead of make all things in pure VB...
Enter your longitude and latitude and the program will display the positions of all the stars in the sky as viewed from your location. Place the cursor over a star to get more information. Click on the picture window and press the right and left arrow keys to move one degree in that direction. Hold Shift to move five degrees and Ctrl to move a quarter degree. Obviously, there's a lot more that could be added to this program (saving your location, for example) but it works as is and I've gotten a little tired of messing with it. :) Feel free to make additions to it. Also, comments and votes are welcome. Thanks!
Allows you to load and view any outside XI report file from your VB6 code.
Converts number to words with a very, very high limit on the size of the number using the United States number naming convention up to millillion (10^3003). Updates text dynamically. Other display options.
This is not your avrage physics sim you find on the net.It simulates wireframe structures. You can simulate a bridge in this and all sorts of other stuff! There are a few sample models whith it in the models folder.It comes whith editor to make your own models. I have hidravlic links and simalar cool stuff planed for it so then you will be able to make robots and simalar stuff in it! You wont regret downloading this! Oh and please comment and vote!
Ever stumbled upon the error "Bad DLL Calling Convention"? Was it when you tried to declare a function contained in a DLL? Then this might be a solution for you.
Just something for the kids. Mr. Potato Head use drag and drop to make him look cool! Well it's just something simple hope someone likes it.
ucMsgBox is a single-file UserControl which uses Paul Caton’s self-subclassing thunk to provide the ultimate control over the System MsgBox. This control allows the developer to Change/Set the Startup Alignment (CenterScreen, CenterOwner), Prompt Alignment (Left, Center, Right), Fonts, Icons (Native + Custom), BackColor, and ForeColor. In addition, the Theme state of the MsgBox dialog is customizable and supports Auto, Win9x, and WinXP button Themes. Moreover, ucMsgBox provides the mechanism to turn any MsgBox into a SelfClosing dialog with countdown enumeration. To provide accuracy of the countdown, one can set the ThreadPriority to allow for high resolution timing. In short, this UserControl takes the standard MsgBox to a new level with out changing one line of code for standard MsgBox calls!!! -------------------------------------------------------------------------(Update 16Mar07 – v1.0.240) Fixed minor bug in the SetProcessPriority Method, Added support for all default WinXP Luna Styles (Blue (Blue), Olive Green (HomeStead), Silver (Metallic). Enhance Win9x drawing style to support custom captions, Added Caption Property to provide custom button captions, Added CaptionType Property to allow rapid switching between default and custom captions, Added Subclass_StopAll to the zIdx Method to prevent loss of Mouse and Keyboard inputs when the hWnd is null (see zIdx Method Notes). Enjoy, TerriTop
Multiple status/channels/queries, IRC Server, web browser, secure query, nick completor, system stats, bot features, menu editor, custom scripting system, channel proporties, auto connect, port scanner, url clicker, dcc send/get/chat, download manager, auto join, audio playback, mIRC color codes, identd server, robust options, vbscript support, quick connect, mixer, continuous playback mode, ignore/blacklist system, update check, mIRC servers.ini support. Thanks to various authors on planet source code including Jamie Cabral (NexIRC started from CabralIRC back in 2002) There's also a much more updated .NET version available, check that out too.
A Very good Paint program !
A fully formed application based on USB AUTORUN By: Kevin Ritch. Complete with animated systray icon, the option to place the the application in the startup folder. Application writes no data to the registry, therefore very compact. The application looks to see if a USB Flash Drive has just been inserted and executes the AUTORUN.INF file if present. In other words, it enables a CD Style autorun. Useful when using a portable app launcher like "PStart", that write an autorun file, on older systems - pre XP SP2
The SendKeys statement is limited only to some keyboard presses... While this code gives you more... Such as: 1. You cannot send Space Keystrokes in SendKeys (I tried to do it, or maybe I just don't know how), while you can in HitKey... HitKey Asc(" ") or HitKey KeyCodeConstants.vbKeySpace 2. HitKey can also perform CapsLock, ScrollLock, NumLock, or other Lock, and other Keys you can find in your keyboard.. Remember to use VB Constants in "KeyCodeConstants" code by: Ronald Borla
pictures are compared in this program of parity pixels point of view that are located in end part and shown parity percent.
A Flash Player with nice looking!Written by a student
Easy Mouse Wheel Scroll support. Only pure VB. Works good and light.
I have seen several INI to XML conversion submissions on PSC, but they all seemed to lack some functionality, so I decided to write this. With this class you can convert INI files to compatible XML files and a create a new file. You can also create, delete and edit sections and keys as you wish. I think the editor is pretty easy to use, but have included a Word document that describes how to perform certain tasks. Please let me know what you think, bugs found, or any ideas for improvement.