| vbAccelerator - Contents of code file: mMain.basThis file is part of the download VB5 Audio Burner, which is described in the article Writing Audio CDs. Attribute VB_Name = "mMain" Option Explicit Private Declare Sub InitCommonControls Lib "comctl32" () Public Sub Main() InitCommonControls Dim fAB As New frmAudioBurner fAB.Show End Sub
| |||
|
|
||||