Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
 
MSDN Visual Basic Community
 
 
 
 
 
  Index: Graphics  
Multimedia General Drawing
Printing Color 3D
Icons Text Image Processing
Misc Properties Algorithms
Fonts Animation Regions
Rubberband Formats Transparency
Graphing Metafiles Cursors
Fractals XAML Direct3D
WPF Curve Fitting
 
 
 
Stephens' Visual Basic Programming 24-Hour Trainer
Stephens' C# Programming with Visual Studio 2010 24-Hour Trainer
Beginning Database Design Solutions
WPF Programmer's Reference
Visual Basic 2010 Programmer's Reference
Stephens' Visual Basic Programming 24-Hour Trainer
Stephens' C# Programming with Visual Studio 2010 24-Hour Trainer
Beginning Database Design Solutions
WPF Programmer's Reference
Visual Basic 2010 Programmer's Reference
 
Multimedia

Title Keywords  
HowTo: Draw a background with a rotating color gradient in Visual Basic .NETcolor gradient, moving gradient, rotating gradient, animation, VB.NETDownload
HowTo: Draw a background with a moving color gradient in Visual Basic .NETcolor gradient, moving gradient, animation, VB.NETDownload
HowTo: Fill text with a moving color gradient in Visual Basic .NETtext, color gradient, moving gradient, animation, VB.NETDownload
HowTo: Use Image and ImageList controls to animate a series of imagesImage, ImageList, animateDownload
HowTo: Use an ImageList control to animate a series of images in VB .NETImageList, animate, VB.NETDownload
HowTo: Make a game where you control a cannon ball's angle and speed to try to hit a house in VB .NETcannon, simulation, gravity, animationDownload
HowTo: Make a game where you control a cannon ball's angle and speed to try to hit a housecannon, simulation, gravity, animationDownload
HowTo: Draw simulated snowsnow, screen saverDownload
HowTo: Capture video from a video device such as a Webcam with VB .NETvideo, capture, Webcam. VB.NETDownload
HowTo: Capture video from a video device such as a Webcamvideo, capture, WebcamDownload
HowTo: Animate a series of bitmaps stored in an ImageListanimation, bitmap, animate, multimediaDownload
HowTo: Animate a series of bitmaps stored in in PictureBoxesanimation, bitmap, animate, multimediaDownload
How To: Play an MP3 audio filemultimedia, MP3, audio, soundDownload

General

Title Keywords  
HowTo: Add a DrawRectangle method to the Graphics class that takes a RectangleF as a parameter in Visual Basic .NETextension methods, Graphics class, graphics, DrawRectangle, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Make an owner-drawn ListView control that draws server status information in Visual Basic .NETcontrols, graphics, ListView, owner draw, owner draws, OwnerDraw, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Save an image of the computer's screen using managed methods in Visual Basic .NETgraphics, form image, control image, get form image, get control imageDownload
HowTo: Get the image of a control or form, or a form's client area in Visual Basic .NETgraphics, form image, control image, get form image, get control imageDownload
HowTo: Let the user drag an image with transparent pixels over a background image in Visual Basic .NETgraphics, drag image, drag picture, image, picture, transparent, transparency, animationDownload
HowTo: Make a scribble application with VB .NET that automatically redraws when necessaryVB.NET, drawing, scribble, redraw, autoredrawDownload
Ready-to-Run Visual Basic Graphics Programming: What Readers Have Donegraphics, drawing, printing, image processing, ray tracing, animation, curve fittingBook
HowTo: Find the shortest distance between two line segmentssegment, distance, geometryDownload
HowTo: Set a form's client area size in Visual Basic .NETsize, client area, ClientSize, form, VB.NETDownload
HowTo: Make a scrolled window that the user can drag with the mouse (as Adobe Acrobat Reader does)scrolled window, drag, drag window, Adobe Acrobat Reader, Acrobat Reader, AcrobatDownloadBook
HowTo: Write a DLL in Visual Basic .NET that saves images in different formats (GIF, JPG, etc.) and call it from Visual Basic 6VB .NET, VB 6, Visual Basic 6, DLL, save image, GIF, JPG, JPEGDownload
HowTo: Grab part of the desktop image from a tray icon in VB .NETdesktop, grab pixels, image, background, VB.NET, NotifyIcon, ContextMenuDownload
HowTo: Grab part of the desktop image in VB .NETdesktop, grab pixels, image, background, VB.NETDownload
HowTo: Make a tray icon that grabs an image of part of the desktop and saves it to the clipboard and/or a JPEG file on the desktopdesktop image, background, JPEG, JPG, try, system tray, clipboardDownload
HowTo: Grab an image of part of the desktop and save it in a JPEG file on the desktopdesktop image, background, JPEG, JPGDownload
HowTo: Make a tray icon that grabs an image of part of the desktop and saves it in a JPEG file on the desktopdesktop image, background, JPEG, JPG, try, system trayDownload
HowTo: Hide and then grab the desktop image after a delaydesktop image, background, delayDownload
HowTo: Grab the desktop image after a delaydesktop image, background, delayDownload
HowTo: Grab the desktop image after a delay in VB .NETdesktop image, background, VB.NETDownload
HowTo: Grab the desktop image in VB .NETdesktop image, background, VB.NETDownload
HowTo: Use the PolyPolyline API function to draw lots of lines quicklypolyline, PolyPolyline, graphicsDownload
HowTo: Use a scrolled window in VB .NETscrolled window, scroll barsDownload
HowTo: Grab the desktop imagedesktop image, backgroundDownload
HowTo: Save and display images in a database using a PictureBoxdatabase, image, picture, PictureBoxDownload
HowTo: Display images with file names stored in a databasedatabase, image, picture, filename, file nameDownload
HowTo: Save and restore pictures in a database using ADO with AppendChunk and GetChunkdatabase, AppendChunk, GetChunkDownload
Talk: Fun With GDI+GDI+, graphics, drawing, VB .NET, Visual Basic .NET, Visual Studio .NET 
HowTo: Verify that JPG files are smaller and slower than BMP filesJPG, BMP, JPEG, GIF, bitmap, image, size, speedDownload
HowTo: Make a scribble application with VB .NETVB.NET, drawing, scribbleDownload
HowTo: Load an image and save it in a different image format (GIF, JPG, TIFF, etc.) in VB .NETimage, VB.NET, type, BMP, bitmap, GIF, JPG, JPEG, TIF, TIFF, PNG, EMF, WMF, ICO, icon, ExifDownload
HowTo: Tile a form with an imageform, tile, backgroundDownload
HowTo: Get the screen's current resolutionscreen, resolution, sizeDownload
HowTo: Make a scrolled windowscrolled windowDownloadBook
Ready-to-Run Visual Basic Graphics Programming: Selecting High Colorgraphics, drawing, printing, image processing, ray tracing, animation, curve fittingBook
Ready-to-Run Visual Basic Graphics Programming: High Colorgraphics, drawing, printing, image processing, ray tracing, animation, curve fittingBook
Ready-to-Run Visual Basic Graphics Programminggraphics, drawing, printing, image processing, ray tracing, animation, curve fittingBook
Ready-to-Run Visual Basic Graphics Programminggraphics, drawing, printing, image processing, ray tracing, animation, curve fittingBook

Drawing

Title Keywords  
HowTo: Puzzle: find the equilateral triangles in Visual Basic 6algorithms, games, graphics, mathematics, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Puzzle: find the equilateral triangles in Visual Basic .NETalgorithms, games, graphics, mathematics, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Fill a shape drawn by the user with random lines in Visual Basic .NETgraphics, lines, fill shape, user-drawn shape, random lines, random, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Draw text filled with random colored circles in Visual Basic 6random, random circles, fonts, circle filled text, VB 6, Visual Basic 6Download
HowTo: Make a second version of the kaleidoscope program in Visual Basic .NETkaleidoscope, drawing, art, graphics, transformations, Visual Basic .NET, VB.NETDownload
HowTo: Let the user zoom and scroll a picture drawn by the program in Visual Basic .NETgraphics, drawing, zoom, pan, scale, ScaleTransform, Visual Basic .NET, VB.NETDownload
HowTo: Use a Complex class to draw the Mandelbrot set easily in Visual Basic .NETMandelbrot set, fractal, Visual Basic .NET, VB.NET, Visual BasicDownload
HowTo: Use a Complex class to draw the Mandelbrot set easily in Visual Basic 6Mandelbrot set, fractal, Visual Basic 6, VB 6, Visual BasicDownload
HowTo: Scale a drawing so it fits a target area in Visual Basic .NETgraphics, algorithms, drawing, transformation, transform, scale, scaling, translation, translate, ScaleTransform, TranslateTransform, math, mathematics, Visual Basic .NET, VB.NETDownload
HowTo: Use double buffering to prevent flicker when drawing graphics in Visual Basic .NETgraphics, buffer, double buffer, double buffering, double-buffering, curve, butterfly, butterfly curve, algorithms, fractals, colors, math, mathematics, Visual Basic .NET, VB.NETDownload
HowTo: Let the user draw polygons in Visual Basic .NETgraphics, polygons, draw polygons, drawing, Visual Basic .NET, VB.NETDownload
HowTo: Draw text flipped vertically, horizontally, or both in Visual Basic .NETGraphics object, Scale, flip, DrawString, text, VB.NET, Visual Basic .NETDownload
HowTo: Make a drawing application in VB .NETdraw, drawing, Drawable, serialization, XmlSerializerDownload
HowTo: Simulate a robot arm with three rotating joints and a hand using XAML coderobot, robotics, arm, drawing, XAML, WPFDownload
HowTo: Simulate a robot arm with three rotating joints in Visual Basic .NETrobot, robotics, arm, drawing, Visual Basic .NET, VB.NETDownload
HowTo: Make a simple drawing program with a "snap to" grid and rules in Visual Basic .NETdrawing, graphics, grid, snap to, snapto, ruler, Visual Basic .NET, VB.NETDownload
HowTo: Make a simple drawing program with a "snap to" grid and rules in Visual Basic 6drawing, graphics, grid, snap to, snapto, ruler, Visual Basic 6, Visual Basic ClassicDownload
HowTo: Let the user click to draw markers on a map in Visual Basic 2005drawing, map, marker, Paint, Visual Basic 2005, VB.NETDownload
HowTo: Make a line control in Visual Basic 2005line control, custom control, Visual Basic 2005Download
HowTo: Flood fill areas using safe and unsafe methods in Visual Basic .NETflood, floodfill, VB.NET, safe, unsafeDownload
HowTo: Make a map that shows a circular closeup of the part under the mouse in Visual Basic 6closeup map, map, enlarge, closeup, close up, Visual Basic 6Download
HowTo: Make a map that shows a closeup of the part under the mouse in Visual Basic 2005closeup map, map, enlarge, closeup, close up, Visual Basic 2005Download
HowTo: Make a map that shows a circular closeup of the part under the mouse in Visual Basic 2005closeup map, map, enlarge, closeup, close up, circular region, Visual Basic 2005Download
HowTo: Make a map that shows a closeup of the part under the mouse in Visual Basic 6closeup map, map, enlarge, closeup, close up, Visual Basic 6Download
HowTo: Draw a rubberband rectangle with XAML in Visual Basic 2008XAML, WPF, Visual Basic 2008, rubberband, rubberband rectangleDownload
HowTo: Draw a rubberband line with XAML in Visual Basic 2008XAML, WPF, Visual Basic 2008, rubberband, rubberband lineDownload
HowTo: Draw a rubberband ellipse with XAML in Visual Basic 2008XAML, WPF, Visual Basic 2008, rubberband, rubberband ellipseDownload
HowTo: Draw a rubberband circle centered at a starting point with XAML in Visual Basic 2008XAML, WPF, Visual Basic 2008, rubberband, rubberband circleDownload
HowTo: Make a scribble application with XAML in Visual Basic 2008XAML, WPF, Visual Basic 2008, scribble, drawingDownload
HowTo: Draw a Buddhabrot fractal in Visual Basic 6fractal, buddhabrot, mandelbrot, iterated systemDownload
HowTo: Draw a anti-Buddhabrot fractal in Visual Basic 2005fractal, anti-buddhabrot, buddhabrot, mandelbrot, iterated systemDownload
HowTo: Draw a Buddhabrot color map fractal in Visual Basic 2005fractal, buddhabrot color map, buddhabrot, mandelbrot, iterated systemDownload
HowTo: Draw a Buddhabrot fractal in Visual Basic 2005fractal, buddhabrot, mandelbrot, iterated systemDownload
HowTo: Use a Pen object's CompoundArray property to give the pen longitudinal stripes in Visual Basic 2005Pen, CompoundArray, longitudinal stripes, Visual Basic 2005Download
HowTo: Draw a colored butterfly curve in VB .NETgraphics, curve, butterfly, butterfly curve, VB.NETDownload
HowTo: Draw a colored chrysanthemum curve in VB .NETgraphics, curve, chrysanthemum, chrysanthemum curve, VB.NETDownload
HowTo: Preview and print a core sample report with Visual Basic 2005print, preview, core sample, VB 2005Download
HowTo: Preview and print a core sample report using custom fill patterns with Visual Basic 2005print, preview, core sample, VB 2005Download
HowTo: Draw samples of hatch patterns in Visual Basic 6FillStyle, hatch, hatch pattern, Visual Basic, graphicsDownload
HowTo: Determine whether a polygon is convex in Visual Basic .NETpolygon, convex, concave, graphics, VB.NETDownload
HowTo: Find the orientation of a polygon (clockwise or counterclockwise) in Visual Basic .NETpolygon, orientation, clockwise, counterclockwise, graphics, VB.NETDownload
HowTo: Break a polygon into triangles in Visual Basic .NETtriangulate, triangle, polygon, geometry, graphics, VB.NETDownload
HowTo: Determine whether a point is inside a polygon in Visual Basic .NETpolygon, point, inside, contains, graphics, VB.NETDownload
HowTo: Calculate a polygon's area in Visual Basic .NETpolygon, area, graphics, VB.NETDownload
HowTo: Find a polygon's centroid (center of mass) in Visual Basic .NETpolygon, centroid, center of mass, graphics, VB.NETDownload
HowTo: Let the user move a polygon's points with grab handles, snapping the points to a visible gridpolygon, snap to, grid, draw, drag, snaptoDownload
HowTo: Draw text that sits horizontally but with a baseline that follows a curvetext, curve, wave, wavyDownload
HowTo: Use transformations to draw an animated atom in Visual Basic .NETanimation, atom, animated atom, transformation, ellipse, rotated ellipse, rotation, VB.NETDownload
HowTo: Draw a background with a rotating color gradient in Visual Basic .NETcolor gradient, moving gradient, rotating gradient, animation, VB.NETDownload
HowTo: Use transformations to draw an animated atom in Visual Basic 6animation, atom, animated atom, transformation, ellipse, rotated ellipse, rotation, Visual Basic 6Download
HowTo: Use transformations to draw a rotated ellipse in Visual Basic 6transformation, ellipse, rotated ellipse, rotation, Visual Basic 6Download
HowTo: Draw samples of the available dash caps in Visual Basic .NETDashCap, dash, dash caps, GetValues, VB.NETDownload
HowTo: Draw a background with a moving color gradient in Visual Basic .NETcolor gradient, moving gradient, animation, VB.NETDownload
HowTo: Fill text with a moving color gradient in Visual Basic .NETtext, color gradient, moving gradient, animation, VB.NETDownload
HowTo: Draw a background grid on a form in Visual Basic 2005background grid, grid, form, BackgroundImage, VB 2005Download
HowTo: Draw and order simple objects (rectangle, circle, etc.) and let the user click themdrawing, object, rectangle, circle, order, to top, to bottomDownload
HowTo: Slowly fill a circle with color from bottom to top in Visual Basic .NETcircle, ellipse, fill circle, fill ellipse, VB.NET, animationDownload
HowTo: Display predefined system pens in Visual Basic .NETpen, system pen, SystemPens, drawing, graphics, VB.NETDownload
HowTo: Display join styles in Visual Basic .NETjoin styles, LineJoin, line, drawing, graphics, VB.NETDownload
HowTo: Display predefined system colors in Visual Basic .NETcolor, system color, SystemColors, drawing, graphics, VB.NETDownload
HowTo: Display predefined system brushes in Visual Basic .NETbrush, system brush, SystemBrushes, drawing, graphics, VB.NETDownload
HowTo: Display predefined system icons in Visual Basic .NETicon, system icon, SystemIcons, drawing, graphics, VB.NETDownload
HowTo: Draw a regular polygon in Visual Basic .NETpolygon, regular polygon, draw, VB.NETDownload
HowTo: Draw a five-pointed star in Visual Basic .NETstar, five-pointed star, draw, VB.NETDownload
HowTo: Fill a polygon with a PathGradientBrush in Visual Basic .NETpath gradient, gradient, PathGradientBrush, fill, draw, VB.NETDownload
HowTo: Draw a spline "by hand" in VB .NETsmooth curve, spline, cardinal spline, Bezier curve, tension, VB .NETDownload
HowTo: Draw a fractal Pickover strange attractor using an incremental color scheme in VB.NETBarnsley's Fern, fractal, iterated functions, iterated function system, VB.NETDownload
HowTo: Draw an interesting curved Truchet TilingTruchet Tiling, curve, draw, graphics, tile, tilingDownload
HowTo: Draw an interesting colored curved Truchet TilingTruchet Tiling, curve, draw, graphics, tile, tilingDownload
HowTo: Draw an interesting curved Truchet Tiling in Visual Basic .NETTruchet Tiling, curve, draw, graphics, tile, tiling, VB.NETDownload
HowTo: Make a kaleidoscope programkaleidoscope, drawing, artDownload
HowTo: Make a kaleidoscope program in Visual Basic .NETkaleidoscope, drawing, artDownload
HowTo: Make a labeled line "symbiote" to help users draw rubberband lines in VB .NETlabeled line symbiote, rubberband line, draw, VB.NETDownload
HowTo: Make a line "symbiote" to help users draw rubberband lines in VB .NETline symbiote, rubberband line, draw, VB.NETDownload
HowTo: Draw a warped path in VB .NETpath, GraphicsPath, warp, VB.NETDownload
HowTo: Draw a filled polygonpolygon, fill, filled polygonDownload
HowTo: Make a line "symbiote" to help users draw rubberband linesline symbiote, rubberband line, drawDownload
HowTo: Make a line "symbiote" to help users draw labeled rubberband lineslabeled line symbiote, rubberband line, drawDownload
HowTo: Draw a filled polygon in VB .NETpolygon, fill, filled polygon, VB.NETDownload
HowTo: Overlay Rich Text on a picture in Windows XPRich Text, RTF, RichTextBox, overlay, pictureDownload
HowTo: Draw "stars" inside regular polygonsstar, polygonDownload
HowTo: Draw "stars" inside regular polygons in VB .NETstar, polygon, VB.NETDownload
HowTo: Draw a rubberband rectangle with and without double buffering in VB .NETDownload
HowTo: Draw a smooth closed curvesmooth curve, smooth closed curve, spline, cardinal spline, Bezier curve, tensionDownloadBook
HowTo: Draw a smooth curvesmooth curve, spline, cardinal spline, Bezier curve, tensionDownloadBook
HowTo: Draw a Bezier curveBezier curve, spline, smooth, curveDownloadBook
HowTo: Draw a smooth closed curve by hand in VB .NETsmooth curve, smooth closed curve, spline, cardinal spline, Bezier curve, tensionDownloadBook
HowTo: Draw a Bezier curve by hand in VB .NETBezier curve, spline, smooth, curveDownloadBook
HowTo: Draw a smooth curve by hand in VB .NETsmooth curve, spline, cardinal spline, Bezier curve, tensionDownloadBook
HowTo: Draw an hypotrochoid (and hypocycloid) in VB .NEThypotrochoid, hypocycloid, curveDownload
HowTo: Draw an epitrochoid (and epicycloid) in VB .NETepitrochoid, epicycloid, curveDownload
HowTo: Draw a butterfly curvegraphics, curve, butterfly, butterfly curveDownload
HowTo: Draw a butterfly curve in VB .NETgraphics, curve, butterfly, butterfly curve, VB.NETDownload
HowTo: Draw a chrysanthemum curvegraphics, curve, chrysanthemum, chrysanthemum curveDownload
HowTo: Draw a chrysanthemum curve in VB .NETgraphics, curve, chrysanthemum, chrysanthemum curve, VB.NETDownload
HowTo: Draw a centered circle whenever the user resizes a form in VB .NETVB.NET, circle, center, resize, Paint, GDI+Download
HowTo: Use the Invalidate method to draw a centered circle whenever the user resizes a form in VB .NETVB.NET, circle, center, resize, Paint, GDI+Download
HowTo: Position tab stops while drawing text in VB .NETtabs, VB .NET, drawing, layout rectangle, StringFormatDownload
HowTo: Draw a bar-style meter on a PictureBoxmeter, bar, PictureBoxDownloadBook
HowTo: Draw on an MDI parent's background in VB .NETMDI, MDI parent, background, VB.NETDownload
HowTo: Give PictureBoxes different border styles (raised, sunken, etc.) in VB .NETPictureBox, border style, raised, sunken, VB.NETDownload
HowTo: Give PictureBoxes different border styles (raised, sunken, etc.)PictureBox, border style, raised, sunkenDownload
HowTo: Experiment with shapes, colors, and fill stylesshape, FillColor, BackColor, border colorDownload
HowTo: Draw a fractal Pickover strange attractorfractal, Pickover, Pickover attractor, strange attractorDownloadBook
HowTo: Draw a fractal Mandelbrot set in VB.NETfractal, Mandelbrot, Mandelbrot setDownloadBook
HowTo: Draw a fractal Hilbert curve in VB.NETfractal, Hilbert curveDownloadBook
HowTo: Draw a fractal binary tree in VB.NETfractal, binary tree, treeDownloadBook
HowTo: Draw a fractal Pickover strange attractor in VB.NETfractal, Pickover, Pickover attractor, strange attractorDownloadBook
HowTo: Draw a fractal Hilbert curvefractal, Hilbert curveDownloadBook
HowTo: Draw a fractal binary treefractal, binary tree, treeDownloadBook
HowTo: Draw a fractal Mandelbrot setfractal, Mandelbrot, Mandelbrot setDownloadBook
HowTo: Draw text in XOR mode and with other raster operationsXOR, text, raster operations, raster opsDownload
HowTo: List the HatchStyle values defined by VB .NETEnum, reflection, HatchStyleDownload
HowTo: Draw transformed text in VB .NETtransform, transformation, text, font, VB.NETDownload
HowTo: Draw untransformed text at a transformed location in VB .NETtransform, transformation, text, font, VB.NETDownload
HowTo: Draw text that is rotated but otherwise untransformed at a transformed location in VB .NETtransform, transformation, text, font, VB.NETDownload
HowTo: Set a scaling transformation on a Graphics object and map mouse positions back into world coordinates in VB .NETVB.NET, scale, scalemode, scalex, scaley, graph, transform, transformation, invert, inverseDownload
HowTo: Generate random colors in Visual Basic 6color, random color, RGB, QBColorDownload
HowTo: Demonstrate the Graphics object's drawing methods in VB .NETdraw, drawing, DrawLine, DrawLines, DrawPath, DrawEllipse, DrawPie, DrawRectangle, DrawRectangles, DrawArc, DrawPolygon, DrawString, DrawBezier, DrawBeziers, DrawClosedCurve, DrawCurve, DrawImageDownload
HowTo: Demonstrate the Graphics object's filling methods in VB .NETfill, filling, fill area, FillPath, FillPie, FillPolygon, FillRectangle, FillRectangles, FillClosedCurve, FillEllipseDownload
HowTo: Generate random colors in VB .NETcolor, random color, QBColor, FromArgb, VB.NETDownload
HowTo: Make a transparent analog clockclick, SetWindowRgn, transparent, analogDownload
HowTo: Draw lines that are filled with a hatch pattern in VB .NETBrush, Pen, HatchBrush, drawing, DrawHatchLineDownloadBook
HowTo: Use a LinearGradientBrush with and without gamma correction in VB .NETLinearGradientBrush, GammaCorrection, gamma correction, color, drawing, blendDownloadBook
HowTo: Draw lines on top of a gradient Brush in VB .NETBrush, Pen, PathGradientBrushDownloadBook
HowTo: Make a LinearGradientBrush that blends three colors in VB .NETLinearGradientBrush, ColorBlend, color, drawing, blendDownloadBook
HowTo: Draw lines with standard start and end caps in VB .NETline caps, start cap, end cap, StartCap, EndCapDownloadBook
HowTo: Draw lines with custom start and end caps in VB .NETline caps, start cap, end cap, StartCap, EndCapDownloadBook
HowTo: Draw lines that lie along a color gradient in VB .NETBrush, Pen, LinearGradientBrush, color, blend, drawing, DrawGradientLineDownloadBook
HowTo: Draw a rounded rectanglerounded rectangle, RoundRectDownload
HowTo: Let the user select an irregular area and copy it to the clipboardselect, area, polygon, irregular area, clipboardDownload
HowTo: Use a PictureBox's Image property to implement AutoRedraw in VB .NETVB .NET, AutoRedraw, PictureBox, Image, BitmapDownload
HowTo: Generate a random QBColor value in VB .NETVB .NET, QBColor, random, random colorDownload
HowTo: Map coloringmap coloring, color, region, 4-color, four-colorDownload
HowTo: Let the user draw an area and fill it with a image using a TextureBrush in VB .NETTextureBrush, image, VB.NET, brush, fill, fill areaDownload
HowTo: Let the user draw a Bezier curve in VB .NETBezier, Bezier curve, curve, VB.NETDownload
HowTo: Display the available hatch styles in VB .NETHatchStyle, hatch style, VB.NET, brushDownload
HowTo: Display the available dash styles in VB .NETDashStyle, dash style, VB.NET, penDownload
HowTo: Display the standard linear gradient styles in VB .NETLinearGradientMode, linear gradient, gradient, VB.NET, brushDownload
HowTo: Find the equation of a quadratic curve passing through three pointsquadratic curve, quadratic equation, curve, pointsDownload
HowTo: Set a scaling transformation on a Graphics object in VB .NETVB.NET, scale, scalemode, scalex, scaley, graphDownload
HowTo: Display the SystemColors in Visual Basic .NETSystemColorsDownload
HowTo: Let the user add and remove dots (or potentially other annotation) to a mapmap, annotate, dotDownload
HowTo: Draw a smooth curve that passes through several points in VB.NETcurve, DrawCurve, smooth curve, VB.NETDownload
HowTo: Draw polygons in VB.NETpolygon, DrawPolygon, VB.NETDownload
HowTo: Draw rectangles, ellipses, lines, arcs, pie slices, and text in VB.NETrectangle, ellipse, line, arc, pie, pie slice, DrawRectangle, DrawEllipse, DrawLine, DrawArc, DrawPie, DrawString, VB.NETDownload
HowTo: Use antialiasing to draw and fill smooth curves in VB.NETantialias, alias, text, VB.NETDownload
HowTo: Use antialiasing to draw smooth text in VB.NETantialias, alias, text, VB.NETDownload
HowTo: Use antialiasing to resize images smoothly in VB.NETantialias, alias, image, resize, VB.NETDownload
HowTo: Draw a smooth closed curve that passes through several points and returns to its start in VB.NETcurve, DrawClosedCurve, smooth curve, VB.NETDownload
HowTo: Use the PolyPolyline API function to draw lots of lines quicklypolyline, PolyPolyline, graphicsDownload
HowTo: Transform a Graphics object to map an area in world coordinates to device coordinates in VB .NETtransform, Graphics object, Graphics, world coordinates, device coordinatesDownload
HowTo: Graph a parametric function (X(t), Y(t)) in VB .NETgraph, parametric, parametric equations, VB.NETDownload
HowTo: Make a geography gamemap, flood game, FloodFillDownload
HowTo: Demonstrate many useful techniques including backward and forward compatibilitycompatibility, forward compatibility, backward compatibility, drawing, file, serialization, MRU listDownload
HowTo: Make a monitor that displays a value using a vertical bar gauge that seems to float above other applications in VB .NETgauge, bar, bar gauge, floating bar gauge, TransparencyKey, monitor, VB.NETDownload
HowTo: Make a monitor that displays a value using a vertical gauge in VB .NETgauge, bar, monitor, VB.NETDownload
HowTo: Make a monitor that displays a value using a vertical bar gauge in VB .NETgauge, bar, bar gauge, monitor, VB.NETDownload
HowTo: This editor lets you build, save, and restore a collection of pointspoint, load, edit, saveDownload
HowTo: Make a monitor that displays a value using a vertical bar gaugegauge, bar, monitorDownload
HowTo: Make a monitor that displays a value using a vertical gaugegauge, bar, monitorDownload
HowTo: Make a monitor that displays a value using bars floating over the desktopgauge, bar, monitor, SetWindowRgn, regionDownload
HowTo: Draw a 2D or 3D border in VB .NETborder, draw border, 3D, three-dimensional, VB .NETDownload
HowTo: Draw a rotated ellipseellipse, rotateDownload
HowTo: Let the user move a polygon's points with grab handles, snapping the points to a gridpolygon, snap to, grid, draw, dragDownloadBook
HowTo: Let the user modify a polygon with grab handles in VB .NETpolygon, grab handles, draw, dragDownloadBook
HowTo: Draw a positioning grid and snap line segments to its points in VB .NETsnap to, grid, draw, dragDownloadBook
HowTo: Let the user move a polygon's points with grab handles, snapping the points to a grid in VB .NETpolygon, grab handles, snap to, grid, draw, dragDownloadBook
HowTo: Let the user modify a polygon with grab handlespolygon, drag, grab handlesDownload
HowTo: Draw a positioning grid and snap line segments to its pointssnap to, grid, draw, dragDownloadBook
HowTo: Draw and drag shapesshape, ellipse, rectangle, circle, drag, barrel, diskDownload
HowTo: Draw Mandelbrot setsMandelbrot, fractal, chaosDownload
HowTo: Draw a hypotrochoidhypotrochoid, curveDownloadBook
HowTo: Draw a Bowditch curve (or Curve of Lissajous)Bowditch, Lissajous, curveDownloadBook
HowTo: Draw a epitrochoidepitrochoid, curveDownloadBook
HowTo: Draw contour plots (level curves) for an ellipsoidcontour, level curve, plot, ellipsoidDownloadBook
HowTo: Draw an eight-way symmetric picturesymmetry, symmetric pictureDownload
HowTo: Draw random non-overlapping rectangles without using API functionsdrawing, rectangle, randomDownload
HowTo: Draw random non-overlapping rectanglesdrawing, rectangle, randomDownload
HowTo: Draw contour plots (level curves) for a function with known derivatives in VB .NETcontour, level curve, plotDownload
HowTo: Draw simple objects (rectangle, circle, etc.) using a single class and let the user click themdrawing, object, rectangle, circleDownload
HowTo: Make an ActiveX control that display standard system images (min, max, restore, help, scroll arrows, etc.)frame, draw frame, buttons, help, close, min, max, restore, scrollDownload
HowTo: Use standard system images (min, max, restore, help, scroll arrows, etc.) to make a buttonframe, draw frame, buttons, help, close, min, max, restore, scrollDownload
HowTo: Hatch a region with a non-standard hatch sizehatch region, fillDownload
HowTo: Let the user draw lines and move their end points by using grab handlesline, end point, drag, drawingDownload
HowTo: Let the user move a line's end points with grab handlesline, end point, drag, drawingDownload
HowTo: Draw standard system buttons (min, max, restore, help, scroll arrows, etc.)frame, draw frame, buttons, help, close, min, max, restore, scrollDownload
HowTo: Draw simple objects (rectangle, circle, etc.) and let the user click themdrawing, object, rectangle, circleDownload
HowTo: Draw a rubberband circlerubberband, circle, user drawingDownload
HowTo: Draw a bar gaugebar gaugeDownload
HowTo: Draw a color gradientcolor gradient, backgroundDownload
HowTo: Make a bar gauge ActiveX controlbar gauge, ActiveX controlDownload
HowTo: Draw a simple graphgraph, plotDownload
HowTo: Let the user select an area using a rubberband box and place a new control thererubber band, rubberband, rectangle, user drawingDownload
HowTo: Draw a simple histogramhistogram, graphDownload
HowTo: Draw an arc using the AngleArc API function in Windows NTarc, angle, APIDownload
HowTo: Draw a circle through three pointscircle, points, draw circleDownload
HowTo: Enumerate the records in a Windows metafile (WMF) or enhanced metafile (EMF) in VB .NETmetafile, WMF, EMF, VB.NET, enumerateDownload
HowTo: Fill areas "manually" using VB codefill, floodfillDownload
HowTo: Give an MDIForm a resizing background pictureMDI, background, draw, MDIFormDownload
HowTo: Draw a simple graph with Visual Basic alonegraph, equationDownload
HowTo: Graph a user-entered function by using Excelgraph, equation, scale, user-entered function, ExcelDownload
HowTo: Let the user scroll through a very long graphgraph, long graph, scrollDownload
HowTo: Load data from a database and graph itgraph, data, databaseDownload
HowTo: Graph a parameterized function X(t), Y(t)graph, function, parameterized functionDownload
HowTo: Graph a function with parameters entered by the user using a convenient scalegraph, equation, scaleDownload
HowTo: Draw a continuous graph similiar to perfmongraph, continuous graph, scroll, perfmonDownload
HowTo: Draw a continuous graph similiar to perfmon in VB .NETgraph, continuous graph, scroll, perfmonDownload
Talk: Fun With GDI+GDI+, graphics, drawing, VB .NET, Visual Basic .NET, Visual Studio .NET 
HowTo: Manage MDI children using a toolbarMDI, background, draw, MDIForm, childDownload
HowTo: Tile an MDIForm's backgroundMDI, MDIForm, background, tileDownload
HowTo: Create a metafilemetafile, CreateMetaFile, drawingDownload
HowTo: Draw on an MDI parent form's backgroundMDI, background, draw, MDIFormDownload
HowTo: Overlay one image on another with alpha blending in VB .NETalpha, alpha blending, transparent, translucent, semi-transparentDownload
HowTo: Use a solid brush and a wide pen in VB .NETbrush, fill, solid brush, solidbrush, pen, wide pen, VB.NETDownload
HowTo: Use a TextureBrush in VB .NETbrush, texturebrush, VB.NETDownload
HowTo: Use stock pens and brushes in VB .NETpen, brush, stock, stock pen, stock brush, VB.NETDownload
HowTo: Make parts of a form transparent in VB .NETform, transparent, VB.NETDownload
HowTo: Save a picture into a file in VB .NETPathGradientBrush, VB.NET, offset, centerDownload
HowTo: Fill an area with a PathGradientBrush in VB .NET, using an offset centerPathGradientBrush, VB.NET, offset, centerDownload
HowTo: Fill an area with a PathGradientBrush in VB .NETPathGradientBrush, VB.NETDownload
HowTo: Load a picture from a file in VB .NETload picture, loadpicture, VB.NETDownload
HowTo: Fill text with a LinearGradientBrush in VB .NETfilled text, lineargradientbrush, VB.NETDownload
HowTo: Draw a closed curve in VB .NET, filled with a hatch pattern and outlined with a custom dash patternhatched, closedcurve, closed curve, hatch, dash, dashed line, VB.NETDownload
HowTo: Convert an image to GrayScale one pixel at a time in VB .NETgrayscale, pixel-by-pixel, VB.NETDownload
HowTo: Change a form's opacity in VB .NETform, Opacity, transparent, translucent, VB.NETDownload
HowTo: Draw a hatched ellipse in VB .NETellipse, circle, VB.NETDownload
HowTo: Draw dashed lines with thickness greater than 1dashed line, draw, dashDownload
HowTo: Draw contour plots (level curves) for a function with known derivativescontour, level curve, plotDownloadBook
HowTo: Use the API Pie function to draw pie slicespie, pie sliceDownload
HowTo: Clip lines to the boundary of a text stringclip, clipping, text, lines, pathDownload
HowTo: Draw a circle using Line statementscircle, drawing, lineDownload
HowTo: Use the Ellipse API functionellipse, API, circleDownload
HowTo: Draw an arrowhead on a linearrow, arrowhead, line, drawDownload
HowTo: Draw arcs with arrow headsarrow, arrowhead, line, draw, arcDownload
HowTo: Let the user interactively draw lines with arrow headsarrow, arrowhead, line, drawDownload
HowTo: Make a simple scribble applicationscribble, drawDownload
HowTo: Make a scribble application using classesscribble, draw, classesDownload
HowTo: Set the drawing origin in a PictureBoxorigin, drawing, ScaleModeDownload
HowTo: Draw pie slices and see which the user clicks in VB .NETpie slice, wedge, circle, clickDownload
HowTo: Draw pie slices in VB .NETpie slice, wedge, circleDownload
HowTo: Draw pie slicespie slice, wedge, circleDownloadBook
HowTo: Draw pie slices and see which the user clickspie slice, wedge, circle, clickDownloadBook
HowTo: Let the user select, move, or resize an area using a Shape controlrubberband, rectangle, user drawing, ellipseDownload
HowTo: Draw ellipses by specifying their bounding boxesellipse, bound, box, bounding boxDownload
HowTo: Make an elliptical color gradientellipse, elliptical, gradient, colorDownload
HowTo: Fill a polygon with a color gradientpolygon, gradient text, SetWindowRgn, regionDownload
HowTo: Rotate the points in a polygonrotate, polygon, pointDownloadBook
HowTo: Use the PolyPolygon API function to quickly draw a series of polygonspolygon, drawDownloadBook
HowTo: Use the Polygon API function to quickly draw a polygonpolygon, drawDownloadBook
HowTo: Tile a polygon with a picturepicture, tile, polygon, regionDownloadBook
HowTo: Draw a polygon filled with a pictureregion, path, polygon, pictureDownloadBook
HowTo: Draw a polygon filled with texttext, region, path, polygonDownloadBook
HowTo: Draw lines on a picture and erase thempicture, SavePicture, erase, ClsDownloadBook
HowTo: Draw text on a picture and save the results into a filetext, picture, SavePictureDownloadBook
HowTo: Draw a cycloid using VB .NETcycloid, curveDownloadBook
HowTo: Draw a cycloidcycloid, curveDownloadBook
HowTo: Draw rubberband lines in VB .NET using DrawReversibleLinerubberband, VB.NET, NET, redraw, AutoRedraw, DrawReversibleLineDownload
HowTo: Let the user draw arcsarc, circle, Atn, ATan3, arctangentDownload
HowTo: Draw color gradientscolor gradients, gradientsDownload
HowTo: Draw rubberband lines in VB .NETrubberband, VB.NET, NET, redraw, AutoRedrawDownload
HowTo: Draw arrowsarrow, arrowhead, linesDownloadBook
HowTo: Draw a dashed polylinepolyline, dashed, drawDownloadBook
HowTo: Let the user move and modify multiple polygons with grab handlespolygons, drag, grab handles, object-oriented design, classes, objectsDownload
HowTo: Draw a rubberband starrubberband, star, user drawingDownload
HowTo: Draw a rubberband ellipserubberband, ellipse, user drawingDownload
HowTo: Draw a rubberband rectanglerubberband, rectangle, user drawingDownload
HowTo: Draw a rubberband linerubberband, line, user drawingDownload
HowTo: Draw interesting symmetric patternssymmetry, drawing, patternsDownload
HowTo: Make a numeric fieldarc, circle, Atn, ATan3, arctangent 

Printing

Title Keywords  
HowTo: Select a printer resolution such as Draft or High in Visual Basic .NETprinting, printers, resolution, printer resolution, draft, set printer resolution, Visual Basic .NET, VB.NETDownload
HowTo: Let the user select a printer and then send a printout directly to it in Visual Basic .NETprinting, printers, send to printer, printout, select printer, pick printer, Visual Basic .NET, VB.NETDownload
HowTo: Send a printout directly to a specific printer in Visual Basic .NETprinting, printers, send to printer, Visual Basic .NET, VB.NETDownload
HowTo: Control the print preview dialog to change its size, scale, colors, and more in Visual Basic .NETprinting, preview, PrintDocument, print, PrintPreviewDialog, print preview, scale, zoom, auto, maximize, rows, columns, graphics, PrintPageDownload
HowTo: List the fonts available to the printer in Visual Basic 6printing, font, list fonts, Visual Basic 6Download
HowTo: Print the contents of a ListBox left aligned, centered, or right aligned in Visual Basic 2005print, ListBox, print preview, align, alignment, center, right align, left align, StringFormat, PrintDocument, PrintPage eventDownload
HowTo: Make a print preview displaying a grid of data with alternating row colors in Visual Basic 2005print, print preview, VB 2005, grid, rows, colorDownload
HowTo: Preview and print a core sample report with Visual Basic 2005print, preview, core sample, VB 2005Download
HowTo: Preview and print a core sample report using custom fill patterns with Visual Basic 2005print, preview, core sample, VB 2005Download
HowTo: Easily print grid-like data in Visual Basic .NETgrid, print, print grid, data, VB.NETDownload
HowTo: Print the values in a ListView control across multiple pagesListView, print, multipage, multi-pageDownload
HowTo: Print a FlexGrid control's data across multiple pages vertically and horizontallyFlexGrid, print, grid, multi-page, multiple pagesDownload
HowTo: Print text on an odd piece of paperprint, paper, unusual paperDownload
HowTo: Provide print previewprint, print previewDownload
HowTo: Provide print preview with different scalesprint, print preview, scaleDownload
HowTo: Print a long series of paragraphs in different fonts, breaking across pages in VB .NETprint, preview, text, long text, print preview, VB .NETDownload
HowTo: Print text one line at a time to a line printerline printer, print, Download
HowTo: Print a rounded rectanglerounded rectangle, print, RoundRectDownload
HowTo: Print an Excel worksheet displayed in an OLE container objectOLE, print, Excel, OLE containerDownload
HowTo: Print a form's decorated image in VB.NETprint screen, screen capture, form image, print form imageDownload
HowTo: Save a form's decorated image into a bitmap file in VB.NETprint screen, screen capture, form image, save form imageDownload
HowTo: Make a RichTextBox print WYSIWYG textRTF, rich text, rich text box, RichTextBox, WYSIWYG, print, printingDownload
HowTo: Save or print a form's image with or without decoration in VB .NETprint screen, screen capture, form image, print form image, save form imageDownload
HowTo: Print a form's image in VB.NETprint screen, screen capture, form image, print form imageDownload
HowTo: Save a form's image into a bitmap file in VB.NETprint screen, screen capture, form image, save form imageDownload
HowTo: Print pages in portrait and landscape orientations in VB .NETprint, landscape, portrait, VB.NETDownload
HowTo: Preview and print the contents of the WebBrowser controlWebBrowser, print, print preview, previewDownload
HowTo: Print multiline text at a specific location on a form or printer by using the ScaleLeft propertyprint, multiline, ScaleLeft, align, printerDownload
HowTo: Print a drawing centered on the printer in VB .NETprint, preview, center, print preview, VB .NETDownload
HowTo: Print a drawing that is centered and stretched to fit the page in VB .NETprint, preview, center, stretch, fit, print preview, VB .NETDownload
HowTo: Print and display print previews in VB .NETprint, preview, print preview, VB .NETDownload
HowTo: Use DDE to print PDF filesDDE, PDF, Adobe Acrobat, AcrobatDownload
HowTo: Print a form's Labels and TextBoxesPrintForm, print form, Label, TextBoxDownload
HowTo: Print a centered image of a form in Landscape modePrintForm, print formDownload
HowTo: Print the values in a ListView controlListView, printDownload
HowTo: Print a FlexGrid control's dataFlexGrid, print, gridDownload
HowTo: Print data from a databasedatabase, printDownload
HowTo: Print a multi-page pictureprint, big picture, large pictureDownload
HowTo: Print a string on the printer with word wrapprint, printer, word wrap, TextWidthDownload
HowTo: Get a printer's DRIVER_INFO_2 informationprinter, driver, driver information, DRIVER_INFO_2Download
HowTo: Show a print preview for a RichTextBox that uses multiple fontsRichTextBox, scroll, line, print, previewDownload
HowTo: List installed printers in VB .NETprinters, installed printers, VB .NETDownload
HowTo: List available printers and select oneprinter, select printer, list printersDownload
HowTo: Print text that follows a curveprint, text, curve, rotateDownload
HowTo: Print rotated text using TextOutprint, rotate, textDownload
HowTo: Print rotated text on the printer using PaintPictureprint, rotate, text, PaintPictureDownload
HowTo: List screen and printer fontsfont, text, printer, screenDownload
HowTo: Print a PictureBox and any controls that are on top of or inside itPictureBox, print, keybd_event, fit to printerDownloadBook
HowTo: Print a centered picture as large as possible without distortionPictureBox, picture, print, center, aspect ratioDownloadBook
HowTo: Print a picture centeredPictureBox, picture, printDownload
HowTo: Print a picturePictureBox, picture, printDownload
HowTo: Print multiline text at a specific location on a form or printerprint, multiline, previewDownload
HowTo: See if a printer is a PostScript printerprinter, PostScriptDownload

Color

Title Keywords  
HowTo: Draw text filled with random colored circles in Visual Basic 6random, random circles, fonts, circle filled text, VB 6, Visual Basic 6Download
HowTo: Use LinearGradientBrushes in Visual Basic .NETLinearGradientBrush, linear gradient brush, gradient brush, color gradient, Visual Basic .NET, VB.NETDownload
HowTo: Map numeric values to colors in a rainbow in Visual Basic 6graphics, colors, map values to colors, map values, Visual Basic 6, VB6Download
HowTo: Map numeric values to colors in a rainbow in Visual Basic .NETgraphics, colors, map values to colors, map values, Visual Basic .NET, VB.NETDownload
HowTo: Overlay one picture on another in Visual Basic 2008overlay, transparent, image processing, picture, VB.NETDownload
HowTo: Use Microsoft's .NET Framework parallel extensions to generate Mandelbrot sets quickly in Visual Basic 2008parallel extensions, parallel programming, multiple CPUs, multi-core, Mandelbrot, Mandelbrot set, .NET, .NET FrameworkDownload
HowTo: Draw samples of hatch patterns in Visual Basic 6FillStyle, hatch, hatch pattern, Visual Basic, graphicsDownload
HowTo: Draw rainbow shaded text in Visual Basic .NETcolor, rainbow, text, string, VB.NETDownload
HowTo: Fill an ellipse with a color gradientellipse, color, color gradient, LinearGradientBrush, fill, VB.NETDownload
HowTo: Slowly fill a circle with color from bottom to top in Visual Basic .NETcircle, ellipse, fill circle, fill ellipse, VB.NET, animationDownload
HowTo: Display predefined system colors in Visual Basic .NETcolor, system color, SystemColors, drawing, graphics, VB.NETDownload
HowTo: Make a series of color samplescolor, color sample, pick colorDownload
HowTo: Convert almost white pixels to whitepixels, color, convert, color conversionDownload
HowTo: Display samples of the colors defined in VBRUN.SystemColorConstantscolor, system colors, VBRUN, SystemColorConstantsDownload
HowTo: Use an ImageAttributes object to display an image's red, green, and blue components in Visual Basic .NETcolor, color components, ImageAttributes, VB .NETDownload
HowTo: Use an ImageAttributes object to swap the red, green, and blue components of an image in Visual Basic .NETcolor, color components, ImageAttributes, VB .NETDownload
HowTo: Use an ImageAttributes object to adjust an image's brightness in Visual Basic .NETcolor, color components, brightness, ColorMatrix, ImageAttributes, VB .NETDownload
HowTo: Use an ImageAttributes object to gamma correct an image in Visual Basic .NETcolor, color components, gamm, gamm correction, ColorMatrix, ImageAttributes, VB .NETDownload
HowTo: Draw a color wheel in VB .NEThistogram, bar chart, graph, VB.NETDownload
HowTo: Remap a color in an image in VB .NETimage processing, remap color, color, VB .NETDownload
HowTo: Generate random colors in Visual Basic 6color, random color, RGB, QBColorDownload
HowTo: Add a watermark to an imagewatermark, image, image processingDownload
HowTo: Add a watermark to an image in VB .NETwatermark, image, image processingDownload
HowTo: Generate a random QBColor value in VB .NETVB .NET, QBColor, random, random colorDownload
HowTo: Set the system's colors (window background, highlight, text, etc.)system color, colorDownload
HowTo: Draw lines of text with random colorscolor, text, random colorsDownload
HowTo: Change a TreeView control's background colorTreeView, background, background color, backcolorDownload
HowTo: Display the SystemColors in Visual Basic .NETSystemColorsDownload
HowTo: Make a geography gamemap, flood game, FloodFillDownload
HowTo: Use API functions to change a ProgressBar's foreground and background colorsProgressBar, foreground, background, ForeColor, BackColorDownload
HowTo: Use the color selection dialog with custom colors in VB .NETcolor, select color, pick color, color selection, color selection dialog, VB.NETDownload
HowTo: Use the color selection dialog in VB .NETcolor, select color, pick color, color selection, color selection dialog, VB.NETDownload
HowTo: Use system colors (active border, etc.) and respond when the system's colors change in VB .NETcolor, system color, ActiveBorder, InactiveBorder, ActiveCaptionDownloadBook
HowTo: See which part of a picture the mouse is overpicture, map, mouse overDownload
HowTo: Use the API to let the user select a colorcolor, pick color, select colorDownload
HowTo: Use the CommonDialog control to select a colorCommonDialog, color, get color, select color, ShowColorDownload
HowTo: Draw a color gradientcolor gradient, backgroundDownload
HowTo: Display system colors, their Hex values, and their RGB equivalentssystem color, palette, RGBDownload
HowTo: Fill an irregular area with the FloodFill API functionflood, floodfillDownloadBook
HowTo: View and change the system's display modedisplay mode, pixels, color depthDownload
HowTo: View and change the system's display modedisplay mode, pixels, color depthDownload
HowTo: Get the system's color depth and screen size in pixelscolor depth, pits per pixel, screen sizeDownload
HowTo: Convert R, G, and B values into Visual Basic and Web hex colorsWeb colors, Web palette, RGB, hex, hexadecimalDownload
HowTo: Find the system's color depth (bits per pixel)color, color depth, bits per pixel, bppDownload
HowTo: Make a palette of colors for Web useWeb colors, Web paletteDownload
HowTo: Convert HTML colors to and from Visual Basic colorsWeb color, HTML color, color, VB colorDownload
HowTo: Change a Frame control's background colorFrame, control, BackColor, background, colorDownload
HowTo: Break a RGB color into its red, green, and blue componentsRGB, color, components, separateDownload
HowTo: Make an elliptical color gradientellipse, elliptical, gradient, colorDownload
HowTo: Fill a polygon with a color gradientpolygon, gradient text, SetWindowRgn, regionDownload
Tutorial: Map Coloringmap coloring, four color, map, five color 
HowTo: Invert an RGB colorcolor, invert, RGB, complementDownloadBook
HowTo: Save and use custom color listscolors, color listsDownload
HowTo: Read and write an image's pixels using GetDIBits and SetDIBitsGetDIBits, SetDIBits, pixels, RGBDownloadBook
HowTo: Convert RGB values into HLS values and vice versaRGB, HLS, color, convertDownloadBook
HowTo: Let the user select a color using the CommonDialog control or red, green, and blue slidersCommonDialog, color, pick, select, RGB, sliderDownloadBook
HowTo: Make a 216 color palettecolors, paletteDownloadBook
HowTo: Shade objects with a color gradientshade, gradient, color gradientDownload

3D

Title Keywords  
HowTo: Make a continuously spinning cube by using XAML code in Visual Basic 2008Visual Basic 2008, VB 2008, XAML, cube, rotate, spin, VB.NETDownload
HowTo: Make and rotate a cube by using XAML code in Visual Basic 2008Visual Basic 2008, VB 2008, XAML, cube, rotateDownload
HowTo: Draw three interlocked 3-D blocks with Direct3D in Visual Basic 2005Direct3D, DirectX, blocks, interlocked, hidden surface removal, z-buffer, Visual Basic 2005Download
Talk: Four Fascinating Featuresregular expressions, cryptography, reflection, Direct3D, graphics, algorithms 
HowTo: Draw a three-dimensional histogram with VB .NEThistogram, bar chart, graph, VB.NETDownload
HowTo: Draw a 2D or 3D border in VB .NETborder, draw border, 3D, three-dimensional, VB .NETDownload
HowTo: Draw contour plots (level curves) for an ellipsoidcontour, level curve, plot, ellipsoidDownloadBook
HowTo: Draw contour plots (level curves) for a function with known derivatives in VB .NETcontour, level curve, plotDownload
HowTo: Draw contour plots (level curves) for a function with known derivativescontour, level curve, plotDownloadBook
Tutorial: Drawing Platonic SolidsPlatonic solids, polyhedron, polytope, solid, tetrahedron, cube, octahedron, dodecahedron, icosahedron, hexahedronBook
HowTo: Make a stellate geodesic spheregraphics, stellate, geodesic, sphere, 3DDownloadBook
HowTo: Make a geodesic spheregraphics, geodesic, sphere, 3DDownloadBook
HowTo: Make a 3-D solar system model, version 2graphics, DirectX, Direct3D, solar systemDownloadBook
HowTo: Make a 3-D solar system modelgraphics, DirectX, Direct3D, solar systemDownloadBook

Icons

Title Keywords  
HowTo: Display predefined system icons in Visual Basic .NETicon, system icon, SystemIcons, drawing, graphics, VB.NETDownload
HowTo: Set an application's Task Manager iconicon, application icon, task managerDownload
Tip: Icon Hellicon, crash, missing icons, icon crash, Windows Explorer, Internet Explorer 
HowTo: Use a custom mouse icon at run timemouse icon, mouse pointer, pointer, MousePointerDownload
HowTo: Display the big and small icons associated with a fileicon, large icon, small iconDownload
HowTo: Load a 32-bit icon into a pictureicon, 32-bit, load icon, LoadPictureDownload
HowTo: Edit iconsicon, edit icon 
HowTo: Make an icon editor by using the ImageList control's ExtractIcon methodicon, edit icon, ImageList, ExtractIconDownload
HowTo: Change a form's icon at run time in VB .NETicon, VB .NETDownload
HowTo: Set an application's icon in VB .NETapplication icon, icon, VB .NETDownload
HowTo: Make a custom gauge control with a toolbox bitmap in VB .NETgauge, control, custom control, VB .NET, UserControlDownload
HowTo: Get the icons associated with a file typeicon, file type iconDownload
HowTo: Extract the large and small icons stored in an EXE or DLL fileextract iconsDownload
HowTo: Use a bitmap for an iconbitmap, icon, imageDownload
HowTo: Load a bitmap and save it as an iconbitmap, icon, imageDownload
HowTo: Display the standard icons used by MsgBox (exclamation, information, etc.) with LoadImageicon, standard icon, MsgBox, exclamation, information, question, critical, winlogo, API, LoadImageDownload
HowTo: Display the standard icons used by MsgBox (exclamation, information, etc.) with LoadIconicon, standard icon, MsgBox, exclamation, information, question, critical, winlogo, API, LoadIconDownload
HowTo: Create an icon file containing both 32x32 and 16x16 pixel iconsapplication, icon, graphics, 32x32, 16x16Download
HowTo: Make a full-featured icon editor with different color modes, hot spots, cut and paste, etc.application, icon, graphics, 32x32Download
HowTo: Load an application's form and Task Manager icons from a resource fileicon, application icon, task manager, resource fileDownload
HowTo: Load an application's form and Task Manager icons from a resource fileicon, application icon, task manager, resource fileDownload

Text

Title Keywords  
HowTo: Draw text that's filled with smaller text in Visual Basic .NEThollow text, GraphicsPath, path, text, Visual Basic .NET, VB.NETDownload
HowTo: Draw hollow text in Visual Basic .NEThollow text, GraphicsPath, path, text, Visual Basic .NET, VB.NETDownload
HowTo: Draw text flipped vertically, horizontally, or both in Visual Basic .NETGraphics object, Scale, flip, DrawString, text, VB.NET, Visual Basic .NETDownload
HowTo: Precisely determine the size of text drawn by a Graphics object in Visual Basic .NETGraphics, DrawString, GraphicsPath, draw text, draw string, text, text size, VB.NETDownload
HowTo: Draw text stretched to fit a rectangle precisely in Visual Basic .NETstretch text, Graphics, DrawString, GraphicsPath, draw text, draw string, text, text size, VB.NETDownload
HowTo: Draw rainbow shaded text in Visual Basic .NETcolor, rainbow, text, string, VB.NETDownload
HowTo: Draw text that is clipped to a graphics path in Visual Basic .NETtext, path, clipDownload
HowTo: Draw text that sits horizontally but with a baseline that follows a curvetext, curve, wave, wavyDownload
HowTo: Create fonts easily by using the Font constructor that uses a prototype in Visual Basic .NETFont, create font, font prototype, VB.NETDownload
HowTo: Create fonts easily and interactively by using the Font constructor that uses a prototype in Visual Basic .NETFont, create font, font prototype, VB.NETDownload
HowTo: Fill text with a moving color gradient in Visual Basic .NETtext, color gradient, moving gradient, animation, VB.NETDownload
HowTo: Draw rotated text centered at a point in Visual Basic 6rotate text, center text, CreateFontDownload
HowTo: Rotate text around a center in VB .NETtext, rotate, VB.NETDownload
HowTo: Overlay Rich Text on a picture in Windows XPRich Text, RTF, RichTextBox, overlay, pictureDownload
HowTo: Draw text centered at a positiontext, center text, fontDownload
HowTo: Draw text centered at a position in VB .NETtext, center text, fontDownload
HowTo: Make translucent text suitable for image watermarking in VB .NETwatermark, image, translucent, transparent, opacity, VB.NETDownload
HowTo: Position tab stops while drawing text in VB .NETtabs, VB .NET, drawing, layout rectangle, StringFormatDownload
HowTo: Draw text filled with textfilled text, outline text, text, CreateFont, SetWindowRgn, regionDownloadBook
HowTo: Draw text in XOR mode and with other raster operationsXOR, text, raster operations, raster opsDownload
HowTo: Use transformations to draw angled text in VB .NETfont, angled text, VB.NET, transformation, GraphicsDownload
HowTo: Draw transformed text in VB .NETtransform, transformation, text, font, VB.NETDownload
HowTo: Draw untransformed text at a transformed location in VB .NETtransform, transformation, text, font, VB.NETDownload
HowTo: Draw text that is rotated but otherwise untransformed at a transformed location in VB .NETtransform, transformation, text, font, VB.NETDownload
HowTo: Display samples of fonts in VB .NETfont, bold, underscore, underline, strikeout, strikethru, strikethrough, italic, InstalledFontCollection, installed fonts, VB.NETDownload
HowTo: Draw mathematical equations with super scripts on a formequation, superscript, mathDownload
HowTo: Draw text using different fonts for each charactertext, font, random fontDownload
HowTo: Draw lines of text with random colorscolor, text, random colorsDownload
HowTo: Draw text using an extra tall fontfont, CreateFont, tall font, stretched font, textDownload
HowTo: Draw rectangles, ellipses, lines, arcs, pie slices, and text in VB.NETrectangle, ellipse, line, arc, pie, pie slice, DrawRectangle, DrawEllipse, DrawLine, DrawArc, DrawPie, DrawString, VB.NETDownload
HowTo: Use antialiasing to draw smooth text in VB.NETantialias, alias, text, VB.NETDownload
HowTo: Make a form shaped using text and a PictureBoxCreateFont, SetWindowRgn, region, text-shaped form, shaped form, outlined textDownload
HowTo: Display rotated text on top of a PictureBoxrotated text, rotated font, CreateFont, PictureBoxDownload
HowTo: Display chemical symbols in a RichTextBox or on a formsymbol, chemical symbol, superscript, subscriptDownload
HowTo: Color HTML tags in a RichTextBoxcolor tags, HTMLDownload
HowTo: Fill text with a LinearGradientBrush in VB .NETfilled text, lineargradientbrush, VB.NETDownload
HowTo: Clip lines to the boundary of a text stringclip, clipping, text, lines, pathDownload
HowTo: Draw rotated textrotate, text, CreateFontDownload
HowTo: Draw rotated text in VB .NETrotate, text, CreateFont, font, VB .NETDownload
HowTo: Position text rotated 90 degreesposition text, rotate, Download
HowTo: Draw hollow texthollow text, text, pathDownload
HowTo: Place non-rotated letters along an elliptical pathtext, ellipse, pathDownload
HowTo: Draw a font at different sizesfont, text, sizeDownload
HowTo: Make selected text blink in a PictureBoxblink, text, PictureBox, color, flashDownload
HowTo: Make a label blinkblink, label, color, flashDownload
HowTo: Draw outlined text without using the APIoutline, text, APIDownload
HowTo: Draw text on a picture and save the results into a filetext, picture, SavePictureDownloadBook
HowTo: Draw text centered on a picturePictureBox, text, center, pictureDownload
HowTo: Rotate text in a Captiontext, rotate, CaptionDownload
HowTo: Draw text that shades letter by letter from one color to anothertext, shade, color gradientDownload
HowTo: Make a label display a shadow safely when the mouse is over itlabel, shadow, mouse, GetCursorPos, ScreenToClientDownload
HowTo: Make a label display a shadow simply when the mouse is over itlabel, shadow, mouseDownload
HowTo: Display a Label control with a shadowlabel, shadowDownload
HowTo: Draw text with a shadowdraw text, label, shadowDownload
HowTo: Overlay Rich Text on a pictureRich Text, ETF, RichTextBox, overlay, pictureDownloadBook
HowTo: Make a text-shaped form in VB .NETshaped form, text-shaped form, RegionDownload
HowTo: Draw text filled with a color gradient in VB .NETfilled text, outline text, text, region, SetClip, FillPath, color, gradientDownload
HowTo: Draw text filled with text in VB .NETfilled text, outline text, text, region, SetClip, FillPathDownload
HowTo: Draw text filled with lines in VB .NETfilled text, outline text, text, region, SetClip, FillPath, DrawLineDownload
HowTo: Draw text filled with lines in VB .NETfilled text, outline text, text, region, SetClip, FillPath, DrawLineDownload
HowTo: Make an ActiveX rotated label control with transparent backgroundActiveX, rotated text, label, transparent backgroundDownload
HowTo: Make a text-shaped form with outlined textCreateFont, SetWindowRgn, region, text-shaped form, shaped form, outlined textDownload
HowTo: Make a text-shaped formCreateFont, SetWindowRgn, region, text-shaped form, shaped formDownload
HowTo: Draw text filled with a color gradientfilled text, outline text, text, gradient text, CreateFont, SetWindowRgn, regionDownload
HowTo: Draw text filled with linesfilled text, outline text, text, CreateFont, SetWindowRgn, regionDownload

Image Processing

Title Keywords  
HowTo: Copy part of an image into a new PictureBox in Visual Basic .NETgraphics, image processing, copy image, DrawImage, Visual Basic .NET, VB.NETDownload
HowTo: Use steganography to hide one large picture inside another in Visual Basic 6algorithms, cryptography, mathematics, steganography, hidden images, hidden pictures, hide images, hide pictures, hidden messages, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Use steganography to hide one picture inside another in Visual Basic 6algorithms, cryptography, mathematics, steganography, hidden images, hidden pictures, hide images, hide pictures, hidden messages, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Use steganography to hide one large picture inside another in Visual Basic .NETalgorithms, cryptography, mathematics, steganography, hidden images, hidden pictures, hide images, hide pictures, hidden messages, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Use steganography to hide one picture inside another in Visual Basic .NETalgorithms, cryptography, mathematics, steganography, hidden images, hidden pictures, hide images, hide pictures, hidden messages, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Convert a Windows metafile (wmf file) to a PNG file in Visual Basic .NETgraphics, image processing, wmf file, png file, Windows metafile, metafile, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Display a Windows metafile (wmf file) in Visual Basic .NETgraphics, image processing, wmf file, Windows metafile, metafile, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Use EXIF information to orient an image properly in Visual Basic .NETgraphics, files, orient image, orient picture, image processing, EXIF, orientation, rotate image, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Read an image file's EXIF orientation data in Visual Basic .NETgraphics, files, image processing, EXIF, orientation, rotate image, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Show samples of EXIF image orientations in Visual Basic .NETgraphics, files, image processing, EXIF, orientation, rotate image, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Measure distances on a map with a scale in Visual Basic .NETalgorithms graphics map measure map measure distances map scale example example program Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Measure distances on a map with a scale in Visual Basic 6algorithms graphics map measure map measure distances map scale example example program Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Reduce the number of colors in a Bitmap and remap them to make interesting effects in Visual Basic 6graphics, algorithms, colors, color depth, reduce color depth, Warhol, Andy Warhol, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Split an image into smaller image files in Visual Basic 6image processing, graphics, split image, bitmap, split bitmap, save image, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Reduce the number of colors in a Bitmap and remap them to make interesting effects in Visual Basic .NETgraphics, algorithms, colors, color depth, reduce color depth, Warhol, Andy Warhol, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Split an image into smaller image files in Visual Basic .NETimage processing, graphics, split image, bitmap, split bitmap, save image, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Draw a fractal that is generated by applying rules to prime numbers in Visual Basic 6graphics, fractals, primes, prime numbers, Visual Basic 6, VB 6Download
HowTo: Draw a fractal that is generated by applying rules to prime numbers in Visual Basic .NETgraphics, fractals, primes, prime numbers, Visual Basic .NET, VB.NETDownload
HowTo: Perform a flood fill on an area with approximate uniform color in Visual Basic .NETflood, flood fill, graphics, color, approximate color, Visual Basic .NET, VB.NETDownload
HowTo: Make a picture tiles jigsaw game in Visual Basic .NETgraphics, algorithms, games, picture, tiles, image, DrawImage, jigsaw, puzzle, game, Visual Basic .NET, VB.NETDownload
HowTo: Make a close-up window for an image in Visual Basic 6closeup, close-up, closeup window, close-up window, zoom, picture, image, details, Visual Basic 6, VB6Download
HowTo: Make a close-up window for an image in Visual Basic .NETcloseup, close-up, closeup window, close-up window, zoom, picture, image, details, Visual Basic .NET, VB.NETDownload
HowTo: Write a method that saves images in an appropriate format depending on the file name's extension in Visual Basic .NETsave file, save image, save bitmap, save picture, file extension, png, bmp, jpg, jpeg, gif, tiff, Visual Basic .NET, VB.NETDownload
HowTo: Save an image of the computer's screen using managed methods in Visual Basic .NETgraphics, form image, control image, get form image, get control imageDownload
HowTo: Get the image of a control or form, or a form's client area in Visual Basic .NETgraphics, form image, control image, get form image, get control imageDownload
HowTo: Overlay one picture on another in Visual Basic 2008overlay, transparent, image processing, picture, VB.NETDownload
HowTo: Save a picture into a JPEG at a desired size in Visual Basic 2005save picture, save image, size, jpeg, jpg, compress, VB .NETDownload
HowTo: Use the BitmapBytesRGB24 class to apply an embossing filter to an image very quickly in Visual Basic 2005BitmapBytesRGB24, LockBits, UnlockBits, image processing, filter image, emboss, embossing filter, VB.NETDownload
HowTo: Use Microsoft's .NET Framework parallel extensions to apply an embossing filter to an image very quickly in Visual Basic 2008parallel, multi-threading, threading, BitmapBytesRGB24, LockBits, UnlockBits, image processing, filter image, emboss, embossing filter, VB.NETDownload
HowTo: Crop a picture and save the result in Visual Basic 2005crop picture, crop, trim, Visual Basic 2005, VB .NETDownload
HowTo: Crop a picture and save the result in Visual Basic 6crop picture, crop, trim, Visual BasicDownload
HowTo: Resize all of the graphic files in a directory in Visual Basic 6graphics, resize picture, resize image, directory, Visual Basic 6Download
HowTo: Resize all of the graphic files in a directory in Visual Basic 2005graphics, resize picture, resize image, directory, Visual Basic .NETDownload
HowTo: Make a map that shows a circular closeup of the part under the mouse in Visual Basic 6closeup map, map, enlarge, closeup, close up, Visual Basic 6Download
HowTo: Let the user drag a picture with the mouse or move it with the arrow keysdrag picture, BitBltDownload
HowTo: Overlay a picture on another and use BitBlt to repaint only the modified parts of the backgrounddrag picture, BitBltDownload
HowTo: Overlay a picture on another and use BitBlt to allow the user to drag itdrag picture, BitBltDownload
HowTo: Overlay a picture on another and use PaintPicture to allow the user to drag itdrag picture, PaintPictureDownload
HowTo: Make a map that shows a closeup of the part under the mouse in Visual Basic 2005closeup map, map, enlarge, closeup, close up, Visual Basic 2005Download
HowTo: Make a map that shows a circular closeup of the part under the mouse in Visual Basic 2005closeup map, map, enlarge, closeup, close up, circular region, Visual Basic 2005Download
HowTo: Make a map that shows a closeup of the part under the mouse in Visual Basic 6closeup map, map, enlarge, closeup, close up, Visual Basic 6Download
HowTo: Use a loop to load pictures into PictureBoxes in Visual Basic 2005PictureBox, picture, LoadPicture, Bitmap, loop, Visual Basic 2005Download
HowTo: Make CAPTCHA images (version 4) in Visual Basic 6CAPTCHA, Turing test, image, image processing, distort imageDownloadBook
HowTo: Make CAPTCHA images (version 6) in Visual Basic .NETCAPTCHA, Turing test, image, image processing, distort imageDownloadBook
HowTo: Rotate a picture by a multiple of 90 degrees in Visual Basic 6rotate, picture, image, image processing, Visual Basic 6Download
HowTo: Make CAPTCHA images (version 4) in VB .NETCAPTCHA, Turing test, image, image processing, distort image, VB.NETDownload
HowTo: Make CAPTCHA images (version 3) in VB .NETCAPTCHA, Turing test, image, image processing, distort image, VB.NETDownload
HowTo: Make CAPTCHA images (version 2) in VB .NETCAPTCHA, Turing test, image, image processing, distort image, VB.NETDownload
HowTo: Make CAPTCHA images (version 1) in VB .NETCAPTCHA, Turing test, image, image processing, distort image, VB.NETDownload
HowTo: Make CAPTCHA images (version 5) in Visual Basic .NETCAPTCHA, Turing test, image, image processing, distort imageDownload
HowTo: Make CAPTCHA images (version 2) in Visual Basic 6CAPTCHA, Turing test, image, image processing, distort imageDownload
HowTo: Make CAPTCHA images (version 1) in Visual Basic 6CAPTCHA, Turing test, image, image processing, distort imageDownload
HowTo: Make CAPTCHA images (version 3) in Visual Basic 6CAPTCHA, Turing test, image, image processing, distort imageDownload
HowTo: Use DrawToBitmap to capture an image of a form in Visual Basic 2005DrawToBitmap, form image, capture form image, VB 2005, VB.NETDownload
HowTo: Make a Visual Basic .NET library that returns a picture to a Visual Basic 6 programlibrary, VB.NET, VB 6, Visual Basic 6, picture, DLLDownload
HowTo: Compose four pictures into a single picture and save the result into a filecompose, composition, picture, PictureBox, PaintPictureDownload
HowTo: Compose four pictures into a single picture and save the result into a file in Visual Basic .NETTextBox, convert, proper case, StrConv, VB.NETDownload
HowTo: Make a scrolled window that doesn't resize with the formscrolled window, scrolling, scroll barsDownload
HowTo: Morph from one image to another in Visual Basic .NETimage processing, morhp, VB .NETDownload
HowTo: Warp images in Visual Basic .NETgraphics, image processing, warp, fish eye, twist, wave, VB.NETDownload
HowTo: Capture the image of a Web pageWeb page, image, capture, Internet ExplorerDownload
HowTo: Draw strange attractors (fractals) in Visual Basic .NETstrange attractor, fractal, equation, graphics, VB.NETDownload
HowTo: Draw strange attractors (fractals)strange attractor, fractal, equation, graphicsDownload
HowTo: Use Newton's method on the equation Z^3 - 3^Z to draw fractals in Visual Basic .NETNewton's method, non-polynomial function, root, function, fractal, VB .NETDownload
HowTo: Use Newton's method on the equation Z^2 - 2^Z to draw fractals in Visual Basic .NETNewton's method, non-polynomial function, root, function, fractal, VB .NETDownload
HowTo: Use Newton's method on the equation Z^2 - 2^Z to draw fractals in Visual Basic 6Newton's method, non-polynomial function, root, function, fractalDownload
HowTo: Use Newton's method on the equation Z^n - 1 to draw fractals in Visual Basic 6Newton's method, polynomial, root, function, fractalDownload
HowTo: Use Newton's method on the equation Z^3 - 3^Z to draw fractals in Visual Basic 6Newton's method, non-polynomial function, root, function, fractalDownload
HowTo: Use Newton's method on the equation Z^n - 1 to draw fractals in Visual Basic .NETNewton's method, polynomial, root, function, fractal, VB .NETDownload
HowTo: Use an ImageAttributes object to display an image's red, green, and blue components in Visual Basic .NETcolor, color components, ImageAttributes, VB .NETDownload
HowTo: Use an ImageAttributes object to swap the red, green, and blue components of an image in Visual Basic .NETcolor, color components, ImageAttributes, VB .NETDownload
HowTo: Write a DLL in Visual Basic .NET that saves images in different formats (GIF, JPG, etc.) and call it from Visual Basic 6VB .NET, VB 6, Visual Basic 6, DLL, save image, GIF, JPG, JPEGDownload
HowTo: Use an ImageAttributes object to adjust an image's brightness in Visual Basic .NETcolor, color components, brightness, ColorMatrix, ImageAttributes, VB .NETDownload
HowTo: Use an ImageAttributes object to gamma correct an image in Visual Basic .NETcolor, color components, gamm, gamm correction, ColorMatrix, ImageAttributes, VB .NETDownload
HowTo: Calculate the XOR of two imagesXOR, image, PaintPicture, image processingDownload
HowTo: Overlay Rich Text on a picture in Windows XPRich Text, RTF, RichTextBox, overlay, pictureDownload
HowTo: Compare two images to find differences greater than a threshold value in VB .NETimage, bitmap, VB.NET, compare, difference, imagediffDownload
HowTo: Draw an image with gradient alpha (opacity) values in VB .NETimage processing, alpha, gradient, opacity, VB .NETDownload
HowTo: Make translucent text suitable for image watermarking in VB .NETwatermark, image, translucent, transparent, opacity, VB.NETDownload
HowTo: Remap a color in an image in VB .NETimage processing, remap color, color, VB .NETDownload
HowTo: Make an image fade from one picture to another and back in VB .NETimage processing, alpha, opacity, fade, animation, VB .NETDownload
HowTo: Draw an image with gradient alpha (opacity) values in VB .NETimage processing, alpha, gradient, opacity, VB .NETDownload
HowTo: Fit a PictureBox to its non-transparent pixels in VB .NETshaped picture, PictureBox, regionDownloadBook
HowTo: Find the difference between two images in VB .NETimage, bitmap, VB.NET, compare, difference, imagediffDownload
HowTo: Compare two images to find differencesimage, bitmap, compare, difference, imagediffDownload
HowTo: Find the difference between two imagesimage, bitmap, compare, difference, imagediffDownload
HowTo: Compare two images to find differences in VB .NETimage, bitmap, VB.NET, compare, difference, imagediffDownload
HowTo: Use a scroll bar to let the user scroll a picture verticallyscroll bar, VScrollBar, vertical, vertical scroll bar, scrollDownload
HowTo: Load a picture so it doesn't lock the picture file in VB .NETload picture, Bitmap, lock, lock file, sharing, file sharingDownload
HowTo: Grab part of the desktop image from a tray icon in VB .NETdesktop, grab pixels, image, background, VB.NET, NotifyIcon, ContextMenuDownload
HowTo: Grab part of the desktop image in VB .NETdesktop, grab pixels, image, background, VB.NETDownload
HowTo: Make a tray icon that grabs an image of part of the desktop and saves it to the clipboard and/or a JPEG file on the desktopdesktop image, background, JPEG, JPG, try, system tray, clipboardDownload
HowTo: Grab an image of part of the desktop and save it in a JPEG file on the desktopdesktop image, background, JPEG, JPGDownload
HowTo: Make a tray icon that grabs an image of part of the desktop and saves it in a JPEG file on the desktopdesktop image, background, JPEG, JPG, try, system trayDownload
HowTo: Overlay one picture on anotheroverlay, mask, picture, foreground, backgroundDownload
HowTo: Convert colors that are mostly red, green, or blue into a new colormostly color, color, SetDIBits, GetDIBitsDownload
HowTo: Hide and then grab the desktop image after a delaydesktop image, background, delayDownload
HowTo: Stretch a PictureBox image to fit the controlstretch, image, resizeDownload
HowTo: Use an array of StdPicture objects to hold images without using a controlStdPicture, picture, imageDownload
HowTo: Display a picture at different scales by using PaintPictureresize, PaintPicture, bitmap, scaleDownload
HowTo: Grab the desktop image after a delaydesktop image, background, delayDownload
HowTo: Grab the desktop image after a delay in VB .NETdesktop image, background, VB.NETDownload
HowTo: Grab the desktop image in VB .NETdesktop image, background, VB.NETDownload
HowTo: Print a form's decorated image in VB.NETprint screen, screen capture, form image, print form imageDownload
HowTo: Save a form's decorated image into a bitmap file in VB.NETprint screen, screen capture, form image, save form imageDownload
HowTo: Save or print a form's image with or without decoration in VB .NETprint screen, screen capture, form image, print form image, save form imageDownload
HowTo: Print a form's image in VB.NETprint screen, screen capture, form image, print form imageDownload
HowTo: Save a form's image into a bitmap file in VB.NETprint screen, screen capture, form image, save form imageDownload
HowTo: Add a watermark to an imagewatermark, image, image processingDownload
HowTo: Draw animated shapes with transparent backgrounds stored in PictureBoxesimage processing, animation, animate, image, SetWindowRgn, GetDIBits, SetDIBits, GetBitmapPixelsDownload
HowTo: Draw animated shapes with transparent backgroundsimage processing, animation, animate, image, SetWindowRgn, GetDIBits, SetDIBits, GetBitmapPixelsDownload
HowTo: Add a watermark to an image in VB .NETwatermark, image, image processingDownload
HowTo: Use a PictureBox's Image property to implement AutoRedraw in VB .NETVB .NET, AutoRedraw, PictureBox, Image, BitmapDownload
HowTo: Let the user draw an area and fill it with a image using a TextureBrush in VB .NETTextureBrush, image, VB.NET, brush, fill, fill areaDownload
HowTo: Make an ActiveX control that controls picture transitionspicture, PictureBox, transition, imageDownload
HowTo: Get the system bitmaps for minimizing, restoring, ComboBox arrows, etc.bitmap, image, system bitmap, system imageDownload
HowTo: Get size information from a GIF or JPG file without loading the whole pictureGIF, size, image size, GIF sizeDownload
HowTo: Make a slide show screen saver in VB .NETVB.NET, screen saver, commandline, command line, parametersDownload
HowTo: Spin an image in VB .NET using DrawImagespin, rotate, image, VB.NET, graphicsDownload
HowTo: Use alpha blending to overlay translucent text in VB .NETalpha blend, overlay, translucent, transparent, VB.NETDownload
HowTo: Pixelate areas on an image in VB .NETpixelate, pixellateDownload
HowTo: Make an owner drawn menu with bitmapsowner draw menus, custom menus, bitmap, bold, underline, italicDownload
HowTo: Let the user add and remove dots (or potentially other annotation) to a mapmap, annotate, dotDownload
HowTo: Build a calculate with an interesting skin-like appearancecalculator, skin, SetWindowRgnDownload
HowTo: Overlay one image on another with a transparent color by using PSetPSet, overlay, transparentDownload
HowTo: Use antialiasing to resize images smoothly in VB.NETantialias, alias, image, resize, VB.NETDownload
HowTo: Convert a picture to blue scale in three ways in VB .NETblue scale, picture, VB .NET, image processingDownload
HowTo: Use the GetDIBits and SetDIBits API functions to convert a picture to gray scaleGetDIBits, SetDIBits, gray scale, pictureDownload
HowTo: Use the GetDIBits and SetDIBits API functions to convert a picture to blue scale in three waysGetDIBits, SetDIBits, blue scale, pictureDownload
HowTo: Stretch a picture to fill a PictureBoxstretch, picture, squeeze, resizeDownload
HowTo: Make a mask image for a picture with a "transparent" colormask, transparent image, transparent colorDownload
HowTo: Manipulate image pixels very quickly using LockBits wrapped in a class in VB .NETimage, pixel, image processing, unmanaged array, LockBits, VB .NETDownload
HowTo: Manipulate image pixels very quickly using LockBits in VB .NETimage, pixel, image processing, unmanaged array, LockBits, VB .NETDownload
HowTo: Manipulate multiple images' pixels very quickly using LockBits wrapped in a class in VB .NETimage, pixel, image processing, unmanaged array, LockBits, VB .NETDownload
HowTo: Make an 8-bit device independent bitmap (DIB) from scratchDIB, CreateDIBitmap, bitmap, imageDownload
HowTo: Use the LoadImage API function to antialias an image and save the result into a fileantialias, anti-alias, anti alias, alias, LoadImage, resize, LoadPicture, SavePictureDownload
HowTo: Resize a picture using PaintPicture and save it into a bitmap fileresize, PaintPicture, bitmapDownloadBook
HowTo: Resize an image with antialiasing using GetDIBits and SetDIBitsantialias, anti-alias, anti alias, alias, GetDIBits, SetDIBits, resizeDownload
HowTo: Let the user select an irregular area and overlay it on another picture in VB .NETregion, path, area, select, overlay, copy, VB.NETDownloadBook
HowTo: Let the user select an irregular area and copy it to and from the clipboard in VB .NETregion, path, area, select, overlay, copy, VB.NET, transparent, clipboardDownloadBook
HowTo: Overlay an image on another using a simple maskoverlay, mask, picture, foreground, backgroundDownload
HowTo: Pixellate an imagepixellate, image, DIB, GetDIBits, SetDIBitsDownload
HowTo: Pixellate a rectangular area in an imagepixellate, image, DIB, GetDIBits, SetDIBitsDownload
HowTo: See which part of a picture the mouse is overpicture, map, mouse overDownload
HowTo: Magnify the area under the mousemouse, magnifyDownload
HowTo: Find the brightness centroid of an imagecentroid, brightness, imageDownload
HowTo: Apply image filters to a picturefilter, image processing, GetDIBits, SetDIBits, pixels, RGBDownloadBook
HowTo: Display a GIF with a transparent background without flashingGIF, display GIF, flashDownload
HowTo: Get a control's imagecontrol image, clipboard, PrintFormDownload
HowTo: Draw a color gradientcolor gradient, backgroundDownload
HowTo: Make an elliptical ActiveX picture controlelliptical control, ActiveX control, picture controlDownload
HowTo: Grab the desktop imagedesktop image, backgroundDownload
HowTo: Apply image filters to a picture in VB .NETfilter, image processing, pixelsDownload
HowTo: Darken an image using Point and PSet (shows how to perform simple image processing)darken, brightness, darkness, Point, PSetDownload
HowTo: Center an image, shrinking it to fit if necessarycenter image, image, bitmap, picture, shrink, PaintPictureDownload
HowTo: Save JPEG files with different levels of compression in VB .NETJPEG, compress, compression, optimizationDownload
HowTo: Overlay one image on another with alpha blending in VB .NETalpha, alpha blending, transparent, translucent, semi-transparentDownload
HowTo: Save a picture into a file in VB .NETPathGradientBrush, VB.NET, offset, centerDownload
HowTo: Overlay one picture on another using MakeTransparent in VB .NEToverlay, transparent, PaintPicture, VB.NETDownload
HowTo: Load a picture from a file in VB .NETload picture, loadpicture, VB.NETDownload
HowTo: Use DrawImage to map the corners of an image into a parallelogram in VB .NETDrawImage, copy picture, PaintPicture, VB.NET, map cornersDownload
HowTo: Convert an image to GrayScale one pixel at a time in VB .NETgrayscale, pixel-by-pixel, VB.NETDownload
HowTo: Use DrawImage to map the corners of an image into a parallelogram in VB .NET, reflecting the imageDrawImage, copy picture, PaintPicture, VB.NET, map cornersDownload
HowTo: Copy one picture onto a location in another in VB .NETDrawImage, copy picture, PaintPicture, VB.NETDownload
HowTo: Copy part of an image onto another part of the image in VB .NETDrawImage, copy picture, PaintPicture, VB.NETDownload
HowTo: Brighten or darken a picturepicture, brighten, darken, brightness, imageDownloadBook
HowTo: Make a picture-shaped form in VB .NETpicture-shaped form, shaped form, transparent, VB.NETDownload
HowTo: Make buttons display the picture under thembutton, picture, tileDownload
HowTo: Quickly view animated GIF filesanimated GIF, GIF, view, viewerDownload
HowTo: Get a window's image using its hWnd in VB .NETwindow, image, picture, hWnd, VB.NETDownload
HowTo: Use the LoadImage API function to antialias an image and copy the result into an Image controlantialias, anti-alias, anti alias, alias, LoadImage, resizeDownload
HowTo: Create a bitmap in memory and draw on itmemory bitmap, bitmap, CreateCompatibleDC, CreateCompatibleBitmapDownload
HowTo: Create a bitmap in memory, draw on it, and save the result in a bitmap filememory bitmap, bitmap, CreateCompatibleDC, CreateCompatibleBitmap, pixels, save bitmapDownload
HowTo: Create a bitmap in memory and draw on its individual pixelsmemory bitmap, bitmap, CreateCompatibleDC, CreateCompatibleBitmap, pixelsDownload
HowTo: Create a bitmap in memory and draw on it using a type structurememory bitmap, bitmap, CreateCompatibleDC, CreateCompatibleBitmap, CreateFont, TextOutDownload
HowTo: Create a bitmap in memory and draw text on itmemory bitmap, bitmap, CreateCompatibleDC, CreateCompatibleBitmap, CreateFont, TextOutDownload
HowTo: The let user drag an image in VB .NETimage, drag, transparentDownload
HowTo: Use BitBlt, StretchBlt, and PaintPicture and compare their speedsBitBlt, StretchBlt, PaintPicture, performance, copy pictureDownload
HowTo: Verify that JPG files are smaller and slower than BMP filesJPG, BMP, JPEG, GIF, bitmap, image, size, speedDownload
HowTo: Resize an image in VB .NETresize, image, VB.NET, graphicsDownload
HowTo: Let the user drag points to warp an image in VB .NET using DrawImagewarp, drag, rotate, image, VB.NET, graphicsDownload
HowTo: Flip an image and/or rotate it by a multiple of 90 degrees in VB .NETrotate, flip, image, VB.NET, graphicsDownload
HowTo: Rotate an image in VB .NET using DrawImagerotate, image, VB.NET, graphicsDownload
HowTo: Warp an image in VB .NET using DrawImagewarp, rotate, image, VB.NET, graphicsDownload
HowTo: Rotate a picture 90 degreesrotate, image, picture, rotation, GetBitmapBits, SetBitmapBitsDownload
HowTo: Rotate a picture 90 degrees in VB .NETrotate, image, picture, rotation, VB .NETDownload
HowTo: Invert the colors in an image using VB .NETVB .NET, graphics, image, grayscale, image processingDownload
HowTo: Convert an image to grayscale using VB .NETVB .NET, graphics, image, grayscale, image processingDownload
HowTo: Let the user resize an image with the mouseresize, image, mouseDownload
HowTo: Use the LoadImage API function to antialias an imageantialias, anti-alias, anti alias, alias, LoadImage, resizeDownload
HowTo: Draw text centered on a picturePictureBox, text, center, pictureDownload
HowTo: Print a centered picture as large as possible without distortionPictureBox, picture, print, center, aspect ratioDownloadBook
HowTo: Print a picture centeredPictureBox, picture, printDownload
HowTo: Print a picturePictureBox, picture, printDownload
HowTo: Fill a large area one pixel at a time using SetBitmapBitsgraphics, SetBitmapBits, GetBitmapBits, pixelDownloadBook
HowTo: Fill a large area one pixel at a time using SetBitmapBitsgraphics, SetBitmapBits, GetBitmapBits, pixelDownloadBook
HowTo: Fill a large area one pixel at a time using a Bitmap object in VB.NETgraphics, SetPixel, .NET, pixelDownloadBook
HowTo: Fill a large area one pixel at a time using PSetgraphics, PSet, pixelDownloadBook
HowTo: Fill a PictureBox with a picture preserving its aspect ratiopicture, fit, stretch, aspect ratio, resizeDownload

Misc

Title Keywords  
HowTo: Puzzle: find the equilateral triangles in Visual Basic 6algorithms, games, graphics, mathematics, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Puzzle: find the equilateral triangles in Visual Basic .NETalgorithms, games, graphics, mathematics, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Let the user select a TabControl tab by pressing accelerator keys such as Alt-B in Visual Basic .NETcontrols, TabControl, tab control, tabs, owner drawn, owner draw, TabDrawMode, OwnerDrawFixed, C#, C# programming, example, example program, Windows Forms programmingDownload
HowTo: Display animated GIFs and change them at run time in Visual Basic .NETanimated GIF, example program, GIF, display animated GIF, Windows Forms programming, resources, example, Visual Basic .NET, VB.NET, change animated GIF, load animated GIFDownload
HowTo: Make bitmap files containing numbers in circles in Visual Basic 2005graphics, bitmap files, VB.NET, Visual Basic 2005Download
HowTo: Use DrawToBitmap to capture an image of a form in Visual Basic 2005DrawToBitmap, form image, capture form image, VB 2005, VB.NETDownload
HowTo: Download the NASA Astronomy Picture of the Day and use it for wallpaperwallpaper, desktop, SystemParametersInfo, APOTD, NASA, Astronomy Picture of the DayDownload
HowTo: Draw rotated text centered at a point in Visual Basic 6rotate text, center text, CreateFontDownload
HowTo: Generate a file giving the dimensions of the JPEG files in a directorypicture, JPEG, dimensions, sizeDownload
HowTo: Compose four pictures into a single picture and save the result into a filecompose, composition, picture, PictureBox, PaintPictureDownload
HowTo: Compose four pictures into a single picture and save the result into a file in Visual Basic .NETTextBox, convert, proper case, StrConv, VB.NETDownload
HowTo: Display vertical and horizontal lines as a crosshair in C#C#, csharp, c sharp, VB .NET, crosshairDownload
HowTo: Draw "stars" inside regular polygonsstar, polygonDownload
HowTo: Draw "stars" inside regular polygons in VB .NETstar, polygon, VB.NETDownload
HowTo: Store and retrieve an image in an Access databaseAccess, image, picture, memoDownload
HowTo: Format dates and draw an analog clockformat date, clock, analog clockDownload
HowTo: Give PictureBoxes different border styles (raised, sunken, etc.) in VB .NETPictureBox, border style, raised, sunken, VB.NETDownload
HowTo: Give PictureBoxes different border styles (raised, sunken, etc.)PictureBox, border style, raised, sunkenDownload
HowTo: Let the user grab part of the screengrab screen, capture screenDownload
HowTo: Make a form that appears semi-transparentsemi-transparent, translucent, formDownload
HowTo: Make a transparent analog clockclick, SetWindowRgn, transparent, analogDownload
HowTo: Use a custom mouse icon at run timemouse icon, mouse pointer, pointer, MousePointerDownload
HowTo: Explore the Mandelbrot set in VB .NETMandelbrot, VB.NETDownloadBook
HowTo: Copy, cut, and paste pieces of a picturecopy, cut, paste, Clipboard, image, picture, piece, section, area, regionDownload
HowTo: Get the system bitmaps for minimizing, restoring, ComboBox arrows, etc.bitmap, image, system bitmap, system imageDownload
HowTo: Use DDE to print PDF filesDDE, PDF, Adobe Acrobat, AcrobatDownload
HowTo: Let the user add and remove dots (or potentially other annotation) to a mapmap, annotate, dotDownload
HowTo: Build a calculate with an interesting skin-like appearancecalculator, skin, SetWindowRgnDownload
HowTo: Make a custom gauge control with a toolbox bitmap in VB .NETgauge, control, custom control, VB .NET, UserControlDownload
HowTo: Let the user graphically select a range of hourstime, hours, select hoursDownload
HowTo: Let the user select an irregular area and overlay it on another picture in VB .NETregion, path, area, select, overlay, copy, VB.NETDownloadBook
HowTo: Let the user select an irregular area and copy it to and from the clipboard in VB .NETregion, path, area, select, overlay, copy, VB.NET, transparent, clipboardDownloadBook
HowTo: Make an ActiveX control that asynchronously downloads images directly into a PictureBoxpicture, PictureBox, downloadDownload
HowTo: Magnify the area under the mousemouse, magnifyDownload
HowTo: Make an ActiveX control that highlights itself when the mouse is over itActiveX control, highlightDownload
HowTo: Make an ActiveX control that highlights itself when the mouse is over it using WindowFromPointXYActiveX control, highlight, WindowFromPointXYDownload
HowTo: Draw playing card images using cards32.dllcards, playing cards, card games, gamesDownload
HowTo: Copy and paste images to the Clipboardclipboard, copy, paste, imageDownload
HowTo: Use Zlib and DIBs to save and restore compressed pictures in a database without using temporary filesDIB, picture, image, database, SetDIBits, GetDIBits, Zlib, compressDownload
HowTo: Use DIBs to save and restore pictures in a database without using temporary filesDIB, picture, image, database, SetDIBits, GetDIBitsDownload
PictureSaverscreen saver, PictureSaverBook
HowTo: Write DXF filesDXF, CAD, drawingDownload
HowTo: Print barcodesbarcodesDownload

Properties

Title Keywords  
Tip: Retrieve a control's Picture propertypicture, retrieve 

Algorithms

Title Keywords  
HowTo: Draw an Apollonian gasket with circles filled by random colors in Visual Basic .NETrandom colors, mathematics, algorithms, graphics, Apollonian gasket, Apollonian packing, Apollonius' Problem, Apollonius, Apollonian circles, tangent cicles, geometry, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Draw an Apollonian gasket (or Apollonian packing) in Visual Basic .NETmathematics, algorithms, graphics, Apollonian gasket, Apollonian packing, Apollonius' Problem, Apollonius, Apollonian circles, tangent cicles, geometry, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Draw an Apollonian gasket with circles filled by random colors in Visual Basic 6random colors, mathematics, algorithms, graphics, Apollonian gasket, Apollonian packing, Apollonius' Problem, Apollonius, Apollonian circles, tangent cicles, geometry, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Draw an Apollonian gasket (or Apollonian packing) in Visual Basic 6mathematics, algorithms, graphics, Apollonian gasket, Apollonian packing, Apollonius' Problem, Apollonius, Apollonian circles, tangent cicles, geometry, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Find circles that are tangent to three given circles in Visual Basic .NETmathematics, algorithms, graphics, Apollonius' Problem, Apollonius, Apollonian circles, tangent cicles, geometry, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Find circles that are tangent to three given circles in Visual Basic 6mathematics, algorithms, graphics, Apollonius' Problem, Apollonius, Apollonian circles, tangent cicles, geometry, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Use steganography to hide one large picture inside another in Visual Basic 6algorithms, cryptography, mathematics, steganography, hidden images, hidden pictures, hide images, hide pictures, hidden messages, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Use steganography to hide one picture inside another in Visual Basic 6algorithms, cryptography, mathematics, steganography, hidden images, hidden pictures, hide images, hide pictures, hidden messages, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Use steganography to hide one large picture inside another in Visual Basic .NETalgorithms, cryptography, mathematics, steganography, hidden images, hidden pictures, hide images, hide pictures, hidden messages, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Use steganography to hide one picture inside another in Visual Basic .NETalgorithms, cryptography, mathematics, steganography, hidden images, hidden pictures, hide images, hide pictures, hidden messages, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Use EXIF information to orient an image properly in Visual Basic .NETgraphics, files, orient image, orient picture, image processing, EXIF, orientation, rotate image, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Read an image file's EXIF orientation data in Visual Basic .NETgraphics, files, image processing, EXIF, orientation, rotate image, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Show samples of EXIF image orientations in Visual Basic .NETgraphics, files, image processing, EXIF, orientation, rotate image, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Measure distances on a map with a scale in Visual Basic .NETalgorithms graphics map measure map measure distances map scale example example program Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Measure distances on a map with a scale in Visual Basic 6algorithms graphics map measure map measure distances map scale example example program Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Draw a Sierpinski fractal curve in Visual Basic .NETexample program, Sierpinski curve, space-filling curve, example, Windows Forms programming, fractal, Visual Basic .NET, VB.NETDownload
HowTo: Reduce the number of colors in a Bitmap and remap them to make interesting effects in Visual Basic 6graphics, algorithms, colors, color depth, reduce color depth, Warhol, Andy Warhol, example, example program, Windows Forms programming, Visual Basic 6, VB 6Download
HowTo: Reduce the number of colors in a Bitmap and remap them to make interesting effects in Visual Basic .NETgraphics, algorithms, colors, color depth, reduce color depth, Warhol, Andy Warhol, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Fill a shape drawn by the user with random lines in Visual Basic .NETgraphics, lines, fill shape, user-drawn shape, random lines, random, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Draw a Pickover popcorn fractal in Visual Basic 6fractals, algorithms, mathematics, Pickover, Pickover fractal, Pickover popcorn, popcorn fractal, example, example program, Windows Forms programming, VB 6, Visual Basic 6Download
HowTo: Draw a Pickover popcorn fractal in Visual Basic .NETfractals, algorithms, mathematics, Pickover, Pickover fractal, Pickover popcorn, popcorn fractal, example, example program, Windows Forms programming, VB.NET, Visual Basic .NETDownload
HowTo: Draw a colored Pickover popcorn fractal in Visual Basic .NETfractals, algorithms, mathematics, Pickover, Pickover fractal, Pickover popcorn, popcorn fractal, example, example program, Windows Forms programming, VB.NET, Visual Basic .NETDownload
HowTo: Draw a colored Pickover popcorn fractal in Visual Basic 6fractals, algorithms, mathematics, Pickover, Pickover fractal, Pickover popcorn, popcorn fractal, example, example program, Windows Forms programming, VB 6, Visual Basic 6Download
HowTo: Draw text that follows a curve in Visual Basic .NETgraphics, algorithms, fonts, rotated text, text on segment, line segment, Visual Basic .NET, VB.NETDownload
HowTo: Draw text that sits above or below a line segment in Visual Basic .NETgraphics, algorithms, fonts, rotated text, text on segment, line segment, Visual Basic .NET, VB.NETDownload
HowTo: Find a least squares Weibull curve fit for a set of points in Visual Basic 6mathematics, algorithms, graphics, curve fitting, least squares, Weibull, Weibull curve fit, Weibull least squares, Visual Basic 6, VB 6Download
HowTo: Find a least squares Weibull curve fit for a set of points in Visual Basic .NETmathematics, algorithms, graphics, curve fitting, least squares, Weibull, Weibull curve fit, Weibull least squares, Visual Basic .NET, VB.NETDownload
HowTo: Find an exponential least squares fit for a set of points in Visual Basic 6mathematics, algorithms, graphics, curve fitting, least squares, exponential, exponential curve fit, exponential least squares, Visual Basic 6, VB 6Download
HowTo: Find an exponential least squares fit for a set of points in Visual Basic .NETmathematics, algorithms, graphics, curve fitting, least squares, exponential, exponential curve fit, exponential least squares, Visual Basic .NET, VB.NETDownload
HowTo: Find a linear least squares fit for a set of points in Visual Basic 6algorithms, mathematics, least squares, linear least squares, curve fitting, graphics, Visual Basic 6, VB 6Download
HowTo: Find a polynomial least squares fit for a set of points in Visual Basic 6algorithms, mathematics, least squares, polynomial least squares, curve fitting, graphics, Visual Basic 6, VB 6Download
HowTo: Find a polynomial least squares fit for a set of points in Visual Basic .NETalgorithms, mathematics, least squares, polynomial least squares, curve fitting, graphics, Visual Basic .NET, VB.NETDownload
HowTo: Find a linear least squares fit for a set of points in Visual Basic .NETalgorithms, mathematics, least squares, linear least squares, curve fitting, graphics, Visual Basic .NET, VB.NETDownload
HowTo: Draw a vortex fractal with smoothly shaded colors in Visual Basic 6graphics, fractals, vortex, vortex fractal, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic 6, VB6Download
HowTo: Draw a vortex fractal with smoothly shaded colors in Visual Basic .NETgraphics, fractals, vortex, vortex fractal, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic .NET, VB.NETDownload
HowTo: Draw a Mandelbrot set with smoothly shaded colors in Visual Basic .NETgraphics, fractals, Mandelbrot, Mandelbrot set, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic .NET, VB.NETDownload
HowTo: Draw a Mandelbrot set with smoothly shaded colors in Visual Basic 6graphics, fractals, Mandelbrot, Mandelbrot set, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic 6, VB6Download
HowTo: Use a Complex class to draw the Mandelbrot set easily in Visual Basic .NETMandelbrot set, fractal, Visual Basic .NET, VB.NET, Visual BasicDownload
HowTo: Use a Complex class to draw the Mandelbrot set easily in Visual Basic 6Mandelbrot set, fractal, Visual Basic 6, VB 6, Visual BasicDownload
HowTo: Draw a vortex fractal in Visual Basic 6graphics, fractals, vortex, vortex fractal, vortex set, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic 6, ` VB6Download
HowTo: Draw a vortex fractal in Visual Basic .NETgraphics, fractals, vortex, vortex fractal, vortex set, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic .NET, VB.NETDownload
HowTo: Make a picture tiles jigsaw game in Visual Basic .NETgraphics, algorithms, games, picture, tiles, image, DrawImage, jigsaw, puzzle, game, Visual Basic .NET, VB.NETDownload
HowTo: Find the tangent lines between two circles in Visual Basic 6tangents, circle, tangent lines, geometry, graphics, algorithms, Visual Basic 6, VB 6Download
HowTo: Use a PointF class to find the tangent lines between a point and a circle in Visual Basic 6tangents, find tangents, find tangent lines, tangent lines, Visual Basic 6, VB 6, graphics, algorithms, PointFDownload
HowTo: Find the tangent lines between a point and a circle in Visual Basic .NETtangents, find tangents, find tangent lines, tangent lines, Visual Basic .NET, VB .NET, graphics, algorithmsDownload
HowTo: Find the tangent lines between a point and a circle in Visual Basic 6tangents, find tangents, find tangent lines, tangent lines, Visual Basic 6, VB 6, graphics, algorithmsDownload
HowTo: Determine whether a point lies inside a polygonal path in Visual Basic .NETgraphics, polygon, point, point in polygon, contains, polygon contains, polygon contains point, Visual Basic .NET, VB.NETDownload
HowTo: Determine whether a point lies inside a polygon in Visual Basic .NETgraphics, polygon, point, point in polygon, contains, polygon contains, polygon contains point, Visual Basic .NET, VB.NETDownload
HowTo: Plot a smiley face function in Visual Basic .NETdelegate, plot, graph, plot function, graph function, graphics, algorithms, smiley face, smiley, plot smiley face, graph smiley face, Visual Basic .NET, VB.NETDownload
HowTo: Plot the equation of a function of two variables in Visual Basic .NETgraph, plot, graph equation, plot equation, graphics, algorithms, geometry, Visual Basic, Visual Basic .NET, VB.NETDownload
HowTo: Determine where two circles intersect in Visual Basic 6circles, intersect, intersect two circles, intersections, find circle intersections, VB 6, Visual Basic 6Download
HowTo: Determine where two circles intersect in Visual Basic .NETcircles, intersect, intersect two circles, intersections, find circle intersections, VB.NET, Visual Basic .NETDownload
HowTo: Simulate a robot arm with three rotating joints and a hand using XAML coderobot, robotics, arm, drawing, XAML, WPFDownload
HowTo: Simulate a robot arm with three rotating joints in Visual Basic .NETrobot, robotics, arm, drawing, Visual Basic .NET, VB.NETDownload
HowTo: Use the BitmapBytesRGB24 class to apply an embossing filter to an image very quickly in Visual Basic 2005BitmapBytesRGB24, LockBits, UnlockBits, image processing, filter image, emboss, embossing filter, VB.NETDownload
HowTo: Use Microsoft's .NET Framework parallel extensions to apply an embossing filter to an image very quickly in Visual Basic 2008parallel, multi-threading, threading, BitmapBytesRGB24, LockBits, UnlockBits, image processing, filter image, emboss, embossing filter, VB.NETDownload
HowTo: Make a map that shows a circular closeup of the part under the mouse in Visual Basic 6closeup map, map, enlarge, closeup, close up, Visual Basic 6Download
HowTo: Make a map that shows a closeup of the part under the mouse in Visual Basic 2005closeup map, map, enlarge, closeup, close up, Visual Basic 2005Download
HowTo: Make a map that shows a circular closeup of the part under the mouse in Visual Basic 2005closeup map, map, enlarge, closeup, close up, circular region, Visual Basic 2005Download
HowTo: Make a map that shows a closeup of the part under the mouse in Visual Basic 6closeup map, map, enlarge, closeup, close up, Visual Basic 6Download
HowTo: Find a smallest rectangle that bounds a set of points in Visual Basic .NETbounding rectangle, calipers, VB .NET, Visual Basic .NETDownload
HowTo: Find a smallest rectangle that bounds a set of points in Visual Basic 6bounding rectangle, calipers, VB 6, Visual Basic 6Download
HowTo: Find a smallest rectangle that bounds a set of points in Visual Basic 2005bounding rectangle, calipers, VB 2005, Visual Basic 2005Download
HowTo: Draw a radar graph in Visual Basic .NETradar graph, graph, VB.NETDownload
HowTo: Draw a radar graph in Visual Basic 6radar graph, graphDownload
HowTo: Determine whether a polygon is convex in Visual Basic .NETpolygon, convex, concave, graphics, VB.NETDownload
HowTo: Find the orientation of a polygon (clockwise or counterclockwise) in Visual Basic .NETpolygon, orientation, clockwise, counterclockwise, graphics, VB.NETDownload
HowTo: Break a polygon into triangles in Visual Basic .NETtriangulate, triangle, polygon, geometry, graphics, VB.NETDownload
HowTo: Calculate a polygon's area in Visual Basic .NETpolygon, area, graphics, VB.NETDownload
HowTo: Find a polygon's centroid (center of mass) in Visual Basic .NETpolygon, centroid, center of mass, graphics, VB.NETDownload
HowTo: Draw a pie chart from an array of values in Visual Basic .NETpie chart, pie slice, wedge, circle, VB.NETDownload
HowTo: Draw a pie chart from an array of valuespie chart, pie slice, wedge, circleDownload
HowTo: Let the user move a polygon's points with grab handles, snapping the points to a visible gridpolygon, snap to, grid, draw, drag, snaptoDownload
HowTo: Find the shortest distance between two line segmentssegment, distance, geometryDownload
HowTo: Use transformations to draw an animated atom in Visual Basic .NETanimation, atom, animated atom, transformation, ellipse, rotated ellipse, rotation, VB.NETDownload
HowTo: Use transformations to draw an animated atom in Visual Basic 6animation, atom, animated atom, transformation, ellipse, rotated ellipse, rotation, Visual Basic 6Download
HowTo: Use transformations to draw a rotated ellipse in Visual Basic 6transformation, ellipse, rotated ellipse, rotation, Visual Basic 6Download
HowTo: Find the convex hull of a set of points in Visual Basic 2005convex hull, geometry, points, bounding polygon, VB 2005Download
HowTo: Draw rotated text centered at a point in Visual Basic 6rotate text, center text, CreateFontDownload
HowTo: Make a scrolled window that contains several other controlsscrolled window, scrolling, scroll barsDownload
HowTo: Make a scrolled window that doesn't resize with the formscrolled window, scrolling, scroll barsDownload
HowTo: Convert almost white pixels to whitepixels, color, convert, color conversionDownload
HowTo: Draw a spline "by hand" in VB .NETsmooth curve, spline, cardinal spline, Bezier curve, tension, VB .NETDownload
HowTo: Draw the Barnsley's Fern fractalBarnsley's Fern, fractal, iterated functions, iterated function systemDownload
HowTo: Draw the Barnsley's Fern fractal in VB .NETBarnsley's Fern, fractal, iterated functions, iterated function system, VB.NETDownload
HowTo: Make a swirlswirlDownload
HowTo: Make a curlicue fractal in Visual Basic .NETcurlicue, fractal, VB.NETDownload
HowTo: Make a curlicue fractalcurlicue, fractalDownload
HowTo: Make a swirl in Visual Basic .NETswirl, VB.NETDownload
HowTo: Draw strange attractors (fractals) in Visual Basic .NETstrange attractor, fractal, equation, graphics, VB.NETDownload
HowTo: Draw strange attractors (fractals)strange attractor, fractal, equation, graphicsDownload
HowTo: Find the points where a line intersects a circlegraphics, line, circle, intersectionDownload
HowTo: Find the points where a line intersects a circle in Visual Basic .NETgraphics, line, circle, intersectionDownload
HowTo: Find the convex hull of a set of pointsconvex hull, geometry, points, bounding polygonDownloadBook
HowTo: Draw "stars" inside regular polygonsstar, polygonDownload
HowTo: Draw "stars" inside regular polygons in VB .NETstar, polygon, VB.NETDownload
HowTo: Draw a smooth closed curvesmooth curve, smooth closed curve, spline, cardinal spline, Bezier curve, tensionDownloadBook
HowTo: Draw a smooth curvesmooth curve, spline, cardinal spline, Bezier curve, tensionDownloadBook
HowTo: Draw a Bezier curveBezier curve, spline, smooth, curveDownloadBook
HowTo: Draw a smooth closed curve by hand in VB .NETsmooth curve, smooth closed curve, spline, cardinal spline, Bezier curve, tensionDownloadBook
HowTo: Draw a Bezier curve by hand in VB .NETBezier curve, spline, smooth, curveDownloadBook
HowTo: Draw a smooth curve by hand in VB .NETsmooth curve, spline, cardinal spline, Bezier curve, tensionDownloadBook
HowTo: Determine whether a point is inside a polygonpolygon, point, inside, containsDownloadBook
HowTo: Find the difference between two images in VB .NETimage, bitmap, VB.NET, compare, difference, imagediffDownload
HowTo: Compare two images to find differencesimage, bitmap, compare, difference, imagediffDownload
HowTo: Find the difference between two imagesimage, bitmap, compare, difference, imagediffDownload
HowTo: Compare two images to find differences in VB .NETimage, bitmap, VB.NET, compare, difference, imagediffDownload
HowTo: Use transformations to draw angled text in VB .NETfont, angled text, VB.NET, transformation, GraphicsDownload
HowTo: Explore the Mandelbrot set in VB .NETMandelbrot, VB.NETDownloadBook
HowTo: Find the equation of a quadratic curve passing through three pointsquadratic curve, quadratic equation, curve, pointsDownload
HowTo: Pixelate areas on an image in VB .NETpixelate, pixellateDownload
HowTo: Draw a rotated ellipseellipse, rotateDownload
HowTo: Let the user move a polygon's points with grab handles, snapping the points to a gridpolygon, snap to, grid, draw, dragDownloadBook
HowTo: Let the user modify a polygon with grab handles in VB .NETpolygon, grab handles, draw, dragDownloadBook
HowTo: Draw a positioning grid and snap line segments to its points in VB .NETsnap to, grid, draw, dragDownloadBook
HowTo: Let the user move a polygon's points with grab handles, snapping the points to a grid in VB .NETpolygon, grab handles, snap to, grid, draw, dragDownloadBook
HowTo: Draw a positioning grid and snap line segments to its pointssnap to, grid, draw, dragDownloadBook
HowTo: Pixellate an imagepixellate, image, DIB, GetDIBits, SetDIBitsDownload
HowTo: Pixellate a rectangular area in an imagepixellate, image, DIB, GetDIBits, SetDIBitsDownload
HowTo: Graph a lemniscate curve in polar coordinatesgraph, polar coordinates, lemniscateDownload
HowTo: Graph a limacon curve in polar coordinatesgraph, polar coordinates, limaconDownload
HowTo: Find the brightness centroid of an imagecentroid, brightness, imageDownload
HowTo: Graph a curve in polar coordinatesgraph, polar coordinatesDownload
HowTo: Hatch a region with a non-standard hatch sizehatch region, fillDownload
HowTo: See where two lines intersectline, intersectDownload
HowTo: Draw a circle through three pointscircle, points, draw circleDownload
HowTo: Draw an arrowhead on a linearrow, arrowhead, line, drawDownload
HowTo: Draw arcs with arrow headsarrow, arrowhead, line, draw, arcDownload
HowTo: Let the user interactively draw lines with arrow headsarrow, arrowhead, line, drawDownload
HowTo: Rotate a picture 90 degreesrotate, image, picture, rotation, GetBitmapBits, SetBitmapBitsDownload
HowTo: Rotate a picture 90 degrees in VB .NETrotate, image, picture, rotation, VB .NETDownload
HowTo: Find the angle between two line segments using the Law of Cosinesangle, line segments, law of cosines, arccosine, AcosDownload
HowTo: Find the angle between two line segmentsangle, line segmentsDownloadBook
HowTo: Rotate the points in a polygonrotate, polygon, pointDownloadBook
Tutorial: Drawing Platonic SolidsPlatonic solids, polyhedron, polytope, solid, tetrahedron, cube, octahedron, dodecahedron, icosahedron, hexahedronBook
HowTo: Determine whether a polygon is convexpolygon, convex, concaveDownloadBook
HowTo: Find a polygon's centroid (center of mass)polygon, centroid, center of massDownloadBook
HowTo: Calculate a polygon's areapolygon, areaDownloadBook
HowTo: Find the orientation of a polygon (clockwise or counterclockwise)polygon, orientation, clockwise, counterclockwiseDownloadBook
HowTo: Break a polygon into trianglestriangulate, triangle, polygon, geometryDownloadBook
HowTo: Fill in missing pixels in an imagefill, pixels, missing, interpolation, interpolateDownloadBook

Fonts

Title Keywords  
HowTo: Draw text that follows a curve in Visual Basic .NETgraphics, algorithms, fonts, rotated text, text on segment, line segment, Visual Basic .NET, VB.NETDownload
HowTo: Draw text that sits above or below a line segment in Visual Basic .NETgraphics, algorithms, fonts, rotated text, text on segment, line segment, Visual Basic .NET, VB.NETDownload
HowTo: Draw text filled with random colored circles in Visual Basic 6random, random circles, fonts, circle filled text, VB 6, Visual Basic 6Download
HowTo: Make a Label use the largest font it can while still allowing its text to fit in Visual Basic .NETfont, biggest font, largest font, Label, Visual Basic .NET, VB.NETDownload
HowTo: Make a Label use the largest font it can while still allowing its text to fit allowing wrapping in Visual Basic .NETfont, biggest font, largest font, Label, wrap, wrapping, Visual Basic .NET, VB.NETDownload
HowTo: Make CAPTCHA images (version 4) in Visual Basic 6CAPTCHA, Turing test, image, image processing, distort imageDownloadBook
HowTo: Make CAPTCHA images (version 6) in Visual Basic .NETCAPTCHA, Turing test, image, image processing, distort imageDownloadBook
HowTo: Build images for a TabStrip control's tabs at run time in Visual Basic 6TabStrip, control, tab, tab images, Visual Basic 6Download
HowTo: Install a fontfonts, install font, create font 
HowTo: Install a temporary fontfonts, install font, create font, remove font, uninstall font, temporary font 
HowTo: Make a ListBox display chemical symbols in Visual Basic 2005ListBox, chemicals, chemical symbols, Visual Basic 2005, subscriptsDownload
HowTo: Make CAPTCHA images (version 5) in Visual Basic .NETCAPTCHA, Turing test, image, image processing, distort imageDownload
HowTo: Make CAPTCHA images (version 2) in Visual Basic 6CAPTCHA, Turing test, image, image processing, distort imageDownload
HowTo: Make CAPTCHA images (version 1) in Visual Basic 6CAPTCHA, Turing test, image, image processing, distort imageDownload
HowTo: Make CAPTCHA images (version 3) in Visual Basic 6CAPTCHA, Turing test, image, image processing, distort imageDownload
HowTo: Draw rainbow shaded text in Visual Basic .NETcolor, rainbow, text, string, VB.NETDownload
HowTo: Create fonts easily by using the Font constructor that uses a prototype in Visual Basic .NETFont, create font, font prototype, VB.NETDownload
HowTo: Create fonts easily and interactively by using the Font constructor that uses a prototype in Visual Basic .NETFont, create font, font prototype, VB.NETDownload
HowTo: Draw rotated text centered at a point in Visual Basic 6rotate text, center text, CreateFontDownload
HowTo: Display samples of the SystemFonts in Visual Basic .NETSystemFonts, system fonts, font, VB.NETDownload
HowTo: Change a form's font in Visual Basic .NETfont, change font, VB.NETDownload
HowTo: Position tab stops while drawing text in VB .NETtabs, VB .NET, drawing, layout rectangle, StringFormatDownload
HowTo: Put text with a color background in menusmenu, font, colored menu, ModifyMenuDownload
HowTo: Use menus with custom fontsmenu, font, WndProc, subclassingDownload
HowTo: Draw text in XOR mode and with other raster operationsXOR, text, raster operations, raster opsDownload
HowTo: Use transformations to draw angled text in VB .NETfont, angled text, VB.NET, transformation, GraphicsDownload
HowTo: Draw transformed text in VB .NETtransform, transformation, text, font, VB.NETDownload
HowTo: Draw untransformed text at a transformed location in VB .NETtransform, transformation, text, font, VB.NETDownload
HowTo: Draw text that is rotated but otherwise untransformed at a transformed location in VB .NETtransform, transformation, text, font, VB.NETDownload
HowTo: Learn about the system fontsystem font, fontDownload
HowTo: Draw text using an extra tall fontfont, CreateFont, tall font, stretched font, textDownload
HowTo: Display rotated text on top of a PictureBoxrotated text, rotated font, CreateFont, PictureBoxDownload
HowTo: Draw stretched, squeezed, and rotated textfont, text, CreateFont, stretch, squeeze, rotate, stretched, squeezed, rotatedDownload
HowTo: Interactively change a font's height, width, weight, and font namefont, text, CreateFontDownload
HowTo: Let the user select a fontfont, CommonDialog, ShowFont, select fontDownload
Tip: Install fontsinstall font, font 
HowTo: Get the pitch (fixed or variable) of each font available on the systemfont, font pitch, fixed width, variable widthDownload
HowTo: Clip lines to the boundary of a text stringclip, clipping, text, lines, pathDownload
HowTo: Draw rotated textrotate, text, CreateFontDownload
HowTo: Draw rotated text in VB .NETrotate, text, CreateFont, font, VB .NETDownload
HowTo: Draw a font at different sizes in VB .NET.NET, VB.NET, font, text, size, font sizeDownload
HowTo: List screen and printer fontsfont, text, printer, screenDownload
HowTo: Show samples of the fonts available on the systemfont, textDownload
HowTo: Draw a font at different sizesfont, text, sizeDownload
HowTo: Let the user select a TrueType fontselect font, TrueType, common dialogDownload

Animation

Title Keywords  
HowTo: Let the user drag an image with transparent pixels over a background image in Visual Basic .NETgraphics, drag image, drag picture, image, picture, transparent, transparency, animationDownload
HowTo: Display animated GIFs and change them at run time in Visual Basic .NETanimated GIF, example program, GIF, display animated GIF, Windows Forms programming, resources, example, Visual Basic .NET, VB.NET, change animated GIF, load animated GIFDownload
HowTo: Let the user drag a picture with the mouse or move it with the arrow keysdrag picture, BitBltDownload
HowTo: Overlay a picture on another and use BitBlt to repaint only the modified parts of the backgrounddrag picture, BitBltDownload
HowTo: Overlay a picture on another and use BitBlt to allow the user to drag itdrag picture, BitBltDownload
HowTo: Overlay a picture on another and use PaintPicture to allow the user to drag itdrag picture, PaintPictureDownload
Talk: Four Fascinating Featuresregular expressions, cryptography, reflection, Direct3D, graphics, algorithms 
HowTo: Add progress indicators to a StatusBar controlStatusBar, ProgressBar, animation, progress indicator, workingDownload
HowTo: Make a bouncing ball animation in VB .NETbouncing ball, animation, animate, VB.NETDownload
HowTo: Use transformations to draw an animated atom in Visual Basic .NETanimation, atom, animated atom, transformation, ellipse, rotated ellipse, rotation, VB.NETDownload
HowTo: Use transformations to draw an animated atom in Visual Basic 6animation, atom, animated atom, transformation, ellipse, rotated ellipse, rotation, Visual Basic 6Download
HowTo: Slowly fill a circle with color from bottom to top in Visual Basic .NETcircle, ellipse, fill circle, fill ellipse, VB.NET, animationDownload
HowTo: Make a silly program that tracks the mouse's current position with a pair of eyes in Visual Basic .NETeyes, mouse, mouse cursor, current position, track, VB.NETDownload
HowTo: Rotate text around a center in VB .NETtext, rotate, VB.NETDownload
HowTo: Make a game where you control a cannon ball's angle and speed to try to hit a house in VB .NETcannon, simulation, gravity, animationDownload
HowTo: Make a game where you control a cannon ball's angle and speed to try to hit a housecannon, simulation, gravity, animationDownload
HowTo: Animate a moving picture in VB .NETanimate, animation, multimediaDownload
HowTo: Make a moveable analog clock with a shaped form in VB .NETanalog, clock, time, position, lower right, rotated text, move, move formDownload
HowTo: Make a transparent moveable analog clock in VB .NETanalog, clock, time, position, lower right, rotated text, transparent, move, move formDownload
HowTo: Make an analog clock with a shaped form in VB .NETanalog, clock, time, position, lower right, rotated textDownload
HowTo: Make an analog clock with a shaped formanalog, clock, shaped form, time, move formDownload
HowTo: Draw a Sierpinski gasket (fractal) in VB.NETSierpinski gasket, fractal, random, VB.NETDownload
HowTo: Draw a Sierpinski gasket (fractal)Sierpinski gasket, fractal, randomDownload
HowTo: Draw a non-triangular Sierpinski gasket (fractal) in VB.NETSierpinski gasket, fractal, random, VB.NETDownload
HowTo: Draw a non-triangular Sierpinski gasket (fractal)Sierpinski gasket, fractal, randomDownload
HowTo: Draw simulated snowsnow, screen saverDownload
HowTo: Draw animated shapes with transparent backgrounds stored in PictureBoxesimage processing, animation, animate, image, SetWindowRgn, GetDIBits, SetDIBits, GetBitmapPixelsDownload
HowTo: Draw animated shapes with transparent backgroundsimage processing, animation, animate, image, SetWindowRgn, GetDIBits, SetDIBits, GetBitmapPixelsDownload
HowTo: Make an ActiveX control that controls picture transitionspicture, PictureBox, transition, imageDownload
HowTo: Make a bouncing ball screen saver with VB .NETVB.NET, screen saver, commandline, command line, parametersDownload
HowTo: Make a slide show screen saver in VB .NETVB.NET, screen saver, commandline, command line, parametersDownload
HowTo: Make moving graphs drawn in PictureBoxesPictureBox, graph, animationDownload
HowTo: Place progress indicators above a StatusBar controlStatusBar, ProgressBar, animation, progress indicator, workingDownload
HowTo: Make a shaped form scroll across the desktopscroll, banner, shaped form, desktop, CreateFont, SetWindowRgn, region, text-shaped formDownload
HowTo: Make a scrolling banner run across the desktopscrolling, banner, desktopDownload
HowTo: Draw a bar gaugebar gaugeDownload
HowTo: Make a bar gauge ActiveX controlbar gauge, ActiveX controlDownload
HowTo: Make an elliptical clock with numerals aligned with the ellipseposition, lower right, analog, clock, numerals, time, move formDownload
HowTo: Make a slide show screen saver (PictureSaver)screen saver, commandline, command line, parameters, slide show, PictureSaverDownload
HowTo: Animate a series of bitmaps stored in an ImageListanimation, bitmap, animate, multimediaDownload
HowTo: Animate a series of bitmaps stored in in PictureBoxesanimation, bitmap, animate, multimediaDownload
HowTo: Animate a bouncing ball on a blank backgroundbouncing ball, animation, blank backgroundDownload
HowTo: Animate a bouncing ball on a backgroundbouncing ball, animation, backgroundDownload
HowTo: Animate a complex moving objectoverlay, moving object, moving picture, transparent pictureDownload
HowTo: Make a bouncing ball screen saverscreen saver, commandline, command line, parameters, bounceDownload
HowTo: Start the system's screen saverscreen saver, startDownload
How To: Display a transparent image with sound stored in the executablegraphics, animation, api, sound, wav, mid, MCI, mciSendString, user controlDownload
HowTo: Make roaches crawl over your screengraphics, animation, roach, cockroach, desktop, transparentDownload
HowTo: Display an animated mouse cursoranimated, cursor, aniDownload
HowTo: Make ladybugs wander around your desktopgraphics, animation, ladybugs, desktop, transparentDownload
HowTo: Make an analog clock with numerals positioned at the lower right corner of the screenposition, lower right, analog, clock, numerals, time, move formDownload
HowTo: Display an animated GIF fileGIF, animated, animationDownload
HowTo: Rotate text in a Captiontext, rotate, CaptionDownload

Regions

Title Keywords  
HowTo: Fill a shape drawn by the user with random lines in Visual Basic .NETgraphics, lines, fill shape, user-drawn shape, random lines, random, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Draw text that is clipped to a graphics path in Visual Basic .NETtext, path, clipDownload
HowTo: Draw a warped path in VB .NETpath, GraphicsPath, warp, VB.NETDownload
HowTo: Fit a PictureBox to its non-transparent pixels in VB .NETshaped picture, PictureBox, regionDownloadBook
HowTo: Fit a PictureBox to its non-transparent pixelsshaped picture, PictureBox, region, SetWindowRgnDownloadBook
HowTo: Make a picture box with a hole in itPictureBox, shape, region, SetWindowRgn, shaped PictureBoxDownload
HowTo: Set a control's Region to shape the control in VB .NETregion, window region, shape, shaped controlDownload
HowTo: See which part of a picture the mouse is overpicture, map, mouse overDownload
HowTo: Make an elliptical ActiveX picture controlelliptical control, ActiveX control, picture controlDownload
HowTo: Fill an irregular area with the FloodFill API functionflood, floodfillDownloadBook
HowTo: Create an elliptical formform, shape, region, SetWindowRgn, shaped form, ellipse, ellipticalDownload
HowTo: Make a form filled with holesform, shape, region, SetWindowRgn, shaped form, holes, swiss cheeseDownload
HowTo: Make a form with an elliptical hole in itform, shape, region, SetWindowRgn, shaped formDownload
HowTo: Make a form with a rectangular hole in itform, shape, region, SetWindowRgn, shaped formDownload
HowTo: Make a text-shaped PictureBoxtext-shaped picture box, SetWindowRgn, region, shape, PictureBoxDownload
HowTo: Make a shaped button in VB .NETshape, polygon, button, SetWindowRgn, region, shaped button, VB .NETDownload
HowTo: Make a shaped buttonshape, polygon, button, SetWindowRgn, region, shaped buttonDownload
HowTo: Fill a polygon with a color gradientpolygon, gradient text, SetWindowRgn, regionDownload
HowTo: Make a rotating polygonal shaped formform, shape, polygon, rotate, spin, SetWindowRgn, region, shaped formDownload
HowTo: Make a polygonal shaped formform, shape, polygon, SetWindowRgn, region, shaped formDownload
HowTo: Shape a form to fit a pictureshape form, picture, transparent, regionDownloadBook
HowTo: Tile a polygon with a picturepicture, tile, polygon, regionDownloadBook
HowTo: Draw a polygon filled with a pictureregion, path, polygon, pictureDownloadBook
HowTo: Draw a polygon filled with texttext, region, path, polygonDownloadBook
HowTo: Draw text filled with a picturetext, region, path, pictureDownloadBook

Rubberband

Title Keywords  
HowTo: Make a drawing application in VB .NETdraw, drawing, Drawable, serialization, XmlSerializerDownload
HowTo: Crop a picture and save the result in Visual Basic 2005crop picture, crop, trim, Visual Basic 2005, VB .NETDownload
HowTo: Crop a picture and save the result in Visual Basic 6crop picture, crop, trim, Visual BasicDownload
HowTo: Let the user move a polygon's points with grab handles, snapping the points to a visible gridpolygon, snap to, grid, draw, drag, snaptoDownload
HowTo: Make a labeled line "symbiote" to help users draw rubberband lines in VB .NETlabeled line symbiote, rubberband line, draw, VB.NETDownload
HowTo: Make a line "symbiote" to help users draw rubberband lines in VB .NETline symbiote, rubberband line, draw, VB.NETDownload
HowTo: Make a line "symbiote" to help users draw rubberband linesline symbiote, rubberband line, drawDownload
HowTo: Make a line "symbiote" to help users draw labeled rubberband lineslabeled line symbiote, rubberband line, drawDownload
HowTo: Draw a rubberband rectangle with and without double buffering in VB .NETDownload
HowTo: Let the user grab part of the screengrab screen, capture screenDownload
HowTo: Let the user move a polygon's points with grab handles, snapping the points to a gridpolygon, snap to, grid, draw, dragDownloadBook
HowTo: Let the user modify a polygon with grab handles in VB .NETpolygon, grab handles, draw, dragDownloadBook
HowTo: Draw a positioning grid and snap line segments to its points in VB .NETsnap to, grid, draw, dragDownloadBook
HowTo: Let the user move a polygon's points with grab handles, snapping the points to a grid in VB .NETpolygon, grab handles, snap to, grid, draw, dragDownloadBook
HowTo: Draw a positioning grid and snap line segments to its pointssnap to, grid, draw, dragDownloadBook
HowTo: Let the user select an area using a rubberband box and place a new control thererubber band, rubberband, rectangle, user drawingDownload
HowTo: Let the user drag a vertical line side to sidedrag, line, sash, rubberbandDownload

Formats

Title Keywords  
HowTo: Convert a Windows metafile (wmf file) to a PNG file in Visual Basic .NETgraphics, image processing, wmf file, png file, Windows metafile, metafile, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Display a Windows metafile (wmf file) in Visual Basic .NETgraphics, image processing, wmf file, Windows metafile, metafile, example, example program, Windows Forms programming, Visual Basic .NET, VB.NETDownload
HowTo: Write a DLL in Visual Basic .NET that saves images in different formats (GIF, JPG, etc.) and call it from Visual Basic 6VB .NET, VB 6, Visual Basic 6, DLL, save image, GIF, JPG, JPEGDownload
HowTo: Draw text centered at a positiontext, center text, fontDownload
HowTo: Draw text centered at a position in VB .NETtext, center text, fontDownload
HowTo: Left- or right-align text in VB.NETalign, align text, format, VB.NETDownload
HowTo: Make substitutions in a WMF fileWMF, Windows MetafileDownload
HowTo: Display a GIF with a transparent background without flashingGIF, display GIF, flashDownload
HowTo: Use a bitmap for an iconbitmap, icon, imageDownload
HowTo: Load a bitmap and save it as an iconbitmap, icon, imageDownload
HowTo: Load an image and save it in a different image format (GIF, JPG, TIFF, etc.) in VB .NETimage, VB.NET, type, BMP, bitmap, GIF, JPG, JPEG, TIF, TIFF, PNG, EMF, WMF, ICO, icon, ExifDownload

Transparency

Title Keywords  
HowTo: Let the user drag an image with transparent pixels over a background image in Visual Basic .NETgraphics, drag image, drag picture, image, picture, transparent, transparency, animationDownload
HowTo: Draw an image with gradient alpha (opacity) values in VB .NETimage processing, alpha, gradient, opacity, VB .NETDownload
HowTo: Make translucent text suitable for image watermarking in VB .NETwatermark, image, translucent, transparent, opacity, VB.NETDownload
HowTo: Make an image fade from one picture to another and back in VB .NETimage processing, alpha, opacity, fade, animation, VB .NETDownload
HowTo: Draw an image with gradient alpha (opacity) values in VB .NETimage processing, alpha, gradient, opacity, VB .NETDownload
HowTo: Use alpha blending to overlay translucent text in VB .NETalpha blend, overlay, translucent, transparent, VB.NETDownload
HowTo: Overlay one image on another with a transparent color by using PSetPSet, overlay, transparentDownload
HowTo: Make a form with a transparent backgroundtransparent background, glass form, region, SetWindowRgnDownload
HowTo: Make parts of a form transparent in VB .NETform, transparent, VB.NETDownload
HowTo: Overlay one picture on another using MakeTransparent in VB .NEToverlay, transparent, PaintPicture, VB.NETDownload
HowTo: Change a form's opacity in VB .NETform, Opacity, transparent, translucent, VB.NETDownload
HowTo: Make a picture-shaped form in VB .NETpicture-shaped form, shaped form, transparent, VB.NETDownload
HowTo: Make a windowless clock control with a transparent backgroundclock, windowless, analog, transparentDownload
HowTo: Animate a complex moving objectoverlay, moving object, moving picture, transparent pictureDownload

Graphing

Title Keywords  
HowTo: Plot the equation of a function of two variables in Visual Basic .NETgraph, plot, graph equation, plot equation, graphics, algorithms, geometry, Visual Basic, Visual Basic .NET, VB.NETDownload
HowTo: Use code to make a chart in Excel from the current selection in VBAExcel, Office, chart, VBA, graph, Visual Basic for ApplicationsDownload
HowTo: Use VBA code to make a pie chart in ExcelExcel, VBA, pie chart, Microsoft OfficeDownload
HowTo: Draw a radar graph in Visual Basic .NETradar graph, graph, VB.NETDownload
HowTo: Draw a radar graph in Visual Basic 6radar graph, graphDownload
HowTo: Use VBA code to make a chart in Excel easilyExcel, Office, chart, VBADownload
HowTo: Use Newton's method on the equation Z^3 - 3^Z to draw fractals in Visual Basic .NETNewton's method, non-polynomial function, root, function, fractal, VB .NETDownload
HowTo: Use Newton's method on the equation Z^2 - 2^Z to draw fractals in Visual Basic .NETNewton's method, non-polynomial function, root, function, fractal, VB .NETDownload
HowTo: Use Newton's method on the equation Z^2 - 2^Z to draw fractals in Visual Basic 6Newton's method, non-polynomial function, root, function, fractalDownload
HowTo: Use Newton's method on the equation Z^n - 1 to draw fractals in Visual Basic 6Newton's method, polynomial, root, function, fractalDownload
HowTo: Use Newton's method to find the roots of an equationNewton's method, equation, root, zeroDownload
HowTo: Use Newton's method on the equation Z^3 - 3^Z to draw fractals in Visual Basic 6Newton's method, non-polynomial function, root, function, fractalDownload
HowTo: Use Newton's method to find the roots of an equation in Visual Basic .NETNewton's method, equation, root, zeroDownload
HowTo: Use Newton's method on the equation Z^n - 1 to draw fractals in Visual Basic .NETNewton's method, polynomial, root, function, fractal, VB .NETDownload
HowTo: Draw a three-dimensional histogram with VB .NEThistogram, bar chart, graph, VB.NETDownload
HowTo: Draw a color wheel in VB .NEThistogram, bar chart, graph, VB.NETDownload
HowTo: Draw a simple histogram in VB .NEThistogram, graph, bar chart, bar graphDownload
HowTo: Draw a butterfly curvegraphics, curve, butterfly, butterfly curveDownload
HowTo: Draw a butterfly curve in VB .NETgraphics, curve, butterfly, butterfly curve, VB.NETDownload
HowTo: Draw a chrysanthemum curvegraphics, curve, chrysanthemum, chrysanthemum curveDownload
HowTo: Draw a chrysanthemum curve in VB .NETgraphics, curve, chrysanthemum, chrysanthemum curve, VB.NETDownload
HowTo: Graph a user-entered function by using the MS Script controlgraph, equation, scale, user-entered function, mathematical expression, expression, evaluate, parse, Script controlDownload
HowTo: Graph a user-entered function by parsing the functiongraph, equation, scale, user-entered function, parseDownload
HowTo: Set a scaling transformation on a Graphics object and map mouse positions back into world coordinates in VB .NETVB.NET, scale, scalemode, scalex, scaley, graph, transform, transformation, invert, inverseDownload
HowTo: Draw a continuous graph that starts and stops in VB .NETVB .NET, graph, graphingDownload
HowTo: Draw a continuous graph in a separate thread in VB .NETVB .NET, graph, graphing, thread, threadingDownload
HowTo: Set a scaling transformation on a Graphics object in VB .NETVB.NET, scale, scalemode, scalex, scaley, graphDownload
HowTo: Graph a parametric function (X(t), Y(t))graph, parametric, curve, variableDownload
HowTo: Transform a Graphics object to map an area in world coordinates to device coordinates in VB .NETtransform, Graphics object, Graphics, world coordinates, device coordinatesDownload
HowTo: Graph a parametric function (X(t), Y(t)) in VB .NETgraph, parametric, parametric equations, VB.NETDownload
HowTo: Make moving graphs drawn in PictureBoxesPictureBox, graph, animationDownload
HowTo: Graph a parametric function (X(t), Y(t)) on a PictureBoxgraph, parametric, parametric equations, PictureBoxDownload
HowTo: Make a monitor that displays a value using a vertical bar gauge that seems to float above other applications in VB .NETgauge, bar, bar gauge, floating bar gauge, TransparencyKey, monitor, VB.NETDownload
HowTo: Make a monitor that displays a value using a vertical gauge in VB .NETgauge, bar, monitor, VB.NETDownload
HowTo: Make a monitor that displays a value using a vertical bar gauge in VB .NETgauge, bar, bar gauge, monitor, VB.NETDownload
HowTo: Make a monitor that displays a value using a vertical bar gaugegauge, bar, monitorDownload
HowTo: Make a monitor that displays a value using a vertical gaugegauge, bar, monitorDownload
HowTo: Make a monitor that displays a value using bars floating over the desktopgauge, bar, monitor, SetWindowRgn, regionDownload
HowTo: Let the user interact with an MSChart controlMSChart, graph, database, chart, interactiveDownload
HowTo: Copy an image of an MSChart's graph into a PictureBoxMSChart, graph, database, chart, copy, PictureBoxDownload
HowTo: Use MSChart to graph data in a text fileMSChart, graph, data file, chartDownload
HowTo: Graph XY plots using MSChartMSChart, plot, XY plot, graph, equation, chartDownload
HowTo: Use MSChart to plot two curves with unrelated X valuesMSChart, graph, database, chartDownload
HowTo: Graph an equation Y = F(X) using MSChartMSChart, graph, equation, chartDownload
HowTo: Graph data in a database using MSChartMSChart, graph, database, chartDownload
HowTo: Graph a lemniscate curve in polar coordinatesgraph, polar coordinates, lemniscateDownload
HowTo: Graph a limacon curve in polar coordinatesgraph, polar coordinates, limaconDownload
HowTo: Graph a curve in polar coordinatesgraph, polar coordinatesDownload
HowTo: Draw a simple graphgraph, plotDownload
HowTo: Draw a simple graph with Visual Basic alonegraph, equationDownload
HowTo: Graph a user-entered function by using Excelgraph, equation, scale, user-entered function, ExcelDownload
HowTo: Let the user scroll through a very long graphgraph, long graph, scrollDownload
HowTo: Load data from a database and graph itgraph, data, databaseDownload
HowTo: Graph a parameterized function X(t), Y(t)graph, function, parameterized functionDownload
HowTo: Graph a function with parameters entered by the user using a convenient scalegraph, equation, scaleDownload
HowTo: Draw a continuous graph similiar to perfmongraph, continuous graph, scroll, perfmonDownload
HowTo: Draw a continuous graph similiar to perfmon in VB .NETgraph, continuous graph, scroll, perfmonDownload
HowTo: Draw a simple log graphgraph, draw, log, log graphDownload

Metafiles

Title Keywords  
HowTo: Make and show metafiles in VB.NETmetafile, VB.NETDownload
HowTo: Make substitutions in a WMF fileWMF, Windows MetafileDownload
HowTo: Enumerate the records in a Windows metafile (WMF) or enhanced metafile (EMF) in VB .NETmetafile, WMF, EMF, VB.NET, enumerateDownload

Cursors

Title Keywords  
HowTo: Set the system cursorsystem cursor, cursorDownload
HowTo: Manage hourglass cursorscursor, hourglass, waitDownload
HowTo: Display the standard cursors in VB .NETicon, VB .NETDownload
HowTo: Make a cursor file with a hotspotcursor, hotspotDownload

Fractals

Title Keywords  
HowTo: Draw a Sierpinski fractal curve in Visual Basic .NETexample program, Sierpinski curve, space-filling curve, example, Windows Forms programming, fractal, Visual Basic .NET, VB.NETDownload
HowTo: Draw a fractal that is generated by applying rules to prime numbers in Visual Basic 6graphics, fractals, primes, prime numbers, Visual Basic 6, VB 6Download
HowTo: Draw a fractal that is generated by applying rules to prime numbers in Visual Basic .NETgraphics, fractals, primes, prime numbers, Visual Basic .NET, VB.NETDownload
HowTo: Draw a Pickover popcorn fractal in Visual Basic 6fractals, algorithms, mathematics, Pickover, Pickover fractal, Pickover popcorn, popcorn fractal, example, example program, Windows Forms programming, VB 6, Visual Basic 6Download
HowTo: Draw a Pickover popcorn fractal in Visual Basic .NETfractals, algorithms, mathematics, Pickover, Pickover fractal, Pickover popcorn, popcorn fractal, example, example program, Windows Forms programming, VB.NET, Visual Basic .NETDownload
HowTo: Draw a colored Pickover popcorn fractal in Visual Basic .NETfractals, algorithms, mathematics, Pickover, Pickover fractal, Pickover popcorn, popcorn fractal, example, example program, Windows Forms programming, VB.NET, Visual Basic .NETDownload
HowTo: Draw a colored Pickover popcorn fractal in Visual Basic 6fractals, algorithms, mathematics, Pickover, Pickover fractal, Pickover popcorn, popcorn fractal, example, example program, Windows Forms programming, VB 6, Visual Basic 6Download
HowTo: Draw a vortex fractal with smoothly shaded colors in Visual Basic 6graphics, fractals, vortex, vortex fractal, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic 6, VB6Download
HowTo: Draw a vortex fractal with smoothly shaded colors in Visual Basic .NETgraphics, fractals, vortex, vortex fractal, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic .NET, VB.NETDownload
HowTo: Draw a Mandelbrot set with smoothly shaded colors in Visual Basic .NETgraphics, fractals, Mandelbrot, Mandelbrot set, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic .NET, VB.NETDownload
HowTo: Draw a Mandelbrot set with smoothly shaded colors in Visual Basic 6graphics, fractals, Mandelbrot, Mandelbrot set, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic 6, VB6Download
HowTo: Draw a vortex fractal in Visual Basic 6graphics, fractals, vortex, vortex fractal, vortex set, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic 6, ` VB6Download
HowTo: Draw a vortex fractal in Visual Basic .NETgraphics, fractals, vortex, vortex fractal, vortex set, algorithms, complex, complex numbers, iterated system, iteration, Visual Basic .NET, VB.NETDownload
HowTo: Draw the Barnsley's Fern fractalBarnsley's Fern, fractal, iterated functions, iterated function systemDownload
HowTo: Draw the Barnsley's Fern fractal in VB .NETBarnsley's Fern, fractal, iterated functions, iterated function system, VB.NETDownload
HowTo: Draw a fractal Pickover strange attractor using an incremental color scheme in VB.NETBarnsley's Fern, fractal, iterated functions, iterated function system, VB.NETDownload
HowTo: Make a curlicue fractal in Visual Basic .NETcurlicue, fractal, VB.NETDownload
HowTo: Make a curlicue fractalcurlicue, fractalDownload
HowTo: Draw strange attractors (fractals) in Visual Basic .NETstrange attractor, fractal, equation, graphics, VB.NETDownload
HowTo: Draw strange attractors (fractals)strange attractor, fractal, equation, graphicsDownload
HowTo: Draw a fractal Pickover strange attractorfractal, Pickover, Pickover attractor, strange attractorDownloadBook
HowTo: Draw a fractal Mandelbrot set in VB.NETfractal, Mandelbrot, Mandelbrot setDownloadBook
HowTo: Draw a fractal Hilbert curve in VB.NETfractal, Hilbert curveDownloadBook
HowTo: Draw a fractal binary tree in VB.NETfractal, binary tree, treeDownloadBook
HowTo: Draw a fractal Pickover strange attractor in VB.NETfractal, Pickover, Pickover attractor, strange attractorDownloadBook
HowTo: Draw a fractal Hilbert curvefractal, Hilbert curveDownloadBook
HowTo: Draw a fractal binary treefractal, binary tree, treeDownloadBook
HowTo: Draw a fractal Mandelbrot setfractal, Mandelbrot, Mandelbrot setDownloadBook
HowTo: Draw a Sierpinski gasket (fractal) in VB.NETSierpinski gasket, fractal, random, VB.NETDownload
HowTo: Draw a Sierpinski gasket (fractal)Sierpinski gasket, fractal, randomDownload
HowTo: Draw a non-triangular Sierpinski gasket (fractal) in VB.NETSierpinski gasket, fractal, random, VB.NETDownload
HowTo: Draw a non-triangular Sierpinski gasket (fractal)Sierpinski gasket, fractal, randomDownload

XAML

Title Keywords  
WPF Programmer's ReferenceC#, WPF, Windows Presentation Foundation, VB.NET, Visual Basic .NET, Visual Studio, programmingBook
WPF Programmer's Reference: Table of ContentsC#, WPF, Windows Presentation Foundation, VB.NET, Visual Basic .NET, Visual Studio, programmingBook
HowTo: Simulate a robot arm with three rotating joints and a hand using XAML coderobot, robotics, arm, drawing, XAML, WPFDownload
HowTo: Make and rotate a cube by using XAML code in Visual Basic 2008Visual Basic 2008, VB 2008, XAML, cube, rotateDownload
HowTo: Draw a rubberband rectangle with XAML in Visual Basic 2008XAML, WPF, Visual Basic 2008, rubberband, rubberband rectangleDownload
HowTo: Draw a rubberband line with XAML in Visual Basic 2008XAML, WPF, Visual Basic 2008, rubberband, rubberband lineDownload
HowTo: Draw a rubberband ellipse with XAML in Visual Basic 2008XAML, WPF, Visual Basic 2008, rubberband, rubberband ellipseDownload
HowTo: Draw a rubberband circle centered at a starting point with XAML in Visual Basic 2008XAML, WPF, Visual Basic 2008, rubberband, rubberband circleDownload
HowTo: Make a scribble application with XAML in Visual Basic 2008XAML, WPF, Visual Basic 2008, scribble, drawingDownload

Direct3D

Title Keywords  
HowTo: Draw three interlocked 3-D blocks with Direct3D in Visual Basic 2005Direct3D, DirectX, blocks, interlocked, hidden surface removal, z-buffer, Visual Basic 2005Download

WPF

Title Keywords  
WPF Programmer's ReferenceC#, WPF, Windows Presentation Foundation, VB.NET, Visual Basic .NET, Visual Studio, programmingBook
WPF Programmer's Reference: Table of ContentsC#, WPF, Windows Presentation Foundation, VB.NET, Visual Basic .NET, Visual Studio, programmingBook
What is WPF and why should you care?graphics, WPF, Windows Presentation Foundation, images, Silverlight 

Curve Fitting

Title Keywords  
HowTo: Find a least squares Weibull curve fit for a set of points in Visual Basic 6mathematics, algorithms, graphics, curve fitting, least squares, Weibull, Weibull curve fit, Weibull least squares, Visual Basic 6, VB 6Download
HowTo: Find a least squares Weibull curve fit for a set of points in Visual Basic .NETmathematics, algorithms, graphics, curve fitting, least squares, Weibull, Weibull curve fit, Weibull least squares, Visual Basic .NET, VB.NETDownload
HowTo: Find an exponential least squares fit for a set of points in Visual Basic 6mathematics, algorithms, graphics, curve fitting, least squares, exponential, exponential curve fit, exponential least squares, Visual Basic 6, VB 6Download
HowTo: Find an exponential least squares fit for a set of points in Visual Basic .NETmathematics, algorithms, graphics, curve fitting, least squares, exponential, exponential curve fit, exponential least squares, Visual Basic .NET, VB.NETDownload
HowTo: Find a linear least squares fit for a set of points in Visual Basic 6algorithms, mathematics, least squares, linear least squares, curve fitting, graphics, Visual Basic 6, VB 6Download
HowTo: Find a polynomial least squares fit for a set of points in Visual Basic 6algorithms, mathematics, least squares, polynomial least squares, curve fitting, graphics, Visual Basic 6, VB 6Download
HowTo: Find a polynomial least squares fit for a set of points in Visual Basic .NETalgorithms, mathematics, least squares, polynomial least squares, curve fitting, graphics, Visual Basic .NET, VB.NETDownload
HowTo: Find a linear least squares fit for a set of points in Visual Basic .NETalgorithms, mathematics, least squares, linear least squares, curve fitting, graphics, Visual Basic .NET, VB.NETDownload

Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated