Hi,
I've just created another form in a project to use as a dialog form and I've created a few properties some of which need a default value when they load up. I've seen forums which say use this
Code:
<DefaultValue("value")>
But it
VB 2008 doesn't seem to like it?
Any Ideas?