T thomassen234 Member May 7, 2012 #1 Im trying to use the phone library to get the phone to mute when i click a button any quick help?
vb1992 Well-Known Member Licensed User Longtime User May 8, 2012 #2 SetVolume (Channel As Int, VolumeIndex As Int, ShowUI As Boolean) Sets the volume of the specified channel. Channel - One of the VOLUME constants. VolumeIndex - The volume index. ShowUI - Whether to show the volume UI windows. Example: Dim p As Phone p.SetVolume(p.VOLUME_MUSIC, 0, false) Click to expand... Upvote 0
SetVolume (Channel As Int, VolumeIndex As Int, ShowUI As Boolean) Sets the volume of the specified channel. Channel - One of the VOLUME constants. VolumeIndex - The volume index. ShowUI - Whether to show the volume UI windows. Example: Dim p As Phone p.SetVolume(p.VOLUME_MUSIC, 0, false) Click to expand...