Click here to Skip to main content
15,897,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralJustification of the Text Pin
NadirMaroof24-Mar-05 7:07
NadirMaroof24-Mar-05 7:07 
GeneralRe: Justification of the Text Pin
karle24-Mar-05 7:53
karle24-Mar-05 7:53 
GeneralRe: Justification of the Text Pin
NadirMaroof24-Mar-05 9:06
NadirMaroof24-Mar-05 9:06 
GeneralRe: Justification of the Text Pin
karle24-Mar-05 21:16
karle24-Mar-05 21:16 
GeneralRe: Justification of the Text Pin
NadirMaroof24-Mar-05 18:21
NadirMaroof24-Mar-05 18:21 
GeneralPlease help me! Pin
dSolariuM24-Mar-05 6:47
dSolariuM24-Mar-05 6:47 
GeneralRe: Please help me! Pin
jerry1211a24-Mar-05 10:24
jerry1211a24-Mar-05 10:24 
General(79) : error C2059: syntax error : ')' Pin
TMaxwell8624-Mar-05 6:42
TMaxwell8624-Mar-05 6:42 
I must be missing something somewhere, but it isn't obvious to me with such an ambiguous error msg...
I've tried every connutation of line 79 "(WindowOne ->Create(NULL,NULL,WS_CHILD,);", but none seem to help, unless I actually comment it out.
Is there another section of code where I should go to make edit corrections?
I've tried deleting the offending line and recompiling before retyping it back in to no avail.
Any help/advice is greatly appreciated! Smile | :)

The offending code...........

void CSplashScreen::OnGo()
{
// TODO: Add your control notification handler code here
CWnd *WindowOne = new CWnd;
WindowOne ->Create(NULL,NULL,WS_CHILD,);//line 79
WindowOne ->ShowWindow(SW_SHOW);

}

Thomas
GeneralRe: (79) : error C2059: syntax error : ')' Pin
ddmcr24-Mar-05 7:11
ddmcr24-Mar-05 7:11 
GeneralRe: (79) : error C2059: syntax error : ')' Pin
TMaxwell8624-Mar-05 7:26
TMaxwell8624-Mar-05 7:26 
GeneralRe: (79) : error C2059: syntax error : ')' Pin
NadirMaroof24-Mar-05 7:27
NadirMaroof24-Mar-05 7:27 
GeneralRe: (79) : error C2059: syntax error : ')' Pin
NadirMaroof24-Mar-05 8:54
NadirMaroof24-Mar-05 8:54 
GeneralRe: (79) : error C2059: syntax error : ')' Pin
Michael Dunn24-Mar-05 13:30
sitebuilderMichael Dunn24-Mar-05 13:30 
GeneralMFC CString::Delete() don't work properly Pin
toxcct24-Mar-05 6:16
toxcct24-Mar-05 6:16 
GeneralRe: MFC CString::Delete() don't work properly Pin
David Crow24-Mar-05 8:51
David Crow24-Mar-05 8:51 
GeneralRe: MFC CString::Delete() don't work properly Pin
toxcct24-Mar-05 20:46
toxcct24-Mar-05 20:46 
GeneralRe: MFC CString::Delete() don't work properly Pin
David Crow25-Mar-05 2:10
David Crow25-Mar-05 2:10 
GeneralRe: MFC CString::Delete() don't work properly Pin
toxcct25-Mar-05 2:14
toxcct25-Mar-05 2:14 
GeneralRe: MFC CString::Delete() don't work properly Pin
Mircea Puiu24-Mar-05 22:04
Mircea Puiu24-Mar-05 22:04 
GeneralRe: MFC CString::Delete() don't work properly Pin
toxcct24-Mar-05 22:19
toxcct24-Mar-05 22:19 
GeneralRe: MFC CString::Delete() don't work properly Pin
Mircea Puiu24-Mar-05 22:29
Mircea Puiu24-Mar-05 22:29 
GeneralRe: MFC CString::Delete() don't work properly Pin
toxcct24-Mar-05 22:38
toxcct24-Mar-05 22:38 
GeneralRe: MFC CString::Delete() don't work properly Pin
Mircea Puiu24-Mar-05 23:14
Mircea Puiu24-Mar-05 23:14 
GeneralRe: MFC CString::Delete() don't work properly Pin
toxcct25-Mar-05 1:05
toxcct25-Mar-05 1:05 
GeneralRe: MFC CString::Delete() don't work properly Pin
David Crow9-Jun-05 3:03
David Crow9-Jun-05 3:03 

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.