| vbAccelerator - Contents of code file: mMain.basThis file is part of the download VB6 Winamp Plugin Client, which is described in the article Using WinAmp In Plugins From VB. Attribute VB_Name = "mMain" Option Explicit Private Declare Sub InitCommonControls Lib "comctl32.dll" () Public Sub Main() InitCommonControls Dim f As New frmWinAmpPlugin f.Show End Sub
| |||
|
|
||||