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
H

Huzifa Terkawi

@Huzifa Terkawi
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Array of char*
    H Huzifa Terkawi

    std::vactor m_myArrayOfString ; m_myArrayOfString.push_back(new char[17]); ... ... in the end loop through vector and delete them one by one for(auto ptr : m_myArrayOfString) delete [] ptr ; m_myArrayOfString.clear();

    huzifa

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

  • My linked profile dosn't work
    H Huzifa Terkawi

    in my setting i can't link my profile to social network linkedin , it claim it need the profile id and all i have is my customized url link : my profile is : http://www.linkedin.com/in/HuzifaTerkawi neither the site give my id nor iam capable of reverting the changes back there . hope you will help me.

    huzifa

    Site Bugs / Suggestions com sysadmin help lounge

  • Software company internal low
    H Huzifa Terkawi

    it mean general behavior and moral of your programmer employee inside your company , how they give notice and quit , adequate internet usage , and stuff like that .

    huzifa

    The Lounge question

  • Software company internal low
    H Huzifa Terkawi

    if you are about to start a new software company , what would your company internal law look like ? any hint will highly appreciated :) thanks

    huzifa

    The Lounge question

  • Mirroring system imagelist
    H Huzifa Terkawi

    dose any one know how to mirror system image list , iam developing RTL application on LTR windows xp , so i want to mirror image before setting listctrl so it will not look upside down , her what i did so far and i failed :

    CMFCToolBarImages toolBarImage;
    SHFILEINFO sfi;
    UINT nFlags = SHGFI_SYSICONINDEX | SHGFI_ICON ;
    HIMAGELIST hIL = (HIMAGELIST)SHGetFileInfo(szWindows, 0, &sfi, sizeof(sfi), nFlags);
    CImageList* list = CImageList::FromHandle(hIL);
    HBITMAP bitmap = list->GetImageWell();
    toolBarImage.MirrorBitmap(bitmap,32);

    any idea or small hint will be appreciated ?

    asdasda

    ATL / WTL / STL graphics tutorial 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