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

Member 162462

@Member 162462
About
Posts
6
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Executable's Name
    M Member 162462

    Use This DWORD GetModuleFileNameEx( HANDLE hProcess, // handle to process HMODULE hModule, // handle to module LPTSTR lpFilename, // path buffer DWORD nSize // maximum characters to retrieve ); DWORD GetModuleFileName( HMODULE hModule, // handle to module LPTSTR lpFilename, // file name of module DWORD nSize // size of buffer ); ~Rahuraman.K

    C / C++ / MFC question

  • It is possible ?
    M Member 162462

    Thanks for u'r immediate response with plenty of information ~Rahuraman.K

    C / C++ / MFC help question learning

  • It is possible ?
    M Member 162462

    Hi , this is my problem if anybody knows that plz give me a use full tips, Probs:- I have a DLL it contain only resource , I would like to replace one particular string, that is in side resource DLL. But I don’t want to recompile it. ~ Rahuraman.K

    C / C++ / MFC help question learning

  • Using CStdioFile to modify text file
    M Member 162462

    U have to store remaining lines( after 4 line) in some other temporary buffer , then insert what ever content u want insert , once again append temporary buffer.

    C / C++ / MFC question tutorial

  • How to set a timer to a dialog
    M Member 162462

    If is it mfc application , u can use this BOOL CTelnetServerDlg::OnInitDialog() { … … … … … … … … … SetTimer(100,20000,NULL); … … … … … … … … … } BEGIN_MESSAGE_MAP(CTelnetServerDlg, CDialog) //{{AFX_MSG_MAP(CTelnetServerDlg) … … … … … … … … … ON_WM_TIMER() ON_WM_DESTROY() … … … … … … … … … //}}AFX_MSG_MAP END_MESSAGE_MAP() void CTelnetServerDlg::OnTimer(UINT nIDEvent) { if (nIDEvent == 100) { // TODO: Add your message handler code here and/or call default } CDialog::OnTimer(nIDEvent); } void CTelnetServerDlg::OnDestroy() { KillTimer(100); CDialog::OnDestroy(); }

    C / C++ / MFC tutorial question

  • How to increase print preview area
    M Member 162462

    is it possible to increase the print preview area with out zoom out

    C / C++ / MFC tutorial
  • Login

  • Don't have an account? Register

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