VB Tips Vol.51
Windows フォルダの取得
| Option Explicit Private Declare Function GetWindowsDirectory Lib "Kernel32.dll" _ Alias "GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long) As Long Private Sub Form_Load() |
サンプルプログラムのダウンロード(4.80KB)
※このページの内容とサンプルプログラムのコードは多少異なる場合があります。