Love your work![]()
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"
To get the command list, send the "?" command.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;
Download GammaControl v2.4
Donate!
Love your work![]()
Jarrod - Holden VX S!
ThanksOriginally Posted by Jarrod
![]()
congrat.. 0I33I.. good work.. one request though.. can you make it possible to add more settings than DAY, NIGHT, NORMAL..
Can you please explain this in a little more detail? Thanks.Originally Posted by 0l33l
How would you access these settingsOriginally Posted by Nomader
![]()
Some people want to have a different gamma for when they are playing games. So you can enable this setting from the right click menu. It will refresh the night gamma at the specified interval.Originally Posted by Erorus
i use RR.. so i would like to cycle through 4-5 gamma settings...by just one button. i don't use fade and automatic gammaOriginally Posted by 0l33l
(but they are veeeeery nice anyways)
Ah, gotcha. Thanks! I look forward to trying GammaControl on my setup.Originally Posted by 0l33l
I guess that would come in handyOriginally Posted by Nomader
On the weekends I'll be working on a skinning engine for GC. So the cycle through multiple gammas may be available later on.
Bookmarks