Click here to Skip to main content
16,004,505 members

Comments by Sergey Alexandrovich Kryukov (Top 200 by date)

Sergey Alexandrovich Kryukov 30-Jun-16 15:54pm View    
You are very welcome.
Good luck, call again.
—SA
Sergey Alexandrovich Kryukov 30-Jun-16 11:25am View    
1) Parse JSON, deserialize it into some object; 2) Use ADO.NET and do whatever you what to do with the object obtained.
—SA
Sergey Alexandrovich Kryukov 30-Jun-16 11:19am View    
Here is the key word: debugger.
—SA
Sergey Alexandrovich Kryukov 30-Jun-16 11:16am View    
It does not seem to make any sense. Anyway, it could not be possibly called "create... Windows 10 system".
This is not just your problem. I have an impression that people in your company have nothing to do. :-(
—SA
Sergey Alexandrovich Kryukov 30-Jun-16 10:42am View    
That is enough, thank you.

In this environment, you use raw Windows API (perhaps with a very thing MFC wrapper (see MFC documentation: CImage), or combining it with raw Windows API). The approach I described in my previous comment fully applies. The role of the event handler is played by your handler of the event WM_PAINT. Look the documentation on this event and handling it. See also the Windows API methods Invalidate*..., for completeness.

If you need more detail or cannot find all ends, please post a separate question, on a separate question page. You can give me a link to this question by commenting on this comment; I'll try to answer quickly.

—SA