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
D

DanielP

@DanielP
About
Posts
16
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • "New ATL Object..." is lost!
    D DanielP

    Suddenly i have discovered that menu option "New ATL Object..." is lost in my Visual Studio. What's happend? how it can be repaired? help, plz!

    C / C++ / MFC csharp c++ visual-studio help question

  • CImageList / CComboBoxEx - what's wrong?
    D DanielP

    What does InsertItem() return? suggestions: 1. you don't need invoke GetBuffer(0). you can use just Lock() and UnLock(). 2. Clear COMBOBOXEXITEM before using by ZeroMemory(). 3. set cchTextMax in COMBOBOXEXITEM

    C / C++ / MFC question

  • Icons??
    D DanielP

    Some rules i observe: 1. icon consists of no more then 3 objects 2. there is one main object 3. use standard icons for standard actions (cut, copy, paste, etc) and common consideration: use standard colors (red - emergancy, error, caution; green - success) but i, personally, do not draw icon. i prefer that designer do it

    C / C++ / MFC adobe algorithms tools question

  • Can't install Platform SDK
    D DanielP

    do it via Add-Remove Programs

    C / C++ / MFC question html announcement workspace

  • Mem Usage???
    D DanielP

    I think VirtualQueryEx()

    C / C++ / MFC json question

  • Toggle Window/Control Visibility?
    D DanielP

    hide it: ::ShowWindow( hwnd, SW_HIDE ); show it: ::ShowWindow( hwnd, SW_SHOW );

    C / C++ / MFC json tutorial question

  • Combo Box showing Directories & Files
    D DanielP

    There is no. It's better way to invoke standard Open Dialog by GetOpenFileName().

    C / C++ / MFC design sysadmin hardware help question

  • Anyone here ever programmed an MMC snapin?
    D DanielP

    set in GetResultViewType(): *pViewOptions |= MMC_VIEW_OPTIONS_EXCLUDE_SCOPE_ITEMS_FROM_LIST;

    C / C++ / MFC help question

  • memory leaks...
    D DanielP

    It's true. If memory size is plenty large then you can see it in Task Manager

    C / C++ / MFC performance question

  • Use Plateform SDK question.
    D DanielP

    Go to Tools->Options->Directories page, add ?:\PROGRAM FILES\MICROSOFT PLATFORM SDK\INCLUDE path to directories list and move it to the top of the list.

    C / C++ / MFC question

  • unnamed registry keys
    D DanielP

    just set lpSubKey to NULL: RegQueryValueEx(hKey, NULL, 0, &type, (unsigned char*)buf, &bufsize)

    C / C++ / MFC windows-admin question

  • ShellExecute()
    D DanielP

    that's right code. And what is happend then? (Note that lpVerb can be setted to NULL too )

    C / C++ / MFC question help

  • Renaming registry
    D DanielP

    When I do that my program works very fast too :))) ..And why you suppose it works slowly? Most of Registry is cached in memory therefore it's just memory copying. But if you don't believe me, run Regmon and see for yourself

    C / C++ / MFC windows-admin testing tools json question

  • ctrl+alt+del(windows 2000)
    D DanielP

    it works only for Windows 95/98/Me

    C / C++ / MFC help question

  • Renaming registry
    D DanielP

    There is no such way. Regedit at first creates new key, copies all subkeys, and then deletes old key.

    C / C++ / MFC windows-admin testing tools json question

  • ShellExecute()
    D DanielP

    Set NULL. To know current dir - invoke GetModuleFileName()

    C / C++ / MFC question help
  • Login

  • Don't have an account? Register

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