I am writing a program with Visual C++ 6.0 that shall send the letter 'a' to VLC. I want it to do that because I want to adjust the volume in VLC using the hotkeys in VLC. I want to use SendInput to do this. Do anyone know what parameters I must use in SendInput(), and which libraries I must include...
mokdevel: How do I find the window handle to VLC? And does SendKeys work in Visual C++? And if it works in Visual C++, is there any special libraries I have to include?
Hi, I am a newbie programmer and I have written a C-program that open sound and video files in VLC(Using CreateProcess). I wonder how I can use the C-program to control the volume level in VLC. Do I use the console with the rc interface? How do I communicate between the C-program and the VLC console...