gamerman2360 Posted February 19, 2006 Posted February 19, 2006 Is there a way to get the functinality in "sndvol32.exe"(Volume Control) in several UDFs? If not I will just interact with the window's controls. In order to do that I need help messing with the SysListView321 control used in it's properties. The following styles let it have checkboxes that I can't figure out how to interact with. Style: 0x50014001 ExStyle: 0x00000204
GaryFrost Posted February 19, 2006 Posted February 19, 2006 Is there a way to get the functinality in "sndvol32.exe"(Volume Control) in several UDFs? If not I will just interact with the window's controls. In order to do that I need help messing with the SysListView321 control used in it's properties. The following styles let it have checkboxes that I can't figure out how to interact with.Style: 0x50014001ExStyle: 0x00000204 Not sure what your trying to do exactly, but maybe a couple things to look athttp://www.autoitscript.com/forum/index.ph...ndpost&p=149390http://www.autoitscript.com/forum/index.ph...ndpost&p=133776 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
gamerman2360 Posted February 21, 2006 Author Posted February 21, 2006 Thanks for the help. I'm trying to get a program that will play a wave file into a microphone or something so anyone on teamspeek or ventrillo will hear it. I know you can select where the computer gets it's sound input using that sndvol32.exe but the only thing that can be scripted with it is whether it starts up in normal output volume controls ("sndvol32.exe") or recording ("sndvol32.exe -R") . So I was thinking why not have autoit interact with it while it's hidden. The only thing that was the problem with that was the dang SysListView321 control. Anyway, thanks again. I'll read these later.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now