I am creating a user control in VB.NET.

So far so good... but I have have a few problems that were REALLY standard in VB 6.0.

I looked over the internet and looked through resources on how to use property persistence with no avail. All I am trying to do is save the value of a custom property I created.

Any help here is great

I also spent time trying to use the ToolBoxBitmapAttribute
I use this code to declare the class. I do have the image located at C:\ called myImage.bmp

ToolboxBitmap("C:\myImage.bmp")> Class MyControl

But the bmp does appear in the toolbox. I still get the default bmp

Anyways Thanks


Raistlin