掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
Dos窓で? (ID:123946)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
ところで、みなさん。私はVB.NETあまり詳しくないんですが、 こんな感じで合ってますか? Declare Function SetConsoleCtrlHandler Lib "kernel32.dll" (ByVal HandlerRoutine As ConsoleCtrlDelegate,ByVal Add As Boolean) As Boolean Delegate Function ConsoleCtrlDelegate(ByVal dwControlType As Integer) As Boolean SetConsoleCtrlHandler(AddressOf HandlerRoutine, True) Public Shared Function HandlerRoutine(ByVal dwControlType As Integer) As Boolean HandlerRoutine = True End Function
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2020 Takeshi Okamoto All Rights Reserved.