Visual Basic Stats:

How to support the site


Site Wide Message: (current site time 7/29/2010 9:18:20 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 Vlad Vissoultchev

Search Results: Page 1 of 1 found. Entries 1 - 13 of 13 found
  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Compact In-Process Multi-threading: A FolderWatcher with sample UICompact In-Process Multi-threading: A FolderWatcher with sample UIVB 6.0Intermediate /
Vlad Vissoultchev
14748 since
6/28/2002 6:26:08 PM

By 22 Users
20 Excellent Ratings
       Well, here you have it: multi-threaded component using FindFirstChangeNotification API, compactly implemented in 386 lines of code and a 285 lines of sample UI:-))) And most of these are VB codelines which are not overly commented, be warned, this is not ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Double Dragon: Outlook Bar control + Photoshop Style Color Picker (now WITHOUT help file!)Double Dragon: Outlook Bar control + Photoshop Style Color Picker (now WITHOUT help file!)VB 6.0Intermediate /
Vlad Vissoultchev
75059 since
7/3/2002 8:23:01 PM

By 252 Users
248 Excellent Ratings
       UPDATE(2002-12-26): Version 1.3.2 Fixes incorrect painting and adds absolute positioning for tiled bitmaps. __________________________________________________ UPDATE(2002-11-12): Version 1.3.1 Fixes gradient fills under legacy OSes (NT 4.0 and Win 95). __ ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Enumerate SQL Servers & DBs (working on Win 9x)Enumerate SQL Servers & DBs (working on Win 9x)VB 6.0Beginner /
Vlad Vissoultchev
5106 since
11/17/2002 9:51:40 AM

By 5 Users
5 Excellent Ratings
       This sample project enumerate all active SQL servers in LAN using ODBC function SQLBrowseConnect. This method is working both for NT and 9x based OSes. The behaviour of this ODBC function is changed in MDAC 2.6 to include all SQL Server instances found on ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Hook Win32 API Functions: includes a sample of customizing VB DTPicker by hooking GetLocaleInfoHook Win32 API Functions: includes a sample of customizing VB DTPicker by hooking GetLocaleInfoVB 6.0Advanced /
Vlad Vissoultchev
11579 since
1/23/2002 4:49:18 PM

By 12 Users
11 Excellent Ratings
       This code is based on an originally code found in a MSDN's Bugslayer article written by John Robbins. Of course i had to 'just' translate it to VB which in fact turned out quite nicely and secondly had to find some usage for the such written code. Well, t ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
Please support the site by visiting our sponsor:
 
  How to capture Tab/Enter/Esc on your custom UserControlHow to capture Tab/Enter/Esc on your custom UserControlVB 6.0Advanced /
Vlad Vissoultchev
7614 since
12/11/2002 1:30:25 PM

By 13 Users
13 Excellent Ratings
       Before starting the project register the oleguids3.tlb from the zip. ______________________________________________________ This is an example of a usercontrol that intercepts vbKeyTab, vbKeyEnter and vbKeyEsc keys WITHOUT using windows hooks. The idea i ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Hyperlink Sample (one API function used:-)Hyperlink Sample (one API function used:-)VB 6.0Intermediate /
Vlad Vissoultchev
28167 since
2/7/2002 6:10:05 AM

By 120 Users
114 Excellent Ratings
       This is in response to a yesterday's submission. No timer. No Set/Release capture (almost). The trick is that windowless controls ARE capturing mouse events upon mousedown BY DESIGN. So every label, image, or custom windowless control has the capture abil ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  ListBox extension (grey checks)ListBox extension (grey checks)VB 6.0Intermediate /
Vlad Vissoultchev
4077 since
12/5/2003 12:21:02 PM

By 6 Users
5 Excellent Ratings
       UPDATE(2003-12-06): Off-by-one error when using large font sizes fixed. _________________________________________________ This is a class that extends standard VB.ListBox control when its style is set to 1 - Checkbox. In addition to the standard checked/u ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Subclassing Thunk (VB+ASM = Office XP Menus  :-)) w/ Sample HookMenu 1.4Subclassing Thunk (VB+ASM = Office XP Menus :-)) w/ Sample HookMenu 1.4VB 6.0Advanced /
Vlad Vissoultchev
58424 since
11/8/2002 10:21:01 AM

By 145 Users
140 Excellent Ratings
       UPDATE(2002-12-13): Sample HookMenu 1.4 introduces RightToLeft forms support. __________________________________________________ UPDATE(2002-11-27): Sample HookMenu 1.3.5 fixes problems with MDI forms. Separators are reduced to 3 pixels to match Office XP ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  TaskBar ControlTaskBar ControlVB 5.0, VB 6.0Advanced /
Vlad Vissoultchev
5505 since
5/26/2001 9:39:21 PM

By 8 Users
7 Excellent Ratings
       This is a UserControl i did for a recent project. It almost fully emulates Windows taskbar functionality. Written from scratch, uses heavy advanced API and subclassing. Code greatly inspired by submissions to this site and vbAccelerator.com. Everything i ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  UPDATE(2005.12.23) XP Theme Support for Built-in VB ControlsUPDATE(2005.12.23) XP Theme Support for Built-in VB ControlsVB 6.0Intermediate /
Vlad Vissoultchev
9392 since
12/23/2005 4:27:49 AM

By 18 Users
16 Excellent Ratings
       UPDATE(2005.12.23): Problems w/ classic style solved and a bug on mouse move (flickering) resolved. _________________________________________________ Microsoft is not planning on releasing a new service pack for VB6 and we all know that the intrinsic buil ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  UPDATE(2006.06.26): Theming tabstrip panes and contained controlsUPDATE(2006.06.26): Theming tabstrip panes and contained controlsVB 6.0Intermediate /
Vlad Vissoultchev
14066 since
6/26/2006 8:28:45 AM

By 24 Users
23 Excellent Ratings
       UPDATE(2006.06.26): Multi-threading issues solved. Now various OS dialogs don't crash app (common dialogs, browse for folder, browse for printers, etc.). Need Compact In-Process Multi-threading: A FolderWatcher with sample UI (http://www.pscode.com/vb/scr ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  VB Gif Library (includes a native LZW decoder)VB Gif Library (includes a native LZW decoder)VB 6.0Intermediate /
Vlad Vissoultchev
10106 since
3/24/2003 4:57:21 AM

By 25 Users
24 Excellent Ratings
       VB Gif Library includes a set of classes for reading GIF images (both 87a and 89a variations) and rendering them through bitmaps or icons. The library features a native LZW decoder implemented in pure VB so there is no need anymore to rely on LoadPicture ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  VbAmp PlayerVbAmp PlayerVB 6.0Intermediate /
Vlad Vissoultchev
8143 since
8/9/2002 3:51:12 PM

By 9 Users
7 Excellent Ratings
       This is a general purpose media player implemented as a VB Add-in which is "directly" using DirectShow interfaces. Capable of playing avi/mpeg-1/mpeg-2 videos and wav/mp3 audio files. You'll need the codecs of course :-)) http://www.divx.com and http://ww ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 


Search Results: Page 1 of 1 found. Entries 1 - 13 of 13 found

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