Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.Is there an easy way I can launch the Displays preferences panel?

Answer: Use the code below:
Example
dim error as Integer

error=OpenMacOSXPreferencesPaneMBS("Displays")
if error<>0 then
MsgBox "Failed to launch QuickTime System Preferences panel."
end if

The biggest plugin in space...