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
R

Rajesh match

@Rajesh match
About
Posts
49
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help for MFC OCX control
    R Rajesh match

    i developed one testmfc OCX control with GUI when i tried to invoke OCX through create intance hret = test.CreateInstance(__uuidof(TestOCX)); its creating successfully but no GUI parrt is showing. any kind of help appreciated. thanx .. reagrds Rajesh

    C / C++ / MFC c++ help

  • unhandle exception(8000ffff) while acceing ocx methods
    R Rajesh match

    i am trying to access mehod of ocx but its showing runtime error HRESULT hret; try { CoInitialize(NULL); // init of Com hret = testPtr.CreateInstance(__uuidof(TestOCX)); testPtr->Check(); //Crash here } catch( _com_error &e ) { // Get info from _com_error _bstr_t bstrSource(e.Source()); _bstr_t bstrDescription(e.Description()); TRACE( "\tCode = %08lx\n", e.Error()); TRACE( "\tCode meaning = %s\n", e.ErrorMessage()); TRACE( "\tSource = %s\n", (LPCTSTR) bstrSource); TRACE( "\tDescription = %s\n", (LPCTSTR) bstrDescription); } catch(...) { TRACE( "*** Unhandled Exception ***" ); } can anybody help me for the same thanx regards Rajesh

    ATL / WTL / STL help com debugging

  • How to destroy a menu from SDI application
    R Rajesh match

    BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs) { if(cs.hMenu!=NULL) { ::DestroyMenu(cs.hMenu); cs.hMenu = NULL; } return CFrameWnd::PreCreateWindow(cs); return TRUE; }

    C / C++ / MFC help tutorial

  • editing a table
    R Rajesh match

    Use Acees database

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

  • How to remove MAXIMIZE Option from SDI application
    R Rajesh match

    for SDI BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs) { cs.style = WS_OVERLAPPED | WS_SYSMENU | WS_BORDER; return CFrameWnd::PreCreateWindow(cs); } for MDI BOOL CMyChildWnd::PreCreateWindow(CREATESTRUCT& cs) { cs.style &= ~WS_MAXIMIZEBOX; return CMDIChildWnd::PreCreateWindow(cs); }

    C / C++ / MFC help tutorial

  • Convert from CObject to inherited class
    R Rajesh match

    show ur code what u exactly doing?

    C / C++ / MFC help question

  • Convert from CObject to inherited class
    R Rajesh match

    try this CFAFRecord *my_list =(CFAFRecord*) m_variable->GetNext( m_curPosition); regards Rajesh

    C / C++ / MFC help question

  • Namespace
    R Rajesh match

    I need good article to understand c++ namespace Thanx. Regards Rajesh

    C / C++ / MFC c++

  • EVC++
    R Rajesh match

    CMyDialog dlg; dlg.DoModal(); or CMyDialog *dlg = new CMyDialog(); dlg->Create(ID_DILOG); DLG->ShowWindow(;)

    C / C++ / MFC c++ hardware learning

  • Dialogs from MFC resources
    R Rajesh match

    1)Go to class view 2)Right click dialog class 3)select Add to Gallary 4)open new project 5)select projetct->Add to project 6)select component and controls 7)Class as well as dialog will add to project

    C / C++ / MFC c++ visual-studio question

  • what is diff. btwn CSoket and CAsynsocket
    R Rajesh match

    ok JIM i go through that Thax for for your explaination

    C / C++ / MFC question

  • what is diff. btwn CSoket and CAsynsocket
    R Rajesh match

    Thanx JIM for information Typically you create a socket, connect, set it's blocking mode how we set the blocking mode for that.

    C / C++ / MFC question

  • what is diff. btwn CSoket and CAsynsocket
    R Rajesh match

    Thanx TOXCCT.

    Could u explain this in terms of CSOcket and CAsyncsocket
    according to MSDN CSyncsocket returns WSAEWOULDBLOCK but not CSocket.

    As CSocket derived from CAsynsocket why we wold not override OnRecieve and called recieve method as its vitual

    i think i am confused abt this operation

    Anyone have good link abt this ...

    C / C++ / MFC question

  • what is diff. btwn CSoket and CAsynsocket
    R Rajesh match

    I gone through MSDN it mentioned that CSyncsocket can be used as blocking as well in nonbloicking i,e synchronous and asyncronous both where we can get event notification

    while CSocket can used in only blocking mode i.e synchronous mode.

    I am not getting this explanation.
    Can anybody somebody clear this more briefly

    C / C++ / MFC question

  • copying a dialog box
    R Rajesh match

    Thanx ... This new thing i leran today!

    C / C++ / MFC question

  • Checking if a file has been opened by any process and remains open
    R Rajesh match

    look for CFile::shareExclusive in MSDN regards Rajesh

    C / C++ / MFC help question

  • File for Project settings
    R Rajesh match

    dsp file

    C / C++ / MFC

  • Dynamically Show and Hide Title bar
    R Rajesh match

    SetWindowText

    C / C++ / MFC c++ question

  • Fatal Link Error: LNK:1201
    R Rajesh match

    clean and rebuild the project or delete pdb file and buld

    C / C++ / MFC database help c++ debugging question

  • MDI Doc-View-CWnd instead of Doc-View-FrameWnd
    R Rajesh match

    Search for docking windows in CP here lot more examples availabel

    C / C++ / MFC csharp c++ tutorial 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