Results for "Volume: 6_2008-2009"
This is an end-to-end software solution for companies in DIRECT MARKETING AREANA - MLM (Multi Level Marketing) This caters to the requirement of profitability analysis. Customer Registration, incentive calculation and updation etc. I would like to highlight the points, which are very specific to this software. I basically have divided the entire operation into six modules : I. Customer registration. II. Network formation III. Franchise sales and inventory tracking. IV. Incentive calculation V. Payment module VI. Analytical Reports Generation
Its a simple and fast snowfall simulator where the snow stays on every place it whould stay normaly (2,5K Zip). It´s an very old source from me i only comented it for psc.
Great for VB learners! This program will help show you a lot of effects using forms. Almost every line of code is commented. Perfect for a beginner. Please leave comments and vote for me! Thanks guys!!!
Ive seen a lot of base converters on PSC, but most of them are limeted to only base 2(binary),8(octal),10(decimal), and 16(hexadecimal). Or they only convert from base 10 to another base. This program will convert Any number of any base to any other base up to 200. Plus it is very easy to understand and only 15 lines of code, could even be tweaked to convert to base 256. Hope you enjoy.
Demo consists if 4 GDI+ wrappers: DrawGDIPEllipse, DrawGDIPFocusRect, DrawGDIPFormattedText, DrawGDIPMultiStyleRectangle. These wrappers could be used to make a super button control. Must have GDI+ installed. See http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=37541&lngWId=1
BUG correction!!! Version 1.01 A solution for who does not want to use ADO/DAO or ODBC to have access its database in MySQL. With only one DLL you it has the power on all functionalities of the MySQL.
The purpose of this module is to show you how to change the form's position in 3 different ways (On Bottom, Normal, On Top). •The OnBottom function works just like the OnTop function, keeping the form constantly behind any open window. •The Normal function returns the form to its normal state. •The OnTop function keeps the form constantly in front of any open window.
This Add-In adds configurable mousewheel support and a few other goodies to the VB IDE. Check it out; download is only 96kB (the best 96 kB you ever downloaded *g*). ## Compile the DLL into your VB folder, use the AddIns manager to add it to the Addins menu, and then restart VB. Read the ReadMe file to learn howto. ## Features: configurable mouse wheel support independent of mouse driver - word autocomplete while you type - autotcomplete for API prototypes, constants and structures - code pane grid at tabstops to facilitate indenting - open all code panes by one mouseclick - function to compare current with previous code - copy facility to paste selected code from other projects - pasteable list of members currently in scope (forms, data and procedures) - easy multiline literal generation and modification - reset function to cancel all alterations in a module without restarting VB.
This is to show a battle system for a RPG. I seen some good code'd ones on this site, but the graphics or styles of it were just sick. So I took some from Final Fantasy 3, and made a complete design of a battle engine. --- Wow it's been more then a year since I updated this. If you want you can check my new site FoxGear.Net or my own PHP Game at FoxWar.Com.
Auto-show/hide vertical scroll bar in a multi-line TextBox control. If you set the ScrollBars property of a multi-line TextBox control to 2-Vertical, the vertical scrollbar will be displayed whether or not there's any text in the TextBox, or the length of the text exceeds the visible area of the TextBox. So, if there's more text than the TextBox can display in its client area, then the vertical bar will be enabled, if not, it will still be displayed but disabled. This code subclasses a TextBox to intercept WM_KEYUP and WM_SIZE messages, and compares the height of the text to the height of the client area of the control. If the height of the text is greater than that of the client area, the vertical scroll bar will be displayed. Otherwise it will be hidden. So you don't have to see the disabled scroll bar when there's no need for it. I resorted to subclassing particularly to watch for the resizing of the TextBox. In this sample, the TextBox's size changes when the form is resized. Therefore subclassing may not be necessary as the Form_Resize event is perfectly suitable for doing whatever's needed. Yet the TextBox's size does not always change because of the form being resized. For example; there may be a splitter on the form, and the TextBox may be resized by that splitter. Or for some reason, the size of the TextBox may be programmatically changed. In such cases, I can't think of any way but subclassing to catch the TextBox's resizing. The portions of the code pertaining to subclassing are, of course, nothing new as they are right out of Bruce McKinney's well-known "Hardcore Visual Basic", though a bit simplified. But for the rest of the code, I'd appreciate all feedback.
Spyder Personal Firewall is the first firewall (with source) on PSC. currently it only supports TCP, but UDP support is just arround the corner. It has the ability to block unique remote hosts, remote ports and local ports giving you complete control over your system. Also network traffic can be ignored, and let straight through. All ips and ports that do not yet have a rule set are logged and an alert window will pop-up. Please vote and leave comments =o) UPDATE: added options, security levels, warns on exit and when moved to system tray, system tray menu, trojan list (tells if a trojan may be using connection, used for low security level).
File Format Viewer & Editor (FFVe) by Robert Rayment. (Update 6 Apr 2008) The purpose of this program is to be able to view any file, particularly binary files, in an easily read format, ie as characters, bytes, integers and longs as decimal or hex. Format changes are set out on a new line with different colors and can be saved in a template file. Also loading in a template file will automatically parse the display. Numbers or characters can be editted and the new file saved. There is unlimited undo. Search & Mark, Goto and Highlighting is included. The displayed page can be printed and placing a shortcut of the EXE in the Windows SendTo folder will enable any file to be sent to this program or dropped onto a DeskTop shortcut. Some simple samples (made with this program) for ico, cur, bmp, gif, png, jpeg and RIFF palette files are included. There is a DEMO button to show the main functions... __________________________________________________ Update 6 Apr:...Added variation to Slider, see screenshot. Plus a few other tweaks, see Form1. __________________________________________________ Upgrade 5 Apr:...1..Added ASCII Panel..2..Added Animated navigation..3..Added Slider for large files. __________________________________________________ (Update 1 Apr:.. Correct a zero divide error and allow for line numbers >= 10,000,000)...(Update 31 Mar:..Extended for higher screen resolutions). See Form1 for other changes. Zip 92KB.
Generates realistic 2D terrain. Nice to play about with, and might be useful for creators of fantasy related stuff.
GRAPH! **IMPROVED** This shows the power of the Function to create graph. You can now Maximize/Restore Graph with out distorting the picture. Printing is now available too. It can Dynamically regenerate itself with the change of select statement. This will show you how to make graph either Smooth Line, Bar, Area, Column, 3D Column, 3D Line, 3D Area... etc. I find it so nice, the graph function is so short, you'll love it... please leave some comments and your vote if you like it!!!
Draws Raindrops like most know from Javaapplet. Nice effect and now (updated) real fast. New Version runs smoth on a 333MHz PC (compiled)
Here is the update for the Web Scrollbar Designer, same features, and a new was added, you can export your scrollbar design to a CSS or HTML file. Please vote and leave your comments.
Learn how to create fully functional menus with the Windows API. DynMenu is a utility that allows users to create their own functional popup menus that can be accessed by double clicking a .dym file. The menus can also be added to the system tray. DynMenu is used to both create .dym files and to show the menu. This code is the complete source for DynMenu. It shows how to use GGZMLParser, a minimal SAX XML parser and also how to create menus "on the fly" using the Windows API. In addition to the usual code you may have seen for creating menus in this way, the DynMenu code also supports infinitely (resource restricted anyway) many sub menus, splitting menus into a number of columns and adding checked/unchecked menu graphics as are often seen in the VB menus.
By default, the Visual Basic IDE (Integrated Development Environment) opens up with all windows "Normalized" regardless of the state of your windows at last shutdown. This registry tweak will cause all windows in the VB IDE to automatically maximize at startup.
Here it is! Want to enter only numbers in a textbox? Or only currency? And avoid users paste something that is not valid? Try this! This is a class module that lets you turn a standard textbox into a new one, that accepts only numbers (also decimal). The decimal and currency separators depends on the locale settings, and are read via API! New features added also!! Check it out!
The ListView's clear method becomes slow on large lists. This function removes items faster.