Adjusting screen brightness?

WDawn

New Member
This might be a very stupid question, but i'm totally new here. Is it possible to adjust the screen brightness using basic4ppc code? And if it's possible, how do i do that?

thanks

Vince
 

derez

Expert
Licensed User
Longtime User
backlight

I use the shell to open the control panel :

Shell("\windows\ctlpnl.exe","BacklightAP.cpl")
 

Chester Wilson

Member
Licensed User
Longtime User
Thanks re backlight: now for Volume

That's helpful re the backlight thanks.
How can we get and set the volume levels please?

Erik Wilson.
 

Chester Wilson

Member
Licensed User
Longtime User
You're right. When I get a reply back from fmod.org I will post it in a new one, as 3.75 seems to have walked the plank, and nothing on their website references windows mobile.

Erik.
 

agraham

Expert
Licensed User
Longtime User
as 3.75 seems to have walked the plank, and nothing on their website references windows mobile.
It's still there. Click the download button at the top of the page then "FMOD 3 Programmers API" under "Links" at mid-right on the page and you get here FMOD music & sound effects system

You want "Windows 32bit" for the desktop and "Windows CE" just underneath it for the device. You want the dll under: fmodapi375ce\api\wce4\armv4
 

mjcoon

Well-Known Member
Licensed User
Top