Tuesday, November 11, 2008

Boolean Operators in VB .NET

Operators in VB .NET:
OperatorUse
Not Negation
AndConjunction
AndAlsoConjunction
Or Disjunction
OrElse Disjunction
Xor Disjunction

Download YouTube & Google Video clips via bookmarklets

Download YouTube & Google Video clips via bookmarklets

How can I play Flash Video (FLV) files on Windows?

Combining current CVS builds of Media Player Classic with the latest daily builds of ffdshow provides thorough FLV support. While ffdshow is capable of rendering FLV1, the FLV splitter/decoder incorporated in the CVS builds of Media Player Classic adds support for On2's VP6 codec (Flash8).

The FLV splitter/decoder can also be downloaded as a standalone DirectShow filter (source filter + splitter + decoder) to be combined with Media Player Classic's official stable builds or other DirectShow video players including Windows Media Player.

Another full-fledged video player with native (yet limited) FLV support is VLC media player. Designated Flash Video players like FLVPlayer by Martijn de Visser or Riva FLV Player handle FLV files (FLV1 & On2 VP6) fine, but are otherwise limited in functionality.

----
Why I need to play flv in a wmplayer? bc to embed a player controller in .NET programs, it costs $200+ for a flv player controller, but costs 0 for a wmplayer COM object.

Use MediaPlayer in .NET

1) Add the control to the Toolbox by right clicking the Toolbox, selecting "Choose Items...", picking the COM Components tab, and checking the box for the Windows Media Player control. 2) Drag/drop the Windows Media Control onto your form. 3) Play the file by setting the Url property on the player, e.g., mplayer.URL = c:\test.wmv mplayer.Ctlcontrols.currentPosition = 2 mplayer.Ctlcontrols.play()

MIDI programming

MSDN

Code Project from: Leslie Sanford - Programming

An Introduction to MIDI - Contents