04-01-2012 03:38 PM
04-01-2012 04:09 PM
There should be a Windows DLL that you can call with a Call Library Function Node, but I'm not sure what it is.
I did a little searching and this is the closest I got: http://msdn.microsoft.com/en-us/library/aa908146.aspx
04-02-2012 08:38 AM
Hey elriwech,
What version of Windows OS are you using?
For Windows XP and 2000 there is win32.dll that you can call and do that, for Windows Vista and 7 it is more difficult due to the restricitons you have.
Kind regards,
04-02-2012 12:42 PM
04-02-2012 12:51 PM
04-02-2012 01:03 PM
I have not used the DLL before, so the MSDN documentation I linked is the best I have unfortunately.
I am also concerned about what ion.rosca said, because I think I may have seen the same thing while searching for it. The DLL will work on XP, but I think it fails in Vista and 7.
Sorry ![]()
04-02-2012 01:13 PM
04-02-2012 01:57 PM
Hello,
I've found the following topic on microsoft website:
http://msdn.microsoft.com/en-us/library/system.windows.controls.mediaelement.volume(v=vs.95).aspx#Y0
At this moment I don't know how is the dll built, as a .NET assembly, in this case you should use
http://zone.ni.com/reference/en-XX/help/371361H-01/lvdialog/assemblies_in_memory/
or if it is Active X service.
I believe the next step will be to write to microsoft and ask exactly which is the dll and how it is defined, as a C dll (I doubt that is C), as a .NET assembly (this makes more sense for me) or an Active X, in this case you should have a closer look at DCOM settings.
Kind regards,
Ion R.
04-02-2012 02:23 PM
05-03-2012 10:25 AM
Hi all,
I am having the same problem like elriwech ( need to control pc volume using LabVIEW ) however I have windows XP machine so I was wodering if someone could give me an example of what parameters to use for the .dll file. I would really appreciate.
Thanks