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

Search:

Type: Posts; User: Igor Vartanov

Search: Search took 0.13 seconds.

  1. Replies
    30
    Views
    8,518

    Re: [RESOLVED] Displaying a jpeg image

    You definitely have to understand the difference between programming language C++ and product Visual C++. As well, you have to learn to tell product VC from technologies like Win32 API, COM, ODBC,...
  2. Replies
    30
    Views
    8,518

    Re: [RESOLVED] Displaying a jpeg image

    You may be interested in whatever you want, but you cannot ignore programming basics. If you want to create Windows programs, you need to learn basics of programming Windows prior to getting any...
  3. Replies
    30
    Views
    8,518

    Re: Displaying a jpeg image

    Load() is a function. Now you tell me how to find the return value of a function. If you don't know that, it is time for you to get back to school bench and learn C++ basics.
  4. Replies
    30
    Views
    8,518

    Re: Displaying a jpeg image

    Are you sure the file exists and really is JPEG?



    SetScrollSizes is a member of CScrollView, so your view class must inherit to the class. You must not blindly copy-paste just a few lines...
  5. Replies
    30
    Views
    8,518

    Re: Displaying a jpeg image

    The oldi-goldi way is OleLoadPicture, but it is only aware of BMP and JPEG formats.
    Sample: 32469

    ATL::CImage class Victor mentioned is much more universal, but not available in VC Express...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured