Click here to Skip to main content
15,922,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing gamma with multiple display setup Pin
Valentinor6-Feb-21 1:55
Valentinor6-Feb-21 1:55 
GeneralRe: Changing gamma with multiple display setup Pin
Richard MacCutchan6-Feb-21 2:10
mveRichard MacCutchan6-Feb-21 2:10 
GeneralRe: Changing gamma with multiple display setup Pin
Valentinor6-Feb-21 2:56
Valentinor6-Feb-21 2:56 
GeneralRe: Changing gamma with multiple display setup Pin
Dave Kreskowiak6-Feb-21 5:05
mveDave Kreskowiak6-Feb-21 5:05 
GeneralRe: Changing gamma with multiple display setup Pin
Valentinor6-Feb-21 21:34
Valentinor6-Feb-21 21:34 
GeneralRe: Changing gamma with multiple display setup Pin
Dave Kreskowiak7-Feb-21 4:30
mveDave Kreskowiak7-Feb-21 4:30 
GeneralRe: Changing gamma with multiple display setup Pin
Valentinor7-Feb-21 4:46
Valentinor7-Feb-21 4:46 
GeneralRe: Changing gamma with multiple display setup Pin
Dave Kreskowiak7-Feb-21 6:29
mveDave Kreskowiak7-Feb-21 6:29 
GeneralRe: Changing gamma with multiple display setup Pin
Richard MacCutchan6-Feb-21 5:11
mveRichard MacCutchan6-Feb-21 5:11 
GeneralRe: Changing gamma with multiple display setup Pin
Valentinor6-Feb-21 21:44
Valentinor6-Feb-21 21:44 
QuestionCreating c++ static library that uses 3rd party static libraries. Pin
Maximilien1-Feb-21 9:02
Maximilien1-Feb-21 9:02 
AnswerRe: Creating c++ static library that uses 3rd party static libraries. Pin
Richard MacCutchan1-Feb-21 9:09
mveRichard MacCutchan1-Feb-21 9:09 
GeneralRe: Creating c++ static library that uses 3rd party static libraries. Pin
Maximilien3-Feb-21 3:29
Maximilien3-Feb-21 3:29 
GeneralRe: Creating c++ static library that uses 3rd party static libraries. Pin
Richard MacCutchan3-Feb-21 5:27
mveRichard MacCutchan3-Feb-21 5:27 
AnswerRe: Creating c++ static library that uses 3rd party static libraries. Pin
Mircea Neacsu1-Feb-21 9:11
Mircea Neacsu1-Feb-21 9:11 
Questionc++ Pin
Member 1505868328-Jan-21 4:05
Member 1505868328-Jan-21 4:05 
AnswerRe: c++ Pin
jeron128-Jan-21 4:30
jeron128-Jan-21 4:30 
QuestionSet precision based on a condition in cout Pin
amine zawix27-Jan-21 23:24
amine zawix27-Jan-21 23:24 
AnswerRe: Set precision based on a condition in cout Pin
11917640 Member 28-Jan-21 1:25
11917640 Member 28-Jan-21 1:25 
QuestionAdd Window procedure to picture control Pin
Gopi Nath26-Jan-21 18:02
Gopi Nath26-Jan-21 18:02 
AnswerRe: Add Window procedure to picture control Pin
CPallini26-Jan-21 20:30
mveCPallini26-Jan-21 20:30 
GeneralRe: Add Window procedure to picture control Pin
Gopi Nath26-Jan-21 22:04
Gopi Nath26-Jan-21 22:04 
AnswerRe: Add Window procedure to picture control Pin
Victor Nijegorodov26-Jan-21 20:35
Victor Nijegorodov26-Jan-21 20:35 
GeneralRe: Add Window procedure to picture control Pin
Gopi Nath26-Jan-21 22:08
Gopi Nath26-Jan-21 22:08 
GeneralRe: Add Window procedure to picture control Pin
Victor Nijegorodov26-Jan-21 23:32
Victor Nijegorodov26-Jan-21 23:32 
  1. Use MFC class Wizard to derive new MFC class from CStatic (say CMyPicture);
  2. Change the control ID of your picture control from IDC_STATIC to something more sensible (like IDC_MYPICTURE);
  3. Use MFC class Wizard to create the control member variable (of the new created type CMyPicture) for your picture control.
Also see MSDH (docs.microsoft.com) for details.

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.