vb也可以实现播放wav音乐的电平功能
Private Type SUBCHUNK2
SubChunk2ID As String * 4
SubChunk2Size As Long
End Type
Private Type WAVEHEADINFO
ChunkID As String * 4 'RIFF"
ChunkSize As Long
Format As String * 4
SubCh
...
今天给大家介绍一款游戏,你可以在其中实现一个CPU核心。
游戏名称:Circuit Artist
Steam页面:https://store.steampowered.com/app/3139580/Circuit_Artist
GitHub页面(开源版没提供release,如果有宅宅感兴趣后续我会编译一版看看内容和steam版有何不同):https://github
最近写了一个vb专用的彩色条,dll,
Private Sub Command1_Click()
Dim VV As COLORBARINFO
Me.Cls
With VV
.IsHorizontal = True
.Colors = Array(vbRed, vbYellow, vbBlue, &H80FF&, vbGreen, &HFF00FF, &HFFFF00)
.Height = 200
.Width = 200
End With
DrawColorBar Me, VV
End Sub
比较小实现绘图如下效果