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
S

Selvam R

@Selvam R
About
Posts
135
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • French localization using Single-byte character set (SBCS)
    S Selvam R

    Thank you.

    Thanks and Regards, Selvam, http://www15.brinkster.com/selvamselvam/

    C / C++ / MFC csharp c++ com tutorial question

  • Capture keyboard event in a dialog dll
    S Selvam R

    The DLL doesn't own the message pump. If the DLL opens modeless dialogs or has a frame window, the application's main message pump must call a routine exported by the DLL. http://msdn.microsoft.com/en-us/library/f22wcbea(v=vs.80).aspx[^]

    Thanks and Regards, Selvam, http://www15.brinkster.com/selvamselvam/

    C / C++ / MFC tutorial question

  • French localization using Single-byte character set (SBCS)
    S Selvam R

    Hi Richard, Thanks for your help. so, I can use ASCII functions(string manipulations, Windows API functions , etc) for my French application. Is it?

    Thanks and Regards, Selvam, http://www15.brinkster.com/selvamselvam/

    C / C++ / MFC csharp c++ com tutorial question

  • French localization using Single-byte character set (SBCS)
    S Selvam R

    Hi, We are going to support our application for French localization (iso-8859-1 Windows-1252). The application developed using C++ and C# technologies. As per my understanding, if we support Unicode or MBCS (Multi-byte character set), we won’t get any data loss. Can we use normal string function for handle French characters or _MBCS requires for handle French characters? Example: Can we

    if( *sz1 == 'A' )

    for Character Comparison or

    if( !_mbccmp( sz1, sz2) )

    Thanks and Regards, Selvam, http://www15.brinkster.com/selvamselvam/

    C / C++ / MFC csharp c++ com tutorial question

  • How to use CListCtrl to handle message
    S Selvam R

    CListCtrl encapsulate list view. so, we can use the list view messages http://msdn.microsoft.com/en-us/library/cc656508%28VS.85%29.aspx[^]

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC tutorial

  • Matching function for the code
    S Selvam R

    try to move the following line to outside main function

    bool GetNextComb( std::vector<unsigned int> &vi );

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC graphics algorithms question

  • fwrite for unicode big endian
    S Selvam R

    Hi, C++ supports Unicode using wchar_t data type. You can allocate size for unicode data type and write Unicode format.

    size_t n = fwrite(s.c_str(), sizeof(wchar_t), s.size(), f);

    more information/example on the following web http://groups.google.com/group/microsoft.public.vc.language/msg/ea6b6462744737d5?pli=1[^] http://cboard.cprogramming.com/c-programming/87932-reading-unicode-file.html[^]

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC question

  • fwrite for unicode big endian
    S Selvam R

    Unicode and ANSI file I/O, line by line[^]

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC question

  • tic tac toe
    S Selvam R

    You can make it Or try with Google for get logic for develop code.

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC game-dev

  • Read Image's RGB co-ordinates
    S Selvam R

    http://msdn.microsoft.com/en-us/magazine/cc301454.aspx[^]

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC tutorial

  • Event handler for Check box in Tree Conrol VC++
    S Selvam R

    http://www.codeguru.com/cpp/controls/treeview/misc-advanced/article.php/c3983/[^]

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC c++ data-structures question

  • how to rerun a process when it was terminated?
    S Selvam R

    check with TerminateProcess Function http://msdn.microsoft.com/en-us/library/ms686714%28VS.85%29.aspx[^] How To Terminate an Application "Cleanly" in Win32 http://support.microsoft.com/kb/178893[^]

    Thanks and Regards, Selvam, http://www.wincpp.com

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

  • Hiding application menu at runtime??
    S Selvam R

    I don't find any direct function support from windows programming. We may use MENUINFO Structure for change style( ex, MNS_AUTODISMISS, mask MIM_BACKGROUND).

    Thanks and Regards, Selvam, http://www.wincpp.com

    modified on Thursday, September 10, 2009 1:31 AM

    C / C++ / MFC c++ question

  • Hiding application menu at runtime??
    S Selvam R

    create window with one menu and use ShowWindow function for hide the window.

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC c++ question

  • mms
    S Selvam R

    Check Microsoft Media Server (MMS) Protocol spec,. http://msdn.microsoft.com/en-us/library/cc234711%28PROT.10%29.aspx

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC help

  • Source code not working in outlook 2002
    S Selvam R

    Are you getting error during linking time? If so, you may be miss symbols from your dll's. check with dependency walker for get missing symbols.

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC help tutorial

  • libraries, headers (.h) in C language [modified]
    S Selvam R

    Microsoft C language Reference http://msdn.microsoft.com/en-us/library/fw5abdx6.aspx[^]

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC c++ com tutorial

  • VC++ Basic Threading - help
    S Selvam R

    try with the following change.

    int x;
    CWinThread *pThread = AfxBeginThread (GcThreadFunction, &x);

    Thanks and Regards, Selvam, http://www.wincpp.com

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

  • How do I rename Outlook Pst newly created folder 'Personal Folders' programmatically ?
    S Selvam R

    http://support.microsoft.com/kb/180232[^]

    Thanks and Regards, Selvam, http://www.wincpp.com

    C / C++ / MFC tools question c++ com testing

  • How use DDX_Radio in a CDialogBar
    S Selvam R

    It may be fail for Dialog Data Validation. you can check miRadio definition. http://msdn.microsoft.com/en-in/library/k48w5b23%28en-us,VS.80%29.aspx[^] http://msdn.microsoft.com/en-in/library/57weza95%28en-us,VS.80%29.aspx[^]

    Thanks and Regards, Selvam, http://www.wincpp.com

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