Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

TMaxwell86

@TMaxwell86
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • (79) : error C2059: syntax error : ')'
    T TMaxwell86

    Thanks very much! This works, and I'm sure I will be ale to put it to good use. A question regarding the use of CStatic... I want to be able to access the window produced as if it were a List box. The item choosen from this list box will be applied to a second window which will bring up the properties of the item chosen from the first window. Can I do this with the CStatic window just created? Thanks in advance, Thomas

    C / C++ / MFC help question

  • (79) : error C2059: syntax error : ')'
    T TMaxwell86

    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! :) 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

    C / C++ / MFC help question

  • How do I call a Child window from a Dialog?
    T TMaxwell86

    Hello, This may seem rather easy for most of you, but I seem to have difficulty with what should be a very easy task. I have a Main Frame that opens with a background bmp but no Child. What I want to do is when you click "Start" from the menu, a dialog opens. After filling out a few variables in the dialog, I want to close the dialog, then open two new/different child windows (actually I would like to split the main window into 4 parts and place adifferent child into each quarter). Can anyone direct me to an online file or tutorial for something like this? I can't seem to find the right reference. Any help would be GREATLY appreciated!:-D Thomas (tntnmmd@hotmail.com)

    C / C++ / MFC question com help tutorial

  • MFC MDI default Child Frame creation
    T TMaxwell86

    I wish you luck, because I have the same problems... The text books I have don't take me far enough into the nuts and bolts of what I really want to do. I will keep my eye on this thread Thomas

    C / C++ / MFC c++ help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups