asked on
Public Sub uploadMLB()
Dim path As String = "c:\My Pictures\"
Dim pic As Image
OpenFileDialog1.ShowDialog()
pic = New Bitmap(OpenFileDialog1.FileName)
If Sportscode = "AA" Then
picnflplayer.Image = pic
picnflplayer.Visible = True
Else
Exit Sub
btnuploadpic.Text = "Save"
End If
End Sub
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY
ASKER