CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Cambalinho

Search: Search took 0.03 seconds.

  1. Re: [win32] - how add a persistence image to control?

    can you give me a pratice example, please?(something simple... i know add the resource file to my project)
    can you just show me 2 lines of code show me what to do, please?
  2. Re: [win32] - how add a persistence image to control?

    i'm sorry, lets go back please. i know add a resource file, but how can i do what you mean?
    (sorry, but until now don't make sence to me :( )
  3. Re: [win32] - how add a persistence image to control?

    sorry can you explain better these: "The text is the name of a bitmap (not a filename) defined elsewhere in the resource file."?
  4. Re: [win32] - how add a persistence image to control?

    if i use the SS_CENTERIMAGE style the image use the original size(is what i have tested).

    OReubens: if i understand you, the STATIC or show text or an image, right?

    for custom draw i must use...
  5. [win32] - how add a persistence image to control?

    i have these code for add a persistence image to a control:

    void setImage(string FileName)
    {
    //handle the image
    HBITMAP hImage...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured