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
F

FarPointer

@FarPointer
About
Posts
214
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem in resolution
    F FarPointer

    I feel rather than hardcoding the values make it relative to the value you get from :- int GetSystemMetrics( int nIndex ); or int GetDeviceCaps( HDC hdc, // handle to DC int nIndex // index of capability );


    Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC help

  • How to hide my dialog without any flash as soon as my application start?
    F FarPointer

    Is it a Modal Dialog then the hiding of the dialog will make the application looked hanged . And as far as hiding the dialog is dont send a WM_HIDEWINDOW . do dlg.ShowWindow(False) before you do a DoModal.


    Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC adobe tutorial question

  • Ask a problem,about template:)
    F FarPointer

    When you make a class template you need to globaly define the object type you are using in the class.h there are other ways to solve this also :- Look for class template instantiation. http://msdn2.microsoft.com/en-us/library/7y5ca42y.aspx[^]


    Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC help question

  • Saving A window
    F FarPointer

    Why dont u draw it to a bitmap and then display it in the Ondraw so that later you can use that bitmap.


    Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC c++ graphics help

  • sorting a list
    F FarPointer

    Well not compared to chewing gum :-D ya my mistake i was expecting the message map to be like this:- ON_NOTIFY( HDN_ITEMCLICK, 0, OnHeaderClick) but it will be like this i guess ON_NOTIFY( HDN_ITEMCLICK, IDC_LIST, OnHeaderClick) Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC algorithms question

  • sorting a list
    F FarPointer

    Well to first add the notification for HDN_ITEMCLICK is tough:- why because the on notify macro is as follows ON_NOTIFY( wNotifyCode, id, memberFxn ) and the id of the header control is zero unless explicitly set . Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC algorithms question

  • sorting a list
    F FarPointer

    Please check this out :- http://www.codeguru.com/Cpp/controls/listview/columns/article.php/c985/[^] Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC algorithms question

  • how can i get the current selected item from listcontrol.
    F FarPointer

    This is not implemented :- LVS_SELECTED Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC question

  • sorting a list
    F FarPointer

    NM_RCLICK Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC algorithms question

  • How can i draw the curve shape of mountains in terrain of game?
    F FarPointer

    May be use should check here:- http://www.gamedev.net/community/forums/[^] and http://www.opengl.org/[^] Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC question game-dev help

  • any Idea for a Project?
    F FarPointer

    Got to the MFC src file (..\Microsoft Visual Studio\VC98\MFC\SRC) it has lot of good code and will give you internal details about each thing. Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC c++ question code-review

  • How can i draw the curve shape of mountains in terrain of game?
    F FarPointer

    OpenGl Right Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC question game-dev help

  • sorting a list
    F FarPointer

    BOOL SortItems( PFNLVCOMPARE pfnCompare, DWORD_PTR dwData ); Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC algorithms question

  • pressing return in an edit control
    F FarPointer

    PretranslateMessage :omg: Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC question c++

  • Help on GetAsyncKeyState(...)
    F FarPointer

    Their is no need to know the hex values of the corssponding keys :- U can use the VK_ and the second one is the corssponding Hex value. VK_SHIFT 10 SHIFT key VK_CONTROL 11 CTRL key Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC json help tutorial question

  • how can i get the current selected item from listcontrol.
    F FarPointer

    try this LVM_SETSELECTIONMARK


    Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC question

  • how can i get the current selected item from listcontrol.
    F FarPointer

    Try this CListCtrl::GetSelectionMark Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC question

  • About CMutex And CSingleLock
    F FarPointer

    you may try :- WaitForSingleObject Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC question

  • Doubt regarding the Hook
    F FarPointer

    Seting the hook using :- SetWindowsHook removing the hook:- UnhookWindowsHook MSDN and codeproject are having nice article on hooking. Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC c++ tutorial

  • Sorting a list with class for complex types [modified]
    F FarPointer

    how did u bring those mydata in-side the angular brackets . and that horizontal slash in prev post. Regards, FarPointer Blog:FARPOINTER

    C / C++ / MFC algorithms
  • Login

  • Don't have an account? Register

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