C# Label encapsulate to Image



Hi,

In my C# windows form, is it possible to encapsulate a Label to an Image?
If possible, how to do that?
Thanks for help.



Jason


.



Relevant Pages

  • C# ScrollBar and Label
    ... In my C# windows form, I have a Label which has many words in it. ... So I'm thinking using the ScrollBar so I can scroll up and down to see the ... Jason ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: how does this still work??
    ... >language my first exercise which happens to be a windows form looks quite ... >and what entered also goes into label box but on top of previous message. ... generated for you by the winforms designer. ... To be frank, I'd always start with Console applications as, although not ...
    (microsoft.public.dotnet.languages.csharp)
  • how does this still work??
    ... my first exercise which happens to be a windows form looks quite scary. ... entered also goes into label box but on top of previous message. ... private TextBox txtEnter; // These can be altered in properties box no ... Application.Run(new MyForm()); // nor this ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: how does this still work??
    ... Barry ... >>at the C# language my first exercise which happens to be a windows form ... >>button and what have printed goes to the label. ... > its fantastic once you got the hang of it). ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Custom Forms Designer Property Changed Event?
    ... When you change a property of any control on a Windows form, ... that when you change the font size of a label, ... but the handle around the label do not. ...
    (microsoft.public.dotnet.framework.windowsforms)