2009-02-01から1ヶ月間の記事一覧

andLinux の Terminal が起動できなくなった

andLinux の Terminal で zsh をインストールして .zshrc を作成して、chsh とかしてから再起動させたら、Terminal が起動しなくなってしまった。 zsh 云々が原因かは判らないけど、とりあえず andLinux を再インストールする!

タイムアウトしたアプリを閉じる方法

Option Explicit Private Declare Function OpenProcess Lib "kernel32.dll" ( _ ByVal dwAccess As Long, _ ByVal fInherit As Integer, _ ByVal hObject As Long _ ) As Long Private Declare Function WaitForSingleObject Lib "Kernel32" ( _ ByVal hHan…