hey frnds, I want to ask you want thing is it possible to resize the image of media player without changing the image height + width.
Plz somebody help me out..
Public Class Form2
Dim sFilename As String = "D:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\Blue hills.jpg"
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
AxWindowsMediaPlayer1.URL = sFilename
End Sub