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
V

Vitali Halershtein

@Vitali Halershtein
About
Posts
69
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Struct issue
    V Vitali Halershtein

    Hi, try to sizeof(...) = 4 ;) Vitali http://www.creative-case.com

    C / C++ / MFC help tutorial question

  • Visible window in dll
    V Vitali Halershtein

    Hi, I've suppose that you using WSH scripting on client side to work with dll. If yes, then use SetAllowUI(True) to enable your windows. Vitali http://www.creative-case.com

    C / C++ / MFC question help

  • Capturing mouse coordinates
    V Vitali Halershtein

    Hi, GetCursorPos function retrieves the cursor's position, in screen coordinates. Just use it in your click handler. BOOL GetCursorPos( LPPOINT lpPoint // cursor position ); Vitali http://www.creative-case.com

    C / C++ / MFC question

  • Large Files
    V Vitali Halershtein

    One of the possible ways is to write wapper class similar CFile specially assigned to manipulate with VLF. F.e. - inside, this class could use 64-bit lo-level functions. Thanks for the interesting question. Vitali http://www.creative-case.com

    C / C++ / MFC c++ question

  • Looking for free FTP library to build FTP client.
    V Vitali Halershtein

    Try to look it via search engines. Vitali

    C / C++ / MFC c++ tutorial question

  • PC to PC comunications via NT network
    V Vitali Halershtein

    Many ways are possible: - sending info using sockets; - sending info via pipes, mailslot, ...; - sending info via windows messaging; ... Vitali

    C / C++ / MFC c++ sysadmin tutorial question

  • Newbie: (Safely) deleting files
    V Vitali Halershtein

    Hi Dom, Why not use DeleteFile from win32 api ? BOOL DeleteFile( LPCTSTR lpFileName // file name ); Vitali http://www.creative-case.com

    C / C++ / MFC html help

  • Looking for free FTP library to build FTP client.
    V Vitali Halershtein

    Hi Geo, Just tryto use WinINet. Vitali http://www.creative-case.com

    C / C++ / MFC c++ tutorial question

  • Search Engines... does anyone know?
    V Vitali Halershtein

    Do you have own search engine or prefer to use existing (yahoo, google, ...)? Vitali http://www.creative-case.com

    C / C++ / MFC question

  • MAPI
    V Vitali Halershtein

    Fist part of the question: now you know how to install MAPI. OK? Second part: you don't need to install exchange server. MAPI can work with any email server supported it. I hope clear? Vitali http://www.creative-case.com[^]

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

  • MAPI
    V Vitali Halershtein

    you may have any email server including 'exchange'. Vitali http://www.creative-case.com[^]

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

  • MAPI
    V Vitali Halershtein

    1. copy MSMAPI*.* files in the system directory 2. run regsvr32.exe msmapi32.ocx to register Vitali http://www.creative-case.com[^]

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

  • Drawing on Dialog using DC
    V Vitali Halershtein

    I usualy put some element in the dialog such as image or button and put image in to it. Vitali http://www.creative-case.com[^]

    C / C++ / MFC graphics help question

  • MAPI
    V Vitali Halershtein

    Hi, You pass mapi questions during last month:) To install mapi you need register Msmapi32.ocx using regsvr32. In some casees you will need to have file Msmapi.srg with licenses. Vitali http://www.creative-case.com[^]

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

  • How to find which Window have some DC ?
    V Vitali Halershtein

    Fine:) You have answer. Vitali http://www.creative-case.com

    C / C++ / MFC tutorial question

  • How to find which Window have some DC ?
    V Vitali Halershtein

    Hi, Enumerate all windows (EnumWindows, EnumChildWindows, ...) and compre these DC's with existing. Vitali http://www.creative-case.com[^]

    C / C++ / MFC tutorial question

  • The number of new and unread emails
    V Vitali Halershtein

    Hi, Use MAPI :) Vitali http://www.creative-case.com

    C / C++ / MFC tutorial question

  • How to position the controls in a view?
    V Vitali Halershtein

    Hi, You also can try to use MoveWindow insted SetWindowPos. May be it will solve your problems. Vitali http://www.creative-case.com[^]

    C / C++ / MFC tutorial question c++ help learning

  • String Parsing
    V Vitali Halershtein

    this is very simple: use syntax similar: strtok( (char*)(LPCTSTR)CStringvariable, ... ); or use GetBuffer member from CString Vitali http://www.creative-case.com[^]

    C / C++ / MFC json tutorial question

  • Drawing on Dialog using DC
    V Vitali Halershtein

    Hi YaronNir, I think this is not good way to rewrite OnPaint in dialog (hmmm - f.e. because dialog may contain other elements). Insted this let try to put cpecial element on the dialog and draw bitmap in to it. Hope this help. Vitali http://www.creative-case.com[^]

    C / C++ / MFC graphics help 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