View Single Post
Old 07-04-2006, 01:18 AM   #1
0l33l
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Exclamation [Release]: GammaControl v2.4

New in this release:
  • Launch applications @ day or night
  • Added SendMessage Support
  • Added ability to have refresh the night setting (for gamers)
  • Added ability to disable the on screen text @ startup

How to use SendMessage:
Find "GammaControl Receiver"
Code:
procedure TForm1.Button1Click(Sender: TObject); var MyCopyDataStruct: TCopyDataStruct; hTargetWnd: HWND; begin with MyCopyDataStruct do begin dwData := 1; cbData := StrLen(PChar(Edit1.Text)) + 1; lpData := PChar(Edit1.Text) end; hTargetWnd := FindWindow(nil,PChar('GammaControl Receiver')); SendCopyData(hTargetWnd, MyCopyDataStruct); end;

To get the command list, send the "?" command.

Download GammaControl v2.4

Donate!
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver

Last edited by 0l33l; 07-19-2006 at 09:53 PM.
0l33l is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links