Recent content by zorro59

  1. Z

    wheres the best country to source c++ developers

    Romania is a good choice.
  2. Z

    Editing desktop icons text

    Its because of UIPI. Works on windows xp perfectly. Anyone knows a way to bypass UIPI?
  3. Z

    Editing desktop icons text

    Tried that, no success. Maibe it has something to do with unicode? (i have multi byte set in my project).
  4. Z

    Editing desktop icons text

    So here is what i got (code not 100% mine): int main() { HWND task; task = FindWindow(NULL, TEXT("Program Manager")); task = FindWindowEx(task, NULL, TEXT("SHELLDLL_DefView"), NULL); task = FindWindowEx(task, NULL, NULL, TEXT("FolderView")); int count=(int)SendMessage(task...
Back
Top