Hi,
I want to change a volume-slider in a DJ-Prog. from my
VB-prog.
How can I control it ?
CU
Byte
Printable View
Hi,
I want to change a volume-slider in a DJ-Prog. from my
VB-prog.
How can I control it ?
CU
Byte
Well, you could try getting the handle of it first. If its an actual slider control it shouldn't be too hard to use SendMessage() to change the value of it. If its a custom control, which just looks like a slider control, then I'm not sure if there is a way..
chem
Thanks,
can you tell me, how I can get the Handle ?
Cu
Byte
Use a program such as the Spy++ Window Finder, to obrtain the class name of the control. If you don't have Spy++ there is a clone by Joacim Andersson in the Codebank-VB6 section.
In this link, is a program that'll allow you to play wavs forward, reverse, scratching (in real time), volume, etc etc etc.
http://www.vbforums.com/showpost.php...8&postcount=45
For mp3's, here is my DirectShow engine )volume control is part of the module too:
http://www.vbforums.com/attachment.p...chmentid=39229
Also made another example in my DirectShow engine that allows 2 or more mp3s to play at the same time.
http://www.vbforums.com/attachment.p...chmentid=39230