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
M

Mukesh Kumar

@Mukesh Kumar
About
Posts
40
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to call .exe file ?
    M Mukesh Kumar

    use ShellExecute() method.

    ShellExecute(handle, _T("open"), <fully_qualified_path_to_folder>, NULL, NULL, SW_SHOWNORMAL);

    Mukesh Kumar Software Engineer

    C / C++ / MFC c++ tutorial question

  • Column Count ?
    M Mukesh Kumar

    Use Header Control of CListCtrl. For Example:

    CListCtrl* pmyListCtrl;
    int nColumnCount = pmyListCtrl->GetHeaderCtrl()->GetItemCount();

    Mukesh Kumar Software Engineer

    C / C++ / MFC tutorial question

  • unsigned char* to const char*
    M Mukesh Kumar

    Try this unsigned char *chr = Some_value; const char *ch = (const char *)chr; You sholud also use Google sometimes...:)

    Mukesh Kumar Software Engineer

    C / C++ / MFC tutorial

  • convert string to bool
    M Mukesh Kumar

    Thank God :)

    Mukesh Kumar Software Engineer

    C / C++ / MFC help

  • convert string to bool
    M Mukesh Kumar

    if you can....:) do this: if(str1=="true") str=1; if(str2=="false") str=0;

    Mukesh Kumar Software Engineer

    C / C++ / MFC help

  • Multiple dialogs in an application
    M Mukesh Kumar

    You should use Modeless dialog boxes

    Mukesh Kumar Software Engineer

    C / C++ / MFC question c++

  • Text Field in MFC
    M Mukesh Kumar

    you can set the limit of text field using CEdit::SetLimitText(UINT nMax)

    Mukesh Kumar Software Engineer

    C / C++ / MFC question c++

  • "View Member's Blog" is not working in my profile
    M Mukesh Kumar

    Thanks, I am waiting...:)

    Mukesh Kumar Software Engineer

    Site Bugs / Suggestions question

  • Need your help
    M Mukesh Kumar

    There are various tutorials on net about dll. try to use Google...:) BTW extern "C" is used with __declspec to calling methods from Dll compiled in 'C'. see this link: http://msdn.microsoft.com/en-us/library/ys435b3s(VS.80).aspx[^]

    Mukesh Kumar Software Engineer

    modified on Saturday, May 10, 2008 1:46 AM

    C / C++ / MFC help

  • "View Member's Blog" is not working in my profile
    M Mukesh Kumar

    Any one answer me... plz guide me. how can i use my blog(member's)?

    Mukesh Kumar Software Engineer

    Site Bugs / Suggestions question

  • Autorun Application MFC
    M Mukesh Kumar

    Oh... It means if I write complete code for your assignment then it is ok, otherwise you will voted down my answers. Hints are not enough for you. Thanks buddy...

    Mukesh Kumar Software Engineer

    C / C++ / MFC c++ help

  • Autorun Application MFC
    M Mukesh Kumar

    Can I know why my answers are voted down?

    Mukesh Kumar Software Engineer

    C / C++ / MFC c++ help

  • "View Member's Blog" is not working in my profile
    M Mukesh Kumar

    Hi, I want to know why my View Member's Blog is not working? There is no any link destination. how can i use this?

    Mukesh Kumar Software Engineer

    Site Bugs / Suggestions question

  • How to Disable Menu item in SDI application
    M Mukesh Kumar

    simply add ON_UPDATE_COMMAND_UI event handler for that menu item. and disable menu item. like pCmdUI->Enable(FALSE);

    Mukesh Kumar Software Engineer

    C / C++ / MFC tutorial

  • who can help me with suffix tree construction?
    M Mukesh Kumar

    you want to add 30M long nucleotide sequences to suffix tree... :-D see this link: http://mila.cs.technion.ac.il/~yona/suffix_tree/[^]

    Mukesh Kumar Software Engineer

    C / C++ / MFC help data-structures regex question

  • Autorun Application MFC
    M Mukesh Kumar

    ok... then add your application's path under "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run" registry key.

    Mukesh Kumar Software Engineer

    C / C++ / MFC c++ help

  • Autorun Application MFC
    M Mukesh Kumar

    Just put your application in startup. It will run when windows start.

    Mukesh Kumar Software Engineer

    C / C++ / MFC c++ help

  • AT Commands
    M Mukesh Kumar

    savitri wrote:

    it is giving error.in tha ensumer file is missing.

    what is "ensumer" ???

    Mukesh Kumar Software Engineer

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

  • AT Commands
    M Mukesh Kumar

    I had given you a link in your previous post of same question. Did you follow that link? If not then try again. http://www.codeproject.com/KB/mobile/irdamobile.aspx[^]

    Mukesh Kumar Software Engineer

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

  • How to convert LPTSTR to BSTR?
    M Mukesh Kumar

    Is this working correctly now? :)

    Mukesh Kumar Software Engineer

    C / C++ / MFC question json performance tutorial announcement
  • Login

  • Don't have an account? Register

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