简介:PublicConstmci_mode_closeAsInteger=524PublicConstmci_mode_playAsInteger=526PublicConstmci_mode_pauseAsInteger=529PrivateSubsound_Click()'如果声音正在播放则暂停或继续播放If(NotMMControl1.Mode=mci_mode_pause)And(MMControl1.Mode=mci_mode_play)Then ,picture1.picture=loadpicture("move.bmp")endsub'=========================================================='单击按钮时,picture1.picture设置为normal.bmp