Hello everyone, I'm trying to open a child text editor window in my main window in my program and it wont open. I have buttons in my main window. Is that causing the problem or am I not including something in my .c file. I have this: WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN in the create window function. And I included the necessary lines in the case function. Could someone pls help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone, I'm trying to open a child text editor window in my main window in my program and it wont open. I have buttons in my main window. Is that causing the problem or am I not including something in my .c file. I have this: WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN in the create window function. And I included the necessary lines in the case function. Could someone pls help!