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

Search:

Type: Posts; User: Brain_Storm

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    63,468

    Re: Screenshot to base64 string

    Suggestion?
  2. Replies
    5
    Views
    63,468

    Re: Screenshot to base64 string

    Sorry, I thought wrong. I'm newbie of c++ programming. I use Visual Studio 2010.
  3. Replies
    5
    Views
    63,468

    Screenshot to base64 string

    Hi, I have a problem when I try to convert the buffer of the image into a base64 string. Here is the code:



    #include <windows.h>
    #include <stdio.h>
    #include <gdiplus.h>
    #include...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured