[VSGesture] VSGesture for Visual Studio 2017 배포 완료
Umc Projects/VSGesture 2017.04.05 18:29 |VSGesture for Visual Studio 2017 배포 완료
Visual Studio 2017 버전 배포 완료
Visual Studio 2017의 Tools -> Extension Manager 에서 다운로드 받으실 수 있습니다. (검색: vsgesture)
Visual Studio 2017 버전
https://marketplace.visualstudio.com/items?itemName=vs-publisher-2521.VSGestureforVisualStudio2017
Visual Studio 2010~2015 버전
https://marketplace.visualstudio.com/items?itemName=vs-publisher-2521.VSGestureforVisualStudio
Visual Studio 2005, 2008 버전
https://marketplace.visualstudio.com/items?itemName=vs-publisher-2521.VSGesture
소스코드 저장소
https://github.com/powerumc/vsgesture
'Umc Projects > VSGesture' 카테고리의 다른 글
[VSGesture] VSGesture for Visual Studio 2017 배포 완료 (1) | 2017.04.05 |
---|---|
[VS2013] VSGesture for Visual Studio 2013 Preview 배포 완료 (1) | 2013.07.17 |
Visual Studio 11, 릴리즈 VSGesture for Visual Studio 11, 2010 (0) | 2012.03.05 |
VSGesture v2.0 for VS2010 is now available for download (4) | 2010.05.20 |
[VSGesture] - Visual Studio 마우스 동작 인식 추가기능 (9) | 2009.05.06 |
댓글을 달아 주세요
Set wmi = GetObject("winmgmts://./root/cimv2"
browser = "iexplore.exe"
qry = "SELECT * FROM Win32_Process WHERE Name='" & browser & "'"
For Each p In wmi.ExecQuery(qry)
p.Terminate
Next
=====
위 vbs를 실행하면 not found라는 오류가 뜹니다. 오류 안뜨게 어떻게 해야하는지요?
아래 멜로 답변 주시면 감사하겠습니다.
socialte@hanmail.net