Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 2 of 5) 122 Result(s) found 

 

ShowIcon - Extract an icon from a file and show it
Total Hit (2178)
Rating
SwapColors - Swap any two colors in a 256-color bitmap
Total Hit (2320)
Rating
SwapColorsArray - Swap all the colors in a 256-color bitmap
Total Hit (2242)
Rating
TileBitmap - Tile a bitmap using the PaintPicture method
Total Hit (3045)
Rating
TranslateColor - Convert a VB color or system color constant
Total Hit (2124)
Rating
How to run an AVI inside a PictureBox control
Total Hit (3506) API Declarations «Code LangId=1» Const WS_CHILD = &H40000000 Private Declare Function mciSendString Lib "winmm.dll" Alias _ "mciSendStringA" (ByVal lpstrCommand As String, _ ByVal lpstrReturnString As String, ByVal uReturnLength As Long, _ ByVal hwndCallback As Long) As Lon ....Read More
Rating
Tunnel graphical effect
Total Hit (1735) Usage «Code LangId=1» 'Create a Form and place this code inside 'Sorry but the comments are in german :(( Option Explicit Dim offx% ' x-offset zur mitte Dim offy% ' y-offset zur mitte Dim anz% ' anzahl sterne Dim bahnx%(100, 180) ....Read More
Rating
This is a link to a different site Drawing With Textures
Total Hit (1701) This article provides an extension to the technique demonstrated in Creating Single Pixel Dotted Lines to show how you can easily create a brush for drawing shapes from any bitmap, picture or device context.
Rating
This is a link to a different site Fading Out Selected Areas Using UpdatedLayeredWindow
Total Hit (2109) In Windows 2000 and XP, when you click a Start Menu item, such as "Run" an after image of the item you've clicked remains on screen and fades out whilst the Run box starts up. This article provides a reusable form-class you can use to provide this effect in your application. ....Read More
Rating
This is a link to a different site Creating Drop-Shadows
Total Hit (2086) Demonstrates how to create drop-shadows for windows and controls using the same technique used by Office XP/VS.NET CommandBars.
Rating
This is a link to a different site Flicker Free API Drawing
Total Hit (2841) VB offers a way to reduce flicker when drawing a control through its AutoRedraw property. When AutoRedraw is set, VB creates an Off-Screen buffer to draw into, and only transfers this to the drawing surface when the Refresh method is called. Whilst this works well (ish), it doesn't help if you need ....Read More
Rating
This is a link to a different site Tiling Bitmaps into Controls, Forms and MDI Form backgrounds
Total Hit (2285) This article provides a bitmap tiling component which allows you to: Tile any Device Context with a bitmap Automatically tile the background area of an MDI form
Rating
This is a link to a different site Draw disabled, colourised and dithered icons with the DrawState GDI function
Total Hit (2047) This sample demonstrates how simple it is to draw disabled, colourised, selected and dithered icons from Image Lists. The VB Image List provides a method to draw an item selected, but doesn't give you very much flexibility from there.
Rating
This is a link to a different site Creating Single Pixel Dotted Lines
Total Hit (1577) One of the drawing features which makes many of the Windows controls draw attractively is the use of single pixel on-off dotted lines. For example, the TreeView control uses these to draw lines, and they are often used in bounding box selections and drag and drop operations. Unfortunately VB does ....Read More
Rating
This is a link to a different site Animated Cursors in VB
Total Hit (1787) Nice feature in Office - you can set it to show customised animated cursors. For example, when Office is opening a document the cursor switches to an animation of a yellow handbag throwing up a small piece of paper (I think that's what it is, anyway). It would be nice to do it this in VB too, yes ....Read More
Rating
This is a link to a different site Text At Any Angle
Total Hit (2373) VB doesn't provide you with any method to change the angle text is written out at on a Form or PictureBox. This seems to be a curious oversight of the OLE StdFont object, because it is in fact very simple to create a font with angles other than horizontal. This article shows you how to do it. The so ....Read More
Rating
This is a link to a different site Reading and Saving .ICO files and resources in VB
Total Hit (2228) VB allows you to load an save .ICO files through the LoadPicture and SavePicture methods, which are implemented in the StdPicture object. Unfortunately, this object was really written for 16 bit Windows and doesn't understand Win32 icons at all. A .ICO resource can contain many different images, at ....Read More
Rating
This is a link to a different site Drawing Borders and Edges using the API DrawEdge Function
Total Hit (2160) The DrawEdge function is a useful function provided by the Win32 API. It can draw a variety of the edge styles used to draw buttons, frames and borders around controls and forms. The source code for this article shows you how to: Use the DrawEdge to achieve a variety of edge styles. Evaluate the ....Read More
Rating
This is a link to a different site Simple Text Animation effects using Kerning
Total Hit (1579) This article demonstrates how to create an basic text animation by modifying the character spacing using Kerning.
Rating
This is a link to a different site Image Processing Using DIB Sections
Total Hit (819) This sample demonstrates a new 24 bit image processor using the DIB Section GDI object, allowing you to perform a whole raft of standard Image Processing functions, including blurring, sharpening, colourising, resampling and image arithmetic.
Rating
This is a link to a different site Colour Depth Control
Total Hit (624) In VB, you cannot change the colour depth of a bitmap. This article presents classes allowing you to reduce or increase the colour depth using a number of different methods and also to save the resulting image to disk as a bitmap with the specified colour depth. ....Read More
Rating
This is a link to a different site Texturising Images
Total Hit (1924) This sample provides a simple image processing application which applies a texture to an image by modifying the lightness of the image according to the lightness of a texture image. The texture image is tiled across the surface of the processed image. ....Read More
Rating
This is a link to a different site Counting Colours in an Image
Total Hit (1316) Counting the number of distinct colours in an image doesn't sound like a particularly hard thing to do until you try it on a large 24-bit image. This article demonstrates one technique for counting the colours quickly.
Rating
This is a link to a different site Colourisation
Total Hit (1556) Image colourisation is a widely-used technique in image processing which can be used to create sepia-toned effects as well as adjusting images so they can be used as watermarks and in the creation of layered background images. This article demonstrates how to use the Hue, Luminance and Saturation mo ....Read More
Rating
This is a link to a different site Gamma Correction
Total Hit (1669) A Gamma Correction filter is primarily used for colour matching purposes on CRT based displays, but it can also be used for creative image processing. This article shows how the gamma filter is calculated and provides an implementation.
Rating
This is a link to a different site Compositing Operations
Total Hit (2067) There are various ways of combining two images together, particularly when either or both of the two images contain alpha channels. As the real-time video-effects industry has developed, twelve standard compositing techniques, know as the Porter-Duff Compositing Operations, have emerged. In addition ....Read More
Rating
This is a link to a different site Brightness and Contrast
Total Hit (1669) This article demonstrates how to apply two of the simplest image processsing filters, brightness and contrast, to an image.
Rating
This is a link to a different site Optimised Colour Reduction Using Octrees
Total Hit (775) Describes the working of the Octree colour quantisation algorithm be used to create optimised colour palettes of arbitrary depth (although typically used for 256 colours) from any image and compares the results with other colour reduction methods.
Rating
This is a link to a different site Floyd-Stucci Colour Reduction Methods and Gray Scaling
Total Hit (1853) This article describes the Floyd-Stucci method to dither an image to a specified palette and also how to Gray Scale an Image, as demonstrated in the vbAccelerator Image Processor.
Rating
This is a link to a different site Rank Filters
Total Hit (736) This is a supporting note describing the Rank filter provided in the vbAccelerator Image Processor. Rank filters can either be linear, yielding a softening effect, or non-linear, giving an impressionistic effects to a images.
Rating


(Page 2 of 5) 122 Result(s) found  1 2 3 4 5

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.