About dialog Resizing properties border

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<font size=2>
Hi,
Im tring to set Resize able to mt dialog, but if I drag the border I get runtime error:
 
Unhandled exception at 0x0040a91e in QmAgent.exe: 0xC0000005: Access violation reading location 0x0000001c.
 
<u>afxwin2.inl - (here its break)</u>
_AFXWIN_INLINE </font><font color="#0000ff" size=2>void</font><font size=2> CWnd::GetWindowRect(LPRECT lpRect) </font><font color="#0000ff" size=2>const </font><font size=2>
{ ASSERT(::IsWindow(m_hWnd)); ::GetWindowRect(m_hWnd, lpRect); }
 
I dont know why Its happend???!
Thanks<img src="images/emoticons/rose.gif </font>

View the full article
 
Back
Top