Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Static OwnerDraw SS_OWNERDRAW DrawItem not being called Pin
ForNow8-Feb-22 1:23
ForNow8-Feb-22 1:23 
GeneralRe: It gets called at the end of the OnInitDialog Pin
ForNow8-Feb-22 11:25
ForNow8-Feb-22 11:25 
Questionways to write code for a class Pin
Calin Negru6-Feb-22 7:43
Calin Negru6-Feb-22 7:43 
AnswerRe: ways to write code for a class Pin
Mircea Neacsu6-Feb-22 9:15
Mircea Neacsu6-Feb-22 9:15 
AnswerRe: ways to write code for a class Pin
Greg Utas6-Feb-22 10:16
professionalGreg Utas6-Feb-22 10:16 
GeneralRe: ways to write code for a class Pin
Calin Negru6-Feb-22 23:28
Calin Negru6-Feb-22 23:28 
QuestionC++ Pin
Naveenkumarreddy Ramireddy6-Feb-22 6:44
Naveenkumarreddy Ramireddy6-Feb-22 6:44 
AnswerRe: C++ Pin
trønderen6-Feb-22 8:00
trønderen6-Feb-22 8:00 
AnswerRe: C++ Pin
Victor Nijegorodov6-Feb-22 8:50
Victor Nijegorodov6-Feb-22 8:50 
AnswerRe: C++ Pin
Artem Moroz8-Feb-22 9:19
Artem Moroz8-Feb-22 9:19 
QuestionRichEdit Streamin SF_TEXT not appearing Pin
ForNow30-Jan-22 14:58
ForNow30-Jan-22 14:58 
AnswerRe: RichEdit Streamin SF_TEXT not appearing Pin
Victor Nijegorodov30-Jan-22 20:43
Victor Nijegorodov30-Jan-22 20:43 
GeneralRe: RichEdit Streamin SF_TEXT not appearing Pin
ForNow30-Jan-22 20:48
ForNow30-Jan-22 20:48 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
ForNow31-Jan-22 1:32
ForNow31-Jan-22 1:32 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
Victor Nijegorodov31-Jan-22 1:45
Victor Nijegorodov31-Jan-22 1:45 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
ForNow31-Jan-22 2:11
ForNow31-Jan-22 2:11 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
Victor Nijegorodov31-Jan-22 2:17
Victor Nijegorodov31-Jan-22 2:17 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
ForNow31-Jan-22 2:31
ForNow31-Jan-22 2:31 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
Victor Nijegorodov31-Jan-22 10:34
Victor Nijegorodov31-Jan-22 10:34 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
ForNow31-Jan-22 10:39
ForNow31-Jan-22 10:39 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
Victor Nijegorodov31-Jan-22 10:52
Victor Nijegorodov31-Jan-22 10:52 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
ForNow31-Jan-22 11:00
ForNow31-Jan-22 11:00 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
Victor Nijegorodov31-Jan-22 11:10
Victor Nijegorodov31-Jan-22 11:10 
GeneralRe: RichEdit Streamin SF_TEXT not appearing CODE POSTED !!!!! Pin
ForNow31-Jan-22 11:16
ForNow31-Jan-22 11:16 
GeneralRe: RichEdit Streamin SF_TEXT not appearing commented out one control and it displayed pated .rc Pin
ForNow1-Feb-22 14:14
ForNow1-Feb-22 14:14 
Victor
commented out IDC_EDIT1 and the stream out worked

you are very nice guy for your offer


IDD_DIALOG10 DIALOGEX 0, 0, 769, 429
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Storage View / Change"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    CTEXT           "",IDC_TCB,45,30,47,8
    CTEXT           "OwnIng TCB",IDC_STATIC,41,13,58,8
    CTEXT           "",IDC_SP,164,28,43,8
    CTEXT           "Storage SubPool",IDC_STATIC,162,12,55,8
    CTEXT           "",IDC_ASID,265,26,32,8
    CTEXT           "Asid",IDC_STATIC,269,9,31,8
    CTEXT           "",IDC_FP,399,31,19,8
    CTEXT           "Fetch Protect Key",IDC_STATIC,392,15,63,8
    CONTROL         "",IDC_CUSTOM5,"PieCOntrol",WS_TABSTOP,617,99,109,109
    COMBOBOX        IDC_COMBO1,491,236,48,30,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
    CONTROL         "",IDC_EDIT2,"RichEdit20A",ES_MULTILINE | WS_BORDER | WS_TABSTOP,45,106,494,314
  //  EDITTEXT        IDC_EDIT1,45,110,494,314,ES_AUTOHSCROLL
    COMBOBOX        IDC_COMBO2,637,244,67,16,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
    LISTBOX         IDC_LIST2,641,310,68,11,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
END

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.