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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

andybougard

@andybougard
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem Showing a window with MFC
    A andybougard

    Ups.... That was it.... thankyou very much pals! problem solved XD

    C / C++ / MFC c++ help question

  • Problem Showing a window with MFC
    A andybougard

    Hi everyone: I´m just starting with visual c++ 2008 and have put some code for showing a window, the code don't send any error message... the thing is that when i run it, it don't show at all... can someone help please?? thanks!! Code:

    #include <afxwin.h>

    class COurApp: public CWinApp
    {
    public:
    virtual BOOL IntInstance();
    };

    class COurWnd: public CFrameWnd
    {
    public:
    COurWnd()
    {
    Create(0,L"Ventana con MFC");
    }
    };

    BOOL COurApp::IntInstance(void)
    {
    m_pMainWnd=new COurWnd;
    m_pMainWnd->ShowWindow(m_nCmdShow);
    return TRUE;
    }
    COurApp AnApplication;

    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