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
U

User 1017986

@User 1017986
About
Posts
12
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • nt service to interact with desktop
    U User 1017986

    Can a nt service running under administrator account interact with desktop. thanks in advance

    C / C++ / MFC

  • DACL. Is it necessary to know ?
    U User 1017986

    Thx for you quick reply. BTW when will i have to use and learn to use DACL. Any simple situation where i cannot survive with a knowledge of DACL.

    C / C++ / MFC c++ question

  • Restarting a running program
    U User 1017986

    PostQuitMessage(0); form within another UI Thread will not exit the application. But PostMessage(hWnd,WM_QUIT,0,0); will be caught by the underlying handlers and the application will get exited for sure, provided its the handle to the main window. so i feel suhredyan's method atleast ensures that the application is exited.

    C / C++ / MFC tutorial question

  • IsConnected to internet
    U User 1017986

    wot is the best way to check whether internet is connected. Other than pinging or downloading file from a known server.

    C / C++ / MFC sysadmin

  • constructor, is there any ambiguity ?
    U User 1017986

    class a{ public: a():rs(&db) {} CRecordset rs;//line a CDatabase db; //line b }; // my question is shld line b comes before line a

    C / C++ / MFC question database

  • Please Help !!!. How to set a backup sql server
    U User 1017986

    ie, i have got a running live sql server. Now i have installed sql server on one more system in my LAN. I want this new server to be a realtime backup of my live server. so that i can switch when ever there s a problem. wots the easiest way. and would be great if only datas(records are backed not the entire settings of the live server).

    Database help database sql-server sysadmin tutorial

  • How to change the description of an service shown in SCM
    U User 1017986

    How to change the description of an service shown in SCM

    C / C++ / MFC tutorial

  • Restarting an application
    U User 1017986

    can a application restart by itself, any way to do that. or can a NT service restart by itself.

    C / C++ / MFC

  • CDatabase intensive app. pls help!!!
    U User 1017986

    i have a 24*7 highly database intensive mfc application. using cdatabase and crecordset objects. it starts with 8mb and gradually increases to 34 mb (peak is shown as 60 mb)by task mgr, withing one day. Im sure of no memory leak. But sure windows is reserving (may be caching) the memory for my application, which is shown accross my application by task mgr. is there any way to avoid this behaviour and make the application to take only that memory taken in the first couple of hours and not more. So my question without any memory leak is this behaviour possible. any remedy to avoid this behaviour. like registery settings to avoid caching or something else...

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

  • Initializing CWinThread member
    U User 1017986

    why is it said not to initialize in cwinthread constructor but in InitInstance()..

    C / C++ / MFC

  • Odd memory leak cleans self upon window minimization
    U User 1017986

    Oops! 'this' - word is hyperlinked to the article Sorry for my wrong assumption.!!

    C / C++ / MFC graphics game-dev performance question

  • Odd memory leak cleans self upon window minimization
    U User 1017986

    I didn't get what u mean by."Read the last section of this article" Last section of which article shud i read ? Can u please help me out.

    C / C++ / MFC graphics game-dev performance 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