Results for "Volume: ASP_Volume3"
ArtDraw is Vector Graphics Software (like to CorelDraw) Draw object ->Polyline, Freepolygon, Free line (open or closed), Curve(with bezier), RectAngle, Polygon, Ellipse, Text , Symbols Edit object-> Color line,width and style line, Color backround, Fill with pattern, image and (12) different Gradient. Move, rotate, scale, skew , mirror any object You can also zoom-it, open-save to file, copy-paste,undo-redo, export to bmp,gif,jpg,png. Import not support yet. Insert and edit symbols from fonts. With the left click mouse, edit or view property for any object. ------------------------------------------------- BUG FIX [26/3/2008] FreePolyline,Polygon,Ellipse,Polyline for copy,cut, paste and "Make Curve" with left mouse click. -------------------------------------------------
the issue on "drop-down list remains on screen even if i click somewhere else on form" is now fixed without adding any "setfocus" line on the form. an auto-complete as been added too (without textbox) when the control is drop-down just tap the font you want to find on the keyboard. It's usefull for a fast search! Now you can add multiples combos on same form,you can also apply XP look !!! This is a complete FontCombo control with manys features like: Preview with custom text,recent list with build-in load-save,currently used fonts and manys customizable features...
Change the short date format in a local computer's Regional Settings via VB code.
This is my implementation of Conway's Game of Life. Included is a folder with more than a hundred initial patterns found in the web, some of which have been adapted to fit in our wrap-around universe of 900 x 600 pixels (variable grid sizes of 90 x 60 to 450 x 300 cells) and produce quite interesting effects, machines, or perpetuum mobiles. Try it, download is 58 kB.
Some ideas when using MSChart in your programs. This program shows you how to add tooltips to MSChart. Increase the chart details when the form is resized and created another chart (zoom chart) by selecting data points from the main chart.
I needed to print some pictures, so I made this app from code on PSC.Not tested on screens other than 1024 x 768. You can edit pixs and save also.
This mIRC-style text output window displays IRC formatted text in a scrollable picturebox and also allows for copying of the lines of text, as well as double clicking on nicknames (if AddNick is implemented), #channel names and URL links, just like mIRC. Another mIRC like feature, is the ability to load background images either stretched, tiled, centered or photo (top right corner). EventColor() array is used to set predetermined IRC color numbers for particular events such as Join, Part, Quit, Action, etc. This has taken me about a year to get working properly and more than likely has one bug, or two, but i hope someone finds it useful. This would be most useful, obviously in an IRC client. There is a reference included "strings.tlb" which is used for the word wrapping routine which must be copied to your windows/system32 folder. Have fun :) UPDATE: Fixed a few bugs. UPDATE 2: Added UTF-8 support and loading of part of a log file (useful for onjoin "reload logs" feature like mIRC) - also included a better demo project to show more of its features
Array basics for beginners
New Skin Vista Aero Glass In 2008 In The Site. MSLE Code 2008.
This is a class that simulates a button bar using a picturebox as a drawing surface. It can be used as a Toolbar, as a collection of tabs, as an only button or a group of buttons, or anything else that you can imagine. I hope it would be useful for anyone. Some of the features of this class/control were taken from the code MyButton - Dva oka njena (Default & Cancel) http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=41271&lngWId=1 There are both an english and spanish version.
This program can translate English to Indonesian Language
A simple application for managing a farm's inventories.
There are two examples here. One is a usercontrol and the other is project form. The code is not new, I've just dressed it up to look good. Hope you can use it.
Simple Machine Protect is portable anti virus software for your Windows Operating System, built to remove certain variant of virus, worm, trojan and spyware from your computer. Simple Machine Protect is free to distribute, and free to use. Simple Machine Protect was designed to be a simple, open source anti virus scanner. Key Features: * Portable. * Scan all files or use the extensions list. * Scan specified location. * Reporting Service (log file). * Memory system scanning and terminate immediately when virus is detected. * Beep sound when virus is detected. * Repairing registry values. * Recover hidden files (hidden and superhidden). * Repair the infected files. * Estimate scanning with progressbar. * Percentage of scanning progress. * Friendly Interface and Use. * Controlled Windows order. * View running processes. * Terminate or suspend running processes. * View process information. * View memory information and cpu usage. * Make Windows run faster. * Quick jump to Windows System Tools. * Clean the junk files. * Clean recycle bin. * Exit Windows (Log Off, Restart, Shutdown).
This is Commercial ControlPcXp . The Server Side Program to use a pc from anywhere in the world . The Client Side is only Internet Explorer. It is the Lightest Program to use your pc from other computers . It Supports Many Services (SEE PIC) . Need Help For Further Development . Contact ajaybnl@gmail.com
1.its new form drag-drop concept. 2.MS ACCESS data base connection through ADODB without used any control. 3.User ID and Password store in encrited form or say that well concept of encode and decode. 4.change user id and password. 5.create users. and more things
An Inventory System with per user access, reports, charting etc. This is a part of a system that accepts order thru phone, SMS and online. I removed the SMS and online part, hence the system title Ordering thru SMS.... This system has a per user access module which restricts or give access to user base on their login type. Also shows how to use the graph control in VB6. Uses SQL server 200 (or up) for the back end, MS Access 2000 - 2003 for reporting. Make sure to attach the mdf file to your server and refresh the linked tables in MS-Access to enable reports. Kindly email me your questions at riogajo@riogajo.com Display will look best on 1024x768 resolution
this is to Create a shortCut for anyFile in any Directory, the API code just create shortCut in Desktop or startMenu Only, but this Code Goes around this
ADO Example: To Coneection Visual Basic to Any Database(MS Access[mdb], SQL Server etc.,)
No voting please. The original author (Richard Mewett) has abandoned this Grid and is now using another; but this grid is too good to let die. This is a Major update (the number of changes made in this version are significant), so please read the HistoryLog before using. The HistoryLog also contains a list of all public subs, functions, and properties. Notes: Not all properties are illustrated in the demo. Oblivious omissions: Cell merging (got to complicated); Datacontrol support (which you should avoid anyway).---------------------------------------------------- (Update: Added RowUnselect)