Dear all ,
I'm programming now for a few months active in c# but i have now an problem i don't see .
Maybe can someone explaine what i doing wrong .
I try to check if file is already selected see here for .
Here is code :
{
ofdOpen.Filter =
ofdOpen.ShowDialog(
}}
And i get the error on this : if (!(ofdOpen.FileName))
Error : Operator '!' cannot be applied to operand of type 'string'
I'm sorry but i don't know where to look.
Please help.
Kind regards,
Peter Jennissen