Sunday, August 14, 2011
[Research] Visual Basic Functions - Len
The len function in Visual Basic has the input parameters as such; len(inputString), and it returns an integer, the length of the string you specified in the input parameter.
[Research] Windows Media Player - Filetype Compatibility
A handful of compatible Filetypse in Windows Media Player are MP3, WAVE, MP4, MPEG, and WMA.
[Research] Windows Media Player - Pause
In Visual Basic, the Windows Media Play FastReverse function sets the play speed to -5x, though it doesn't work with almost any, if any media filetypes. Has better support with video.
[Research] Windows Media Player - FastForward
Windows Media Player's FastForward function sets the play speed to 5x. This can be set back to 1x by pressing the play button.
[Research] Windows Media Player - Pause
The Windows Media Player object in Visual Basic simply pauses playback of the media file, that is all.
[Research] Windows Media Player - Stop
The Stop function of the Windows Media Player object in Visual Basic stops the current loaded media file and returns it to the starting point, but does not change or unload the media file.
[Research] Windows Media Player - Play
The Play function of the WMP object in Visual Basic has no input parameters, but it sets the currently loaded media file to play at regular speed.
Subscribe to:
Posts (Atom)