메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

Devcafe의 사용자 기여

사용자 편집 수: 1,801건. 계정 생성일: 2024년 10월 4일 (금).
기여 검색펼치기접기
⧼contribs-top⧽
⧼contribs-date⧽
(최신 | 오래됨) ( | ) (20 | 50 | 100 | 250 | 500) 보기

2025년 7월 10일 (목)

2025년 7월 9일 (수)

2025년 7월 8일 (화)

2025년 7월 7일 (월)

2025년 7월 3일 (목)

  • 22:102025년 7월 3일 (목) 22:10 차이 역사 +17 Autoit 한글키 영문키 인지 알고 싶을때→‎Autoit 한글키 영문키 체크 최신
  • 21:472025년 7월 3일 (목) 21:47 차이 역사 +869 새글 Autoit 한글키 영문키 인지 알고 싶을때새 문서: == Autoit 한글키 영문키 체크 == <source lang=autoit> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <winapi.au3> #Include <misc.au3> Global $rr While 1 sleep(10) ; Mouse position Tracker $mousexy = MouseGetPos() $x = $mousexy[0] $y = $mousexy[1] _Get_Hangul() ; 한영키 상태를 불러들임 ToolTip($rr,$x+5 ,$y+10) ; 툴팁으로 한영키 상태표시 WEnd Func _Get_Hangul() $h = WinGet...
  • 20:322025년 7월 3일 (목) 20:32 차이 역사 +411 새글 Autoit 아이콘 설정새 문서: ==Autoit 아이콘 설정== * AutoIt script 앞 부분에 <source lang=autoit> #AutoIt3Wrapper_Icon = ico 파일명 </source> 을 넣어주면 compile된 exe 파일의 아이콘지정 ==트레이 아이콘== <source lang=autoit> $gui = GUICreate(@ScriptName, 1, 1, -100, -100) GUISetIcon(@WindowsDir & "\System32\shell32.dll", 28) GUISetState() TraySetIcon(@WindowsDir & "\System32\shell32.dll", 28) </source> 최신
  • 20:212025년 7월 3일 (목) 20:21 차이 역사 +781 새글 Autoit debugview새 문서: == Autoit debugview == <source lang=autoit> ; ; credits go to ; Karsten Violka (kav@ctmagazin.de), Stefan Porteck (spo@ctmagazin.de) ; Func _DebugPrint($msg, $error = @error, $extended = @extended, $ScriptLineNumber = @ScriptLineNumber) ; view with debug view ; http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx Local $out = $msg & ", Line:" & $ScriptLineNumber & ", Error: " & $error & " " & $extended ;Output to application attaching a cons... 최신
  • 20:122025년 7월 3일 (목) 20:12 차이 역사 +16 Autoit listview sqlite편집 요약 없음 최신
  • 20:112025년 7월 3일 (목) 20:11 차이 역사 +18,652 새글 Autoit listview sqlite새 문서: == SQLKey == === _EditKeyList === * notpad.exe 실행 <source lang=autoit> Func _EditKeyList() _DebugPrint("notepad.exe " & $sKeyListFile) Run("notepad.exe " & $sKeyListFile) EndFunc </source> === _WinAPI_AddFontResourceEx === * 폰트 첨부 함수 <source lang=autoit> #include <GUIConstantsEx.au3> #include <GuiListView.au3> #include <MsgBoxConstants.au3> Example() Func Example() GUICreate("ListView Get/Set Selection Mark (v" & @AutoItVersion & ")", 400, 300)...
(최신 | 오래됨) ( | ) (20 | 50 | 100 | 250 | 500) 보기