I am splitting the label file path into an array as shown below. When I run the program, I get the error indicated at bottom of this page, Can anyone tell me how to avoid making this error.
Thanks
Dim arrFilename() As String = Split(lblFilePath.Text, "\")
arrFilename.Reverse(arrFilename)
Error 1 Access of shared member, constant member,
num member or nested type through an instance; qualifying expression will not be evaluated.
C:\vb9.net\read_write_images\frmMain.vb 525 9
VB.NET How-To Read-Write Images to Database
am splitting the label file path into an array as shown below. When I run the program, I get the error indicated at bottom of this page, Can anyone tell me how to avoid making this error.
Thanks
Dim arrFilename() As String = Split(lblFilePath.Text, "\")
arrFilename.Reverse(arrFilename)
Error 1 Access of shared member, constant member,
num member or nested type through an instance; qualifying expression will not be evaluated.
C:\vb9.net\read_write_images\frmMain.vb 525 9
VB.NET How-To Read-Write Images to Database