Click here to Skip to main content
15,885,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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

GeneralRe: RichEdit Streamin SF_TEXT not appearing commented out one control and it displayed pated .rc Pin
Victor Nijegorodov2-Feb-22 0:24
Victor Nijegorodov2-Feb-22 0:24 
GeneralRe: RichEdit Streamin SF_TEXT not appearing commented out one control and it displayed pated .rc Pin
ForNow2-Feb-22 1:18
ForNow2-Feb-22 1:18 
GeneralRe: RichEdit Streamin SF_TEXT not appearing commented out one control and it displayed pated .rc Pin
Victor Nijegorodov2-Feb-22 1:54
Victor Nijegorodov2-Feb-22 1:54 
Questioncontrol RESOURCE definition Pin
ForNow25-Jan-22 17:16
ForNow25-Jan-22 17:16 
QuestionRe: control RESOURCE definition Pin
Richard MacCutchan25-Jan-22 21:57
mveRichard MacCutchan25-Jan-22 21:57 
AnswerRe: control RESOURCE definition Pin
Stefan_Lang25-Jan-22 23:25
Stefan_Lang25-Jan-22 23:25 
GeneralRe: control RESOURCE definition Pin
ForNow26-Jan-22 1:41
ForNow26-Jan-22 1:41 
GeneralRe: control RESOURCE definition Pin
Richard MacCutchan26-Jan-22 3:37
mveRichard MacCutchan26-Jan-22 3:37 
GeneralRe: control RESOURCE definition Pin
ForNow26-Jan-22 3:52
ForNow26-Jan-22 3:52 
GeneralRe: control RESOURCE definition Pin
Richard MacCutchan26-Jan-22 4:36
mveRichard MacCutchan26-Jan-22 4:36 
GeneralRe: control RESOURCE definition Pin
Mircea Neacsu26-Jan-22 10:08
Mircea Neacsu26-Jan-22 10:08 
GeneralRe: control RESOURCE definition Pin
ForNow26-Jan-22 10:13
ForNow26-Jan-22 10:13 
GeneralRe: control RESOURCE definition Pin
Victor Nijegorodov26-Jan-22 22:56
Victor Nijegorodov26-Jan-22 22:56 
AnswerRe: control RESOURCE definition Pin
Victor Nijegorodov26-Jan-22 2:20
Victor Nijegorodov26-Jan-22 2:20 
GeneralRe: control RESOURCE definition Pin
ForNow26-Jan-22 2:24
ForNow26-Jan-22 2:24 
QuestionHow to sign pdf and verify the signature using a C++ open source library Pin
Member 1114733825-Jan-22 16:45
Member 1114733825-Jan-22 16:45 
AnswerRe: How to sign pdf and verify the signature using a C++ open source library Pin
Richard MacCutchan25-Jan-22 21:53
mveRichard MacCutchan25-Jan-22 21:53 

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.