私はvb4 16ビットアプリを持っています。これら2つのライブラリを変換したい...
Declare Function IsCharLower Lib "User" (ByVal cChar As Integer) As Integer
Declare Function IsCharUpper Lib "User" (ByVal cChar As Integer) As Integer
vb6 32bitに変換したい やり方
私はvb4 16ビットアプリを持っています。これら2つのライブラリを変換したい...
Declare Function IsCharLower Lib "User" (ByVal cChar As Integer) As Integer
Declare Function IsCharUpper Lib "User" (ByVal cChar As Integer) As Integer
vb6 32bitに変換したい やり方