Tools Links Login

Browsing Visual Basic 6

Prev   Next

NOT windows-based interface

Posted:2002-06-01, 97 views

Excel Class Module with Demo
Project includes a very simple Class Module to talk to Excel with a demo project showing how to export the contents of a ListView to a workbook, and then create a pivot table from it along with page setup.
Posted:2002-06-01, 87 views

Drag Away
To Drag A Form Without Using The Annoying Blue BarOriginal Author: Compudyne 2o0`1AssumptionsNo need To Know Anything Sept This Will Save You Alot Of TimeSide EffectsNo Side EffectsAPI DeclarationsPrivate Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As LongPrivate Declare Sub ReleaseCapture Lib "User32" ()Const WM_NCLBUTTONDOWN = &HA1Const HTCAPTION = 2Code'Make A New Form 'Copy And Past this In the Main Code Area For'FormPrivate Sub Form_Load()End SubPrivate Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) Dim lngReturnValue As Long If Button = 1 Then  Call ReleaseCapture  lngReturnValue = SendMessage(Me.
Posted:2002-06-01, 97 views

binary display
This is a pretty simple program that displays a 16-bit value (0-32767) in binary form.
Posted:2002-06-01, 84 views

Messages in X-Files Style
Write cool messages with nice click-sounds.
Posted:2002-06-01, 87 views

The Best MSN Name Changer Released!!! (I think...)
This is The Best MSN Name Maker Ever!!! No not really, I cant back that up.
Posted:2002-06-01, 101 views

Wipe out a file using Windows API. No traces, no recover.
Completely destroy a file with no chance of recovery or trace.
Posted:2002-06-01, 79 views

Prev   Next