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!