Home . VB . Code . vbMedia . Audio . Wav File Viewer Control . VB5 WaveViewer . mMain.bas
VB5 WaveViewer (61K)
VB6 WaveViewer (56K)
Zip:14783
Link to code Zip
Applies To:
VB5
Author:
Steve McMahon
No logged bugs.
16 Apr 2004First Posted
Adding Scroll Bars to Forms, PictureBoxes and User Controls
Subclassing Without The Crashes
True Colour DIBSection
Search WWW
vbAccelerator
Attribute VB_Name = "mMain" Option Explicit Private Declare Sub InitCommonControls Lib "comctl32" () Public Sub Main() InitCommonControls Dim f As New frmWavViewer f.Show End Sub
Copyright © 2004 Steve McMahon steve@vbaccelerator.com. All rights reserved.Last Updated: 18 April 2004