J
Jack Russell
I have the following
If MyOpenFiledialog1.ShowDialog = DialogResult.OK then
This works fine in VB2003 but in express I get the warning
"Access of shared member, constant member, enum member or nested type
through an instance; qualifying expression will not be evaluated"
What does this mean / what is wrong?
Thanks
Jack Russell
If MyOpenFiledialog1.ShowDialog = DialogResult.OK then
This works fine in VB2003 but in express I get the warning
"Access of shared member, constant member, enum member or nested type
through an instance; qualifying expression will not be evaluated"
What does this mean / what is wrong?
Thanks
Jack Russell