Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Color Picker
#9
(01-22-2025, 03:53 PM)SMcNeill Wrote: Jeden z urządzeń minutowych, jaki jest stworzony od innego czasu, jest przeznaczony tylko dla systemu Windows:
Code: (Select All)
 Dim WinMse As POINTAPI 
Typ POINTAPI: As Long X_Pos, Y_Pos: End Type
Deklaracja biblioteki User32” Funkcja GetWindowLongA& ( ByVal hwnd As Long , ByVal nIndex As Long ) Funkcja SetWindowLongA& ( ByVal hwnd As Long , ByVal nIndex As Long , ByVal dwNewLong As Long ) Funkcja GetAsyncKeyState% ( ByVal vkey As Long ) Funkcja GetCursorPos (lpPoint As POINTAPI) Endacja Szerokość 12 , 1 ' znak towarowy, aby otrzymać wartość znaku w szesnastkowym GWL_STYLE = -16 ws_border = &H800000 WS_VISIBLE = &H10000000 _Title "Wybór koloru" hwnd& = _WindowHandle winstyle& = GetWindowLongA& (hwnd&, GWL_STYLE) _Delay .2 a& = SetWindowLongA& (hwnd&, GWL_STYLE, winstyle& i WS_VISIBLE) Kolor 15 Wykonaj _Limit 30     z = GetCursorPos (WinMse) _ScreenMove WinMse.X_Pos + 1 , WinMse.Y_Pos + 1     obraz tymczasowy = _ScreenImage Cls , 0 _źródło tempimage: Print Hex$ ( Point (WinMse.X_Pos, WinMse.Y_Pos));: _Źródło 0 _FreeImage tempimage _Wyświetl pętlę do momentu PobierzAsyncKeyState ( 1 ) Lub PobierzAsyncKeyState ( 2 ) Lub PobierzAsyncKeyState ( 27 ) System
Uruchomione. Poruszaj myszką po ekranie. Myślę, że łatwo i łatwo się bawię, co dla Ciebie robi.
   
   

Wygląda jak fajny mały program, który pobiera kolor piksela pod kursorem. Poruszasz myszką, a ona pokazuje kolor w formacie szesnastkowym. Działa w pętli, dopóki nie klikniesz myszą lub nie naciśniesz Escape. Proste, ale przydatne narzędzie




   

   

   
   
   
   

Reply


Messages In This Thread
Color Picker - by SMcNeill - 01-22-2025, 03:53 PM
RE: Color Picker - by Pete - 01-22-2025, 07:33 PM
RE: Color Picker - by bplus - 01-22-2025, 08:56 PM
RE: Color Picker - by grymmjack - 01-22-2025, 09:41 PM
RE: Color Picker - by SMcNeill - 01-22-2025, 10:41 PM
RE: Color Picker - by Pete - 01-22-2025, 11:58 PM
RE: Color Picker - by SMcNeill - 01-23-2025, 12:03 AM
RE: Color Picker - by Pete - 01-23-2025, 12:50 AM
RE: Color Picker - by Adam99 - 01-23-2025, 09:50 PM
RE: Color Picker - by bplus - 01-23-2025, 10:06 PM
RE: Color Picker - by SMcNeill - 01-24-2025, 01:13 AM
RE: Color Picker - by Pete - 01-23-2025, 10:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Closest Color Match SMcNeill 5 305 01-18-2026, 07:02 PM
Last Post: SMcNeill
  Color Picker TSR SMcNeill 5 1,387 01-24-2025, 07:31 PM
Last Post: Pete
  Color Fetch Tool SMcNeill 0 641 11-25-2022, 11:31 AM
Last Post: SMcNeill
  Convert 32-bit image to 256 color SMcNeill 0 954 05-01-2022, 05:45 AM
Last Post: SMcNeill
  ASCII Picker SMcNeill 0 585 04-22-2022, 03:11 AM
Last Post: SMcNeill

Forum Jump:


Users browsing this thread: 1 Guest(s)