Click here to Skip to main content
15,886,664 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Here are the resource statements Here is the call The resource in question is IDC_CUSTOM5 Fail means that when I comment out that CONTROL staement tracing my code the create goes to my

C++
OnInitDialog
my question is in the class parm of the resource control can it be my own class which I register at run time via RegesterClass
thank you


C++
BOOL ret2 = drivestorage->Create(IDD_DIALOG10, m_pMainWnd);



IDD_DIALOG10 DIALOGEX 0, 0, 769, 429
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | 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: 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 
QuestionStack Overflow exeception Pin
ForNow25-Jan-22 1:41
ForNow25-Jan-22 1:41 
AnswerRe: Stack Overflow exeception Pin
Greg Utas25-Jan-22 1:58
professionalGreg Utas25-Jan-22 1:58 
GeneralRe: Stack Overflow exeception Pin
ForNow25-Jan-22 2:14
ForNow25-Jan-22 2:14 
GeneralRe: Stack Overflow exeception Pin
Greg Utas25-Jan-22 2:32
professionalGreg Utas25-Jan-22 2:32 
GeneralRe: Stack Overflow exeception Pin
ForNow25-Jan-22 2:46
ForNow25-Jan-22 2:46 
GeneralRe: Stack Overflow exeception Pin
Graham Breach25-Jan-22 7:47
Graham Breach25-Jan-22 7:47 
AnswerRe: Stack Overflow exeception Pin
Mircea Neacsu25-Jan-22 2:11
Mircea Neacsu25-Jan-22 2:11 

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.