Hi guys.
I have some labels on a panel. I'd like to draw a line around them.
Is there a way to do this in C# for Smartdevice in VS2005?
I see examples on the net for the desktop label - it has a Borderstyle property but alas the humble compact one doesn't.
I've tried using a Graphics object but I get a null reference error. The Graphics object doesn't have a constructor so it won't compile if I instantiate a new one.
any help would be appreciated.
regards, Ricky
I have some labels on a panel. I'd like to draw a line around them.
Is there a way to do this in C# for Smartdevice in VS2005?
I see examples on the net for the desktop label - it has a Borderstyle property but alas the humble compact one doesn't.
I've tried using a Graphics object but I get a null reference error. The Graphics object doesn't have a constructor so it won't compile if I instantiate a new one.
any help would be appreciated.
regards, Ricky