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
P

p_1960

@p_1960
About
Posts
166
Topics
98
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • creating limited objects
    P p_1960

    Hi, if i want to create only 3 objects how can i restrict the class to do the same...

    C / C++ / MFC question

  • Inheritance
    P p_1960

    May i know why Multiple Inheritance is not supported in c#...

    C# csharp oop

  • CObject..
    P p_1960

    hi, im confused with Cobject basic services.. Serialization support Run-time class information Object diagnostic output Compatibility with collection classes can u pls explain..

    C / C++ / MFC json

  • DLL
    P p_1960

    Hi, Please let me know the difference b/w debug and release dll"s...

    C / C++ / MFC debugging announcement

  • Abstract vs Interface...
    P p_1960

    Hi, Please let me know the difference b/w abstract and Interface...with example... im confused......

    C# visual-studio tutorial

  • assignment operator
    P p_1960

    Hi, Please let me know from below code ..that whether assignment operator or copy constructor is called in each case and why... A is a class.. 1)A a2; A a1=a2; 2)a1=a2; 3)a1(a2);

    C / C++ / MFC

  • Default constructors...
    P p_1960

    Hi, May i know what are default constructors generated in c++ when an object is created... and what happens if i declare my own constructor without declaring the default constructor.. pls correct me if im wrong..

    C / C++ / MFC c++

  • [Message Deleted]
    P p_1960

    const *char only...

    C / C++ / MFC

  • [Message Deleted]
    P p_1960

    [Message Deleted]

    C / C++ / MFC

  • Convert Byte[64] to CSTRIng
    P p_1960

    ya it is declared..

    C / C++ / MFC help c++ graphics

  • Convert Byte[64] to CSTRIng
    P p_1960

    Hi, Please have a look std::vector Names; ENUMLOGFONTEX *lpelfe; Names.push_back(lpelfe->elfFullName); the above lines gives an error like.... error C2440: 'initializing' : cannot convert from 'BYTE [64]' to 'ATL::CStringT<BaseType,StringTraits>'with[BaseType=char, StringTraits=StrTraitMFC_DLL<char>] ] and please try to help regarding the same...

    C / C++ / MFC help c++ graphics

  • Font in Combo
    P p_1960

    if possible please let me know how can i use in MFC dialog based project ..as im anew bie..

    C / C++ / MFC question

  • Font in Combo
    P p_1960

    Hi, How can i populate system font names in combobox...

    C / C++ / MFC question

  • SliderCtrl
    P p_1960

    Hi, i have a Slider ctrl and im calling SetRange(1,3,TRUE) and when im trying to drag the slider from one position to the other ..ie OnHScroll(UINT nSBCode,UINT nPos,CScrollBar *pScrollBar) is called... and in this if the nsBCode is SB_PAGEDOWN im always getting the nPos value is 0 eventhough the position of the slider is changed...and when the nsBCode is SB_THUMBPOSITION evrything works fine... Please help me regarding the same...

    C / C++ / MFC help

  • CDialogTemplate
    P p_1960

    ya it"s not recognising the ID which sent as string but it is working fine if i pass ID AS integer.. Pls let me know...

    C / C++ / MFC help

  • CDialogTemplate
    P p_1960

    ya..but MAKEINTRESOURECE converts an integer value to a resource type ... but in the case of CDialogTemplate dlt; LPCTSTR ID=_T("IDD_TESTDLG_DIALOG"); if (!dlt.Load(ID)) return -1; i need to pass id as String instead of integer...the doubt it is not working is i send id as string... Sorry for inconvenience caused ....

    C / C++ / MFC help

  • CDialogTemplate
    P p_1960

    Hi, when im trying to use... CDialogTemplate dlt; LPCTSTR ID=_T("IDD_TESTDLG_DIALOG"); if (!dlt.Load(ID)) return -1; the issue is eventhough the ID is correct but the above if statement returns -1 but if i use if (!dlt.Load(MAKEINTRESOURCE(CTestDlg::IDD))) return -1; the above statement doesn"t return -1.. Please help me regarding the same...

    C / C++ / MFC help

  • SetFont at Runtime
    P p_1960

    Hi, im using the below code to increase the size of the DialogBox along with the controls inside it during Runtime...ie im overriding DoModal()function... CTestDlg is my application name.... INT_PTR CTestDlg::DoModal() { CDialogTemplate dlt; int nResult; // load dialog template //CTestDlg::IDD is the ID of my resoource... if (!dlt.Load(MAKEINTRESOURCE(CTestDlg::IDD))) return -1; // set your own font, for example "Arial", 10 pts. dlt.SetFont(L"Arial", 12); // get pointer to the modified dialog template LPSTR pdata = (LPSTR)GlobalLock(dlt.m_hTemplate); // let MFC know that you are using your own template m_lpszTemplateName = NULL; InitModalIndirect(pdata); // display dialog box nResult = CDialog::DoModal(); // unlock memory object GlobalUnlock(dlt.m_hTemplate); return nResult; } The issue is the font of one of the control (CheckBox) is not getting increased... Please let me know...

    C / C++ / MFC c++ performance help tutorial

  • MFC
    P p_1960

    please suggest me any MFC samples in vs2003/2005 with explanation...

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

  • MFC
    P p_1960

    i didn"t find any samples in vs 2003/2005...

    C / C++ / MFC c++ visual-studio
  • Login

  • Don't have an account? Register

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