Ok, this really is strange, i cannot compile any code thta uses the .Filter attribute of the commonDialog control... thing is i used to be able too...
VB Code:
CD.Filter "*.Txt|Text Files"
that code throws up the error... and i have tried
VB Code:
With CD .Filter = "*.txt|Text Files" End With
(and yes my control is called CD)
Any Help ?




Reply With Quote