Click here to Skip to main content
15,914,070 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do you do data exchange (as in DDX_ functions/macros).... Pin
Member 1095872123-Jul-14 5:50
Member 1095872123-Jul-14 5:50 
QuestionIcons are displayed as black squares on remote desktops Pin
APSAccounts23-Jul-14 4:36
APSAccounts23-Jul-14 4:36 
AnswerRe: Icons are displayed as black squares on remote desktops Pin
Richard Andrew x6423-Jul-14 5:02
professionalRichard Andrew x6423-Jul-14 5:02 
GeneralRe: Icons are displayed as black squares on remote desktops Pin
APSAccounts23-Jul-14 5:07
APSAccounts23-Jul-14 5:07 
AnswerRe: Icons are displayed as black squares on remote desktops Pin
Richard MacCutchan23-Jul-14 6:14
mveRichard MacCutchan23-Jul-14 6:14 
GeneralRe: Icons are displayed as black squares on remote desktops Pin
APSAccounts23-Jul-14 22:11
APSAccounts23-Jul-14 22:11 
GeneralRe: Icons are displayed as black squares on remote desktops Pin
Richard MacCutchan23-Jul-14 22:18
mveRichard MacCutchan23-Jul-14 22:18 
GeneralRe: Icons are displayed as black squares on remote desktops Pin
APSAccounts23-Jul-14 22:43
APSAccounts23-Jul-14 22:43 
The demo project gives you the function GetBitmapAsText(); which constantly and reliably delivers the same picture because it always returns a hardcoded string of base64-encoded picture data. Despite of this fact and despite of the constant algorithm for the presentation the presentation of the picture differs depending on the system. Therefore, for me the reason for the problem is situated somewhere in the interaction of the presentation algorithm with the specific system.

The only bridge I could build for you in order to make the picture data more transparent, would be to get rid of the base64 encoding and hardcode the picture data directly into picInBytes (BYTE*) as it is consumed by the API function CreateBitmap. But would it really help?

The only reason for checking the picutre data once again would be for me the knowledge of a limitation saying that CreateBitmap needs the data on different systems in different forms...
GeneralRe: Icons are displayed as black squares on remote desktops Pin
Richard MacCutchan23-Jul-14 22:48
mveRichard MacCutchan23-Jul-14 22:48 
GeneralRe: Icons are displayed as black squares on remote desktops Pin
APSAccounts23-Jul-14 22:58
APSAccounts23-Jul-14 22:58 
QuestionUsing CMFCShellListCtrl Pin
Member 1095872122-Jul-14 6:28
Member 1095872122-Jul-14 6:28 
AnswerRe: Using CMFCShellListCtrl Pin
Richard Andrew x6422-Jul-14 8:44
professionalRichard Andrew x6422-Jul-14 8:44 
GeneralRe: Using CMFCShellListCtrl Pin
Member 1095872122-Jul-14 15:37
Member 1095872122-Jul-14 15:37 
QuestionUsing CMFCShellListCtrl Pin
Member 1095872122-Jul-14 6:24
Member 1095872122-Jul-14 6:24 
AnswerRe: Using CMFCShellListCtrl Pin
Richard MacCutchan22-Jul-14 6:54
mveRichard MacCutchan22-Jul-14 6:54 
QuestionVisual studio 2010 compile error - I don't understand how to fix it Pin
Member 1095872122-Jul-14 5:23
Member 1095872122-Jul-14 5:23 
AnswerRe: Visual studio 2010 compile error - I don't understand how to fix it Pin
Jochen Arndt22-Jul-14 5:44
professionalJochen Arndt22-Jul-14 5:44 
GeneralRe: Visual studio 2010 compile error - I don't understand how to fix it Pin
Member 1095872122-Jul-14 6:26
Member 1095872122-Jul-14 6:26 
GeneralRe: Visual studio 2010 compile error - I don't understand how to fix it Pin
Member 1095872122-Jul-14 6:26
Member 1095872122-Jul-14 6:26 
QuestionRegarding Image re sizing using Tiva c series MCU and Keil as IDE. Pin
Member 1083350122-Jul-14 2:09
Member 1083350122-Jul-14 2:09 
AnswerRe: Regarding Image re sizing using Tiva c series MCU and Keil as IDE. Pin
CPallini22-Jul-14 2:40
mveCPallini22-Jul-14 2:40 
GeneralRe: Regarding Image re sizing using Tiva c series MCU and Keil as IDE. Pin
Member 1083350122-Jul-14 2:56
Member 1083350122-Jul-14 2:56 
QuestionRe: Regarding Image re sizing using Tiva c series MCU and Keil as IDE. Pin
CPallini22-Jul-14 6:07
mveCPallini22-Jul-14 6:07 
AnswerRe: Regarding Image re sizing using Tiva c series MCU and Keil as IDE. Pin
Member 1083350122-Jul-14 19:05
Member 1083350122-Jul-14 19:05 
QuestionRe: Regarding Image re sizing using Tiva c series MCU and Keil as IDE. Pin
CPallini22-Jul-14 20:29
mveCPallini22-Jul-14 20:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.