The Wayback Machine - https://web.archive.org/web/20071127014650/http://www.codeguru.com:80/vb/gen/vb_graphics/

CodeGuru
Earthweb Search
Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.
Biz Resources
Data Integration Software
Web Hosting
Email Solutions

jobs.internet.com

internet.commerce
Partners & Affiliates
Promotional Products
Business Gifts Canada
Car Donation
Computer Deals
Invoice Factoring
Online Meetings
Server Racks
Franchise Directory
Contemporary Art
Laptops
Compare Prices
Televisions
Internet Security
Web Hosting


RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

Home >> Visual Basic >> General >> VB Graphics


Usability and Design
The Usability and design space brings together the latest information, research, tools, podcasts, and conference information related to usability and design. Content is pulled from IBM and non-IBM sites. »
 
Ajax Resource Center
This space is your one-stop shop for information on the Ajax programming model, including articles and tutorials, discussion forums, blogs, wikis, events, and news. If it's happening, it's covered here. »
 
Linux Security
The Linux security space gives an overview of security issues related to Linux and covers all aspects of securing a Linux distribution. It also links to Linux security-related news and articles. »
 
Ruby Programming
Take a closer look at Ruby, a dynamic programming language that is growing rapidly in popularity. Explore its intriguing features and learn what programmers are doing with it. »
 
Wiki: WebSphere, SOA, J2EE in Practice
This wiki discusses how to use J2EE and related technologies to develop business applications, including how to make best use of IBM J2EE products like WebSphere Application Server and Rational Application Developer, and IBM SOA products like WebSphere Process Server and WebSphere Integration Developer. While it occasionally delves into tangential topics and future trends, the primary focus is on how to make use of the products and technologies that we have today. »

Sign Up for Your Free Internet.com Account and Get a Chance to Win an iPod Touch. Click Here to Enter Now!

VB Graphics

Animation



3D Tubes in Visual Basic 6
Rating:
Chris Dimer - 05/28/2003
Draw shaded tubes using circles and random numbers. Great basis for a screen saver.


File Formats



Rendering Images in ASP.NET Directly from Your Database
Rating: none
Paul Kimmel - 08/01/2007
There's no need to store file system paths in a database. Just store images in your database and then directly load them to your ASP.NET pages.

Load Images from and Save Images to a Database
Rating:
Fatima Ahmed - 06/21/2004
Learn how to build a Windows Forms interface that allows you to work with your images database.

Zip and Unzip Using VB5 or VB6
Rating:
Chris Eastwood - 03/15/2004
Learn how to use Zip and Unzip compatible methods with VB5 or VB6. All the code is contained in class modules that can either be compiled into an ActiveX or dropped into an existing project. The Zip/Unzip functionality is handled by the FreeWare InfoZip components from (http://www.cdrom.com/pub/infozip ) - these DLL's are included in the download.

Convert Between Image Formats in .NET
12/22/2003
Converting from one image format to another could not be easier!


GDI



Creating Your Own Drawing Application with Visual Basic .NET, Part 4
Rating:
Hannes du Preez - 07/30/2007
With this article, you will learn how to Crop, Zoom, and Rotate images. You also will learn how to make an Eyedropper, how to draw text, and how to make a moveable Selection.

Animating Graphics in ASP.NET with GDI+
Rating: none
Paul Kimmel - 05/09/2007
You've learned how to render graphics with GDI+ and ASP.NET. Take the next step and learn how to dynamically update images with AJAX.

Creating Your Own Drawing Application in Visual Basic.NET, Part 3
Rating:
Hannes du Preez - 04/26/2007
With Part 3, we add shapes like hearts, rounded rectangles, spirals, stars. We also experiment with different brushes to fill our shapes more nicely.

Rendering Graphics in ASP.NET with GDI+
Rating: none
Paul Kimmel - 03/26/2007
Web forms do not have a canvas, so you can't ask a Web form for its Graphics object. But, you can simulate this behavior by rendering graphics in ASP.NET—with some help from GDI+.

Anti-Aliased Image Transformation (Aaform)
Rating:
msg555 - 12/19/2005
Given an image and a quadralateral, Aaform will fit the image onto the quadraleteral passed using geometry.

[Updated] Anti-Aliased Image Rotation (Aarot)
Rating:
msg555 - 11/07/2005
Rotate images using geometry.

Create a Shaped 3D Control with GDI+
Rating:
Paul Kimmel - 09/30/2004
Want to create non-rectilinear controls for custom Windows software development? Learn how to convert a custom three-dimensional shape primitive into a shaped control with .NET and GDI+.

Dex3D - Fully Functional VB6 3D Engine
Rating:
Jerry J. Chen - 01/28/2004
Make your very own 3D graphics engine in VB6 using some advanced graphics methods. (Added: 25-Jan-2000)

Rectangle Drawing (XOR) etc
Rating: none
yan xu - 01/28/2004
Use XOR and other transformations to draw rectangles over existing bitmaps. (Added: 24-Sep-2000)

Simplified GetDiBits
Rating: none
Richard Mason - 01/28/2004
Manipulate individual pixels of a bitmap and retrieve the colors using GetDiBits via a BITMAPINFO. (Added: 30-Nov-1998)


Transparency



[Updated] Creating Partially Translucent/Transparent Windows in VB (2)
Rating:
awni - 07/13/2004
Shows how to make 'holes' in a window by using a color key and three API functions.

Creating Translucent/Transparent Windows in VB (1)
Rating:
awni - 04/21/2004
Make your VB Forms transparent or translucent with just three API calls.

Fast Transparency
Rating: none
Vegard Fiksdal Technologies - 08/21/2003
Use transparent bitmaps in your Visual Basic applications.


VB Graphics



Tiling a Bitmap across a forms Background
Rating:
Sanjeev Sirigere - 01/29/2004
Learn how to tile any bitmap across a forms background. (Added: 9-Jun-1999)

A method to get the pixel color under the mouse pointer
Rating:
Aaron Young - 01/29/2004
Learn how to obtain the RGB color of any pixel under the cursor. (Added: 20-Jan-2000)

3D Rotating Objects Demo
Rating:
clabbott76 - 01/29/2004
Learn how to do transformations on solid and wire-frame 3D objects. (Added: 01-Jun-1999)

Advanced Screen Snap-Shots
Rating: none
Stefaan Casier - 01/29/2004
Create a professional screen-grabber to copy any part of the screen into a picturebox / clipboard. (Added: 22-Feb-2000)

Advanced Graphics - Periodic Table Sample
Rating: none
Stefaan Casier - 01/29/2004
Learn about many different methods of painting directly to a form to and creating 'clickable' regions. The project draws the Periodic Table and all associated properties with each element. (Added: 1-Mar-2000)

Drawing Fast Polygons / Graphics with VB5/6
Rating:
Jerry J. Chen - 01/29/2004
Use this excellent set of routines that make up a Dex3D 3D Graphics Engine (Added: 1-Feb-2000)

A Visual Basic PaintBrush / Imaging Program
Rating:
Stefaan Casier - 01/29/2004
Learn the basics of image manipulation'—all wrapped up in a remarkable PaintBrush program with lots of professional features. (Added: 11-Apr-2000)

UniPicture Class / Objects
Rating: none
Brian Perkins - 01/29/2004
Learn to encapsulate many advanced drawing / rendering techniques for standard VB pictures. (Added: 7-Nov-2000)

A Tetris Clone (VB5/6)
Rating: none
Stefaan Casier - 01/29/2004
Create a Tetris Game in VB5 (and VB6) using just the standard VB controls. (Added: 22-Feb-2000)

Bezier Curve Generator - VB6
Rating: none
Jerry J. Chen - 01/29/2004
Learn how to display a Bezier curve using Visual Basic and the PolyBezier WinAPI / GDI calls. (Added: 20-Jan-2000)

Advanced Graphics / Astrology Example VB5/6
Rating: none
Stefaan Casier - 01/29/2004
Learn many different graphical techniques within an astrology program. (Added: 4-Apr-2000)

3D Graphics Example / Ranger3D (VB6)
Rating: none
Roger Johansson - 01/29/2004
Discover an ActiveX DLL to handle advanced 3D graphics drawing routines. VB6 only (Added: 7-Nov-2000)

Fading A Bitmap / PictureBox
Rating: none
Aaron Young - 01/29/2004
Learn how to fade a picture inside a PictureBox using a few simple WinAPI methods. (Added: 20-Jan-2000)


Free iPod Touch? Join Internet.com and Get a Chance to Win Yours.
Developing Intelligent Communications? Visit the Avaya Developer Connection Center on DevX.
Free Trial: Web-based Bug Tracking Helps Ensure Issues Get Resolved, Not Lost.
The Microsoft Platform - Driving Your Business Forward with ALM. Click here to read this whitepaper.
Generate Complete .NET Web Apps in Minutes . Download Iron Speed Designer today.



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info