Visual Basic Stats:

How to support the site


Site Wide Message: (current site time 7/29/2010 9:10:21 PM EDT)
  • We want your input! One of our sponsors wants to know your opinion about development related issues. Click here to tell us what you think.
  • Are you an emerging/young developer (aged 18-30)? If so, would you like the chance to affect future developer tools and products?
    If so, then click here to give your feedback.
 
Other Entries by Carles P.V..

Search Results: Page 1 of 3 found. Entries 1 - 25 of 54 found
Skip to page: 1 2 3 

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  A classic one (and sequel)A classic one (and sequel)VB 6.0Intermediate /
Carles P.V.
35891 since
12/3/2008 9:48:36 AM

By 153 Users
153 Excellent Ratings
       This time is not a UserControl :-) Still testing, so you will likely find some bugs or feel that our little friends behaviour is not perfectly accurate. All suggestions and/or improvements are really welcome. Have fun! (~750 KB). _________________________ ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Any angle gradient (bonus: circular gradient)Any angle gradient (bonus: circular gradient)VB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Carles P.V.
4240 since
12/25/2005 5:02:14 PM

By 17 Users
17 Excellent Ratings
       More gradients (last one, I hope): Now, 'any angle' gradient. // For fastest renderings, see my other post (Code ID: 60477; only for horizontal, vertical and both diagonals directions). // Last update Dec 13th, 2005: Improvements in circular gradient. SQR ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  API's AlphaBlend emulationAPI's AlphaBlend emulationVB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Carles P.V.
18680 since
4/1/2005 6:04:23 PM

By 29 Users
29 Excellent Ratings
       A little module: AlphaBlt() and AlphaBlend() functions will let you render 32-bit-alpha bitmaps onto a given DC. Use first one (faster) when rendering onto solid-color surfaces. Use second one for a complete emulation of API's AlphaBlend. // W9x and WNT s ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  API-ucFolderView 1.0API-ucFolderView 1.0VB 6.0Intermediate /
Carles P.V.
4632 since
9/30/2004 2:27:51 PM

By 9 Users
8 Excellent Ratings
       Basic FolderView user control (only standard folders). // 21Kb zipClick here to see a screenshot of this code!(ScreenShot)
 
Please support the site by visiting our sponsor:
 
  API-ucListView 1.0API-ucListView 1.0VB 6.0Intermediate /
Carles P.V.
17713 since
9/4/2004 5:39:46 PM

By 30 Users
28 Excellent Ratings
       API-ListView usercontrol with most commom features (no dependencies -> thanks to Paul Caton for his great self-subclassing usercontrol template [CodeId=54117]). __________________________________________________ Notice: 1) Column, item and imagelist-ic ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  API-ucStatusbar 1.0API-ucStatusbar 1.0VB 6.0Intermediate /
Carles P.V.
6490 since
10/20/2004 6:46:27 AM

By 11 Users
11 Excellent Ratings
       Status bar API-UserControl.Click here to see a screenshot of this code!(ScreenShot)
 
 
  API-ucToolbar 3.1API-ucToolbar 3.1VB 6.0Intermediate /
Carles P.V.
8294 since
10/16/2004 2:20:21 PM

By 18 Users
18 Excellent Ratings
       ucToolbar version 3.1 (API). // Update 10/17: AddBitmap() and AddIcon() methods. // Fixed shutdown-crash when using manifest for themes (thanks to Abhishek.NET for report this). Also fixed ToolbarEnter() and ButtonEnter() events when button disabled.Click here to see a screenshot of this code!(ScreenShot)
 
 
  API-ucTreeView 1.2API-ucTreeView 1.2VB 6.0Intermediate /
Carles P.V.
9932 since
10/27/2004 9:56:16 AM

By 28 Users
28 Excellent Ratings
       Almost single-module TreeView user-control (thanks, Paul). // Zip 32Kb.Click here to see a screenshot of this code!(ScreenShot)
 
 
  API-ucTreeView 1.3 (OLE Drag & Drop support)API-ucTreeView 1.3 (OLE Drag & Drop support)VB 6.0Intermediate /
Carles P.V.
14348 since
11/1/2004 2:38:47 PM

By 32 Users
32 Excellent Ratings
       New update: OLE Drag & Drop support. // Most part of new code is based on vbAccelerator's TreeView control. Some new methods and properties have been added, too (see control History for more info). // Let me know about any bug, suggestion. ___________ ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Applying texturesApplying texturesVB 6.0Intermediate /
Carles P.V.
4004 since
5/31/2002 5:59:29 AM

By 25 Users
24 Excellent Ratings
       How to apply textures from emboss/engrave filters.Click here to see a screenshot of this code!(ScreenShot)
 
 
  AVItoGIF 1.0AVItoGIF 1.0VB 6.0Intermediate /
Carles P.V.
7406 since
7/12/2003 3:23:52 PM

By 21 Users
21 Excellent Ratings
       Simple AVI to GIF converter + Basic GIF size optimization.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Brush effectsBrush effectsVB 6.0Intermediate /
Carles P.V.
3532 since
5/11/2002 4:01:28 PM

By 17 Users
16 Excellent Ratings
       Four brush effects: brush, air-brush, soften brush and sharpen brush.Click here to see a screenshot of this code!(ScreenShot)
 
 
  cCoolScrollbars (Update: support for 'drop-down' windows)cCoolScrollbars (Update: support for 'drop-down' windows)VB 6.0Intermediate /
Carles P.V.
17362 since
12/23/2005 2:19:28 PM

By 24 Users
24 Excellent Ratings
       cCoolScrollbars is a little class which will let you customize (in fact, "overpaint") built-in scrollbars appearance. Two modes: Flat and Custom-Draw. For more information read class' comments and have a look at given URL to know how this SHOULD be achiev ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  cDropShadowBlt 1.1.1 (icons supported)cDropShadowBlt 1.1.1 (icons supported)VB 6.0Intermediate /
Carles P.V.
5540 since
3/23/2005 6:20:50 PM

By 14 Users
14 Excellent Ratings
       Simple rendering/painting class for 'drop-shadow' effect. Three methods: CreateFromStdPicture, CreateFromDC and Paint. Shadow options: opacity [0,100], xOffset [1+] and yOffset [1+]. // 5Kb. __________________________________________________ Added 'Shadow ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  cMagneticWnd 1.0.8 (WinAmp's *behaviour* fully emulated)cMagneticWnd 1.0.8 (WinAmp's *behaviour* fully emulated)VB 6.0Intermediate /
Carles P.V.
19634 since
11/4/2004 1:24:38 PM

By 53 Users
53 Excellent Ratings
       This little class provides basic window 'magnetic docking' (like WinAmp). Glueing is also supported. Simply, use AddWindow() method specifying handle of new window and its parent, if any. __________________________________________________ Based on origina ...(description truncated)
 
 
  Color ordered-dither (Halftone-216/Optimal)Color ordered-dither (Halftone-216/Optimal)VB 6.0Intermediate /
Carles P.V.
3546 since
5/12/2003 1:02:13 PM

By 9 Users
9 Excellent Ratings
       8-bpp color ordered-dither: Halftone-216 + ordered dither lets reduce to 8-bpp bitmaps with acceptable quality/speed. You can also test color reduction using optimal palette and compare results. (Note: Optimal palette extraction has been speed-optimized). ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Columns II (1/2 players version)Columns II (1/2 players version)VB 6.0Beginner /
Carles P.V.
2958 since
9/7/2001 3:06:59 PM

By 11 Users
10 Excellent Ratings
       Now, one or two player mode. Really addictive. (Revised: 02.11.2003)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Cool gradientsCool gradientsVB 6.0Intermediate /
Carles P.V.
4432 since
5/28/2002 6:29:58 AM

By 23 Users
22 Excellent Ratings
       Linear (any angle) and circular gradients. Parameters: pressure (transparency) and frequency.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Diamonds (+ Level Editor)Diamonds (+ Level Editor)VB 4.0 (32-bit), VB 5.0, VB 6.0Beginner /
Carles P.V.
3372 since
8/3/2001 6:18:57 PM

By 11 Users
11 Excellent Ratings
       A brick type game (45 Levels + 45 extra levels). Level editor included. From the HP48 calc. (Revised: 02.13.2003)Click here to see a screenshot of this code!(ScreenShot)
 
 
  DIB Brush (Easy image tiling using FillRect)DIB Brush (Easy image tiling using FillRect)VB 6.0Intermediate /
Carles P.V.
3141 since
11/10/2002 3:09:22 PM

By 11 Users
11 Excellent Ratings
       A simple class to show how to tile an image using FillRect.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Fast gradient (horizontal, vertical and both diagonals)Fast gradient (horizontal, vertical and both diagonals)VB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Carles P.V.
3177 since
5/11/2005 3:00:53 PM

By 9 Users
9 Excellent Ratings
       Fast gradient. Extension of a first post (Code ID 57192): now horizontal, vertical and both diagonals (45º) :-) // Last update: 2005.05.14 (fixed diagonal gradient centering).Click here to see a screenshot of this code!(ScreenShot)
 
 
  GIF optimizer - batch versionGIF optimizer - batch versionVB 6.0Intermediate /
Carles P.V.
5648 since
9/4/2003 7:12:12 AM

By 12 Users
12 Excellent Ratings
       GIF optimizer - batch version (v 1.0.9): Optimize the file size of your animated GIFs (not destructive, I hope!). Don't forget to compile first! :-) __________________________________________________ Last update: 2004/06/24 (Comments supported) __________ ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  GIF optimizer 1.1GIF optimizer 1.1VB 6.0Intermediate /
Carles P.V.
4444 since
8/6/2003 6:22:55 AM

By 36 Users
36 Excellent Ratings
       GIF file size optimizer. This is a first release, so, code could be 'optimized' and some 'redundant lines' removed. I've been testing a lot of gifs, and by the moment, all seems to work fine. See 'fMain' for more information. Don't forget to compile first ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  iBMP 1.2iBMP 1.2VB 6.0Intermediate /
Carles P.V.
17209 since
1/12/2003 3:38:06 PM

By 51 Users
51 Excellent Ratings
       A little update with some new features: JPEG, PNG, GIF (GDI+ default) and TIFF (24bpp) saving support (thanks to Avery for the great GDI+ stuff -CodeId=37541-), high-quality resizing, file dialog image preview support (thanks to Ark -CodeId=41320-), impro ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  iICO 1.0iICO 1.0VB 6.0Intermediate /
Carles P.V.
16550 since
6/21/2004 5:00:19 PM

By 54 Users
53 Excellent Ratings
       All formats icon/cursor editor. __________________________________________________ Important: This application has been tested under Windows XP/2000 (NT?). Because of GDI limitations in Windows 9x with geometric* pens, 'brush', 'line' and 'shape' tools wi ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 


Search Results: Page 1 of 3 found. Entries 1 - 25 of 54 found
Skip to page: 1 2 3 


xxx
Compatibility Filter Profile:

VB 3.0
VB 4.0 (16-bit)
VB 4.0 (32-bit)
VB 5.0
VB 6.0
VB Script
ASP (Active Server Pages)
VBA MS Access
VBA MS Excel