Click here to Skip to main content
15,797,488 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Working with date_t and time_t Pin
for study24-Sep-16 1:11
for study24-Sep-16 1:11 
GeneralRe: Working with date_t and time_t Pin
Richard MacCutchan24-Sep-16 1:29
mveRichard MacCutchan24-Sep-16 1:29 
GeneralRe: Working with date_t and time_t Pin
for study24-Sep-16 1:37
for study24-Sep-16 1:37 
GeneralRe: Working with date_t and time_t Pin
Richard MacCutchan24-Sep-16 1:48
mveRichard MacCutchan24-Sep-16 1:48 
GeneralRe: Working with date_t and time_t Pin
for study25-Sep-16 20:18
for study25-Sep-16 20:18 
QuestionAdding gtkmm lib to visual studio 2015 Pin
Osikwemen13-Sep-16 0:04
Osikwemen13-Sep-16 0:04 
AnswerRe: Adding gtkmm lib to visual studio 2015 Pin
Alexandre Bencz23-Sep-16 9:53
Alexandre Bencz23-Sep-16 9:53 
QuestionMFC CDialogBar drawing issue on High DPI screen Pin
Taiming J5-Sep-16 0:06
Taiming J5-Sep-16 0:06 
I have a MFC SDI application created and added CDialogBar to set as main toolbar as you look in the screenshot I attached. It works well on every windows os(Xp, 7, 8, 8.1, 10) of windows tablet devices except only Microsoft Surface.

Please look at this screenshot. the CDialogBar menu is cut off. I don't know reason why this happens. The drawing issue always only occurs on Microsoft Surface 3 which has high resolution and high DPI screen and it works good on any other tablet. This is very strange issue so I dragged toolbar(CDialogBar) and dropped down on any place then the toolbar was re-painted clearly. So.. through this issue, I am sure that this is re-drawing issue. Is there any drawing function to redraw that area?

I am attaching my minimized source code to represent drawing issue.

Drawing Issue Screenschot

Minimal Source code to represent drawing issue

Please help me. Thanks

Operating System: Windows 10
Tablet: Microsoft Surface 3
Tool: Visual Studio 2015 Update 3
DPI rate: 150%

To resolve this issue, I have been trying to set DPI Awareness property to None, but the graphics Interface was not good and they were all stretched. I really don't like this solution, I have to find other solution without setting DPI Awareness to "None".

NewsMicrosoft wants to hear about issues C++/CLI devs are having Pin
John Schroedl23-Aug-16 9:28
professionalJohn Schroedl23-Aug-16 9:28 
SuggestionRe: Microsoft wants to hear about issues C++/CLI devs are having Pin
Richard Deeming23-Aug-16 9:31
mveRichard Deeming23-Aug-16 9:31 
GeneralRe: Microsoft wants to hear about issues C++/CLI devs are having Pin
John Schroedl23-Aug-16 9:34
professionalJohn Schroedl23-Aug-16 9:34 
GeneralRe: Microsoft wants to hear about issues C++/CLI devs are having Pin
Richard Deeming23-Aug-16 9:50
mveRichard Deeming23-Aug-16 9:50 
Questionpin_ptr versus interior_ptr Pin
John Schroedl23-Aug-16 9:04
professionalJohn Schroedl23-Aug-16 9:04 
AnswerRe: pin_ptr versus interior_ptr Pin
Jon McKee31-Oct-16 17:29
professionalJon McKee31-Oct-16 17:29 
GeneralRe: pin_ptr versus interior_ptr Pin
John Schroedl1-Nov-16 2:58
professionalJohn Schroedl1-Nov-16 2:58 
QuestionIs it possible to create something invisible to a human eye Pin
MCSIDevelopers18-Aug-16 11:39
MCSIDevelopers18-Aug-16 11:39 
AnswerRe: Is it possible to create something invisible to a human eye Pin
Richard MacCutchan18-Aug-16 23:29
mveRichard MacCutchan18-Aug-16 23:29 
GeneralRe: Is it possible to create something invisible to a human eye Pin
MCSIDevelopers19-Aug-16 2:43
MCSIDevelopers19-Aug-16 2:43 
GeneralRe: Is it possible to create something invisible to a human eye Pin
Richard MacCutchan19-Aug-16 2:57
mveRichard MacCutchan19-Aug-16 2:57 
GeneralRe: Is it possible to create something invisible to a human eye Pin
MCSIDevelopers20-Aug-16 13:46
MCSIDevelopers20-Aug-16 13:46 
GeneralRe: Is it possible to create something invisible to a human eye Pin
Richard MacCutchan20-Aug-16 21:41
mveRichard MacCutchan20-Aug-16 21:41 
QuestionString concatenation using operator overloading Pin
kinderu4-Aug-16 1:32
kinderu4-Aug-16 1:32 
QuestionRe: String concatenation using operator overloading Pin
Richard MacCutchan4-Aug-16 2:17
mveRichard MacCutchan4-Aug-16 2:17 
AnswerRe: String concatenation using operator overloading Pin
KarstenK29-Nov-16 6:58
mveKarstenK29-Nov-16 6:58 
QuestionNeed help with managed C++ dll so unmanaged C++ program can use third party c# dll Pin
garyflet18-Jul-16 11:46
garyflet18-Jul-16 11:46 

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.