| vbAccelerator - Contents of code file: mMain.basThis file is part of the download VB6 Simple CD Burner, which is described in the article Simple Data CD Creation Using ICDBurn. Attribute VB_Name = "mMain" Option Explicit Private Declare Sub InitCommonControls Lib "comctl32" () Public Sub Main() InitCommonControls Dim fC As New frmCDBurn fC.Show End Sub
| |||
|
|
||||