Search:
Type: Posts; User: user008
Search :
Search took 0.01 seconds.
March 8th, 2013, 09:42 AM
How to check whether std::thread ended?
November 8th, 2012, 07:52 AM
How can I check is window under cursor splitter?
November 8th, 2012, 04:08 AM
How to make that MouseWheel gets child under cursor instead of focused child?
November 1st, 2012, 11:06 AM
I try to use inherited from CListViewCtrl class. http://www.codeproject.com/Articles/1737/Lazy-Grid-WTL-implementation
OnBeginEdit does not call. What did I do wrong?...
October 4th, 2012, 05:48 PM
Some parts of CTreeViewCtrl item text swap.
For example I assign "[1](1)" and I see (1)[1].
October 4th, 2012, 10:21 AM
I need WTL function. I think AfxGetMainWnd is MFC function.
October 4th, 2012, 10:09 AM
September 21st, 2012, 10:30 PM
September 14th, 2012, 04:40 AM
Why not?
class CMainFrame: ...
{
...
LPRESULT OnFileClose(WORD, WORD, HWND, BOOL&)
{
...
}
...
September 14th, 2012, 12:57 AM
I need to get method call when file close event happens. Currently breakpoint does not work in this method.
September 14th, 2012, 12:32 AM
I added code in MainFrm for file closing like existing code for new file. But it does not work. What did I do wrong?
COMMAND_ID_HANDLER(ID_FILE_CLOSE, OnFileClose)
LPRESULT OnFileClose(WORD,...
September 10th, 2012, 11:05 PM
September 5th, 2012, 02:08 PM
I want to separate window by vertical splitter and separate left half of result by horizontal splitter. What did i do wrong?
m_wndVertSplit.Create ( *this, rcDefault, NULL, 0, WS_EX_CLIENTEDGE...
January 22nd, 2012, 11:11 PM
There is the picture with cut rectangles.
I need to divide the picture for rectangles. Count of rectangles must be minimum.
December 22nd, 2011, 05:14 AM
How can I use Bootstrap in Spring mvc?
September 21st, 2011, 11:33 AM
How to make reaction for document saving event.
September 9th, 2011, 10:42 AM
There would be preferably that result would be returned (success or fail) and incorrect code would be broken pretty quick. It is not difficult problem but if there is complete solution I would use it.
September 9th, 2011, 09:50 AM
int f(int x, int y);
parameter1 name x type int
parameter2 name y type int
return value int
September 9th, 2011, 08:12 AM
I am interested in C++ functions prototypes parsing. Are there solutions?
September 7th, 2011, 09:11 AM
I don't understand how to use EditPoint. Can anybody help?
September 6th, 2011, 11:13 AM
Is it necessary to use selection? It makes blinking.
September 6th, 2011, 06:09 AM
I am editing vs add-in. I need to get text from the beginning of the document to the current position.
March 30th, 2011, 07:11 PM
March 30th, 2011, 12:27 PM
How to get current document name?
November 4th, 2010, 02:36 PM
Comments did not helped.
The problem is the position of drawing region does not change. When I encrease the size of FrameWnd the new client area which beyond the old client does not painting :(....
Click Here to Expand Forum to Full Width