Click here to Skip to main content
15,880,469 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC6 - bug? Could you try on your Box? Pin
Ryan Binns14-Jan-05 3:16
Ryan Binns14-Jan-05 3:16 
GeneralEXE Icon modifier Pin
CVNK7613-Jan-05 23:20
CVNK7613-Jan-05 23:20 
GeneralRe: EXE Icon modifier Pin
Joel Holdsworth15-Jan-05 0:19
Joel Holdsworth15-Jan-05 0:19 
GeneralRe: EXE Icon modifier Pin
cvnk17-Jan-05 0:26
cvnk17-Jan-05 0:26 
GeneralTired of ...... Pin
pc_dev13-Jan-05 22:49
pc_dev13-Jan-05 22:49 
GeneralRe: Tired of ...... Pin
Maximilien14-Jan-05 0:40
Maximilien14-Jan-05 0:40 
GeneralRe: Tired of ...... Pin
Roger Allen14-Jan-05 0:58
Roger Allen14-Jan-05 0:58 
Generalin view of MDI app OnMove() never happens Pin
T.T.H.13-Jan-05 22:45
T.T.H.13-Jan-05 22:45 
Hi
When I create an "out-of-the-box" MDI application with the project wizard (using Visual C++ .NET 2003) with a CView as child (so every setting in the wizard is left on default) then the OnMove() function fires only twice - at the start of the application.

<br />
void CTestOnMoveView::OnMove(int x, int y)<br />
{<br />
  TRACE("CTestOnMoveView::OnMove (%d/%d)\n", x, y);<br />
  CView::OnMove(x, y);<br />
}<br />

...results in...
<br />
CTestOnMoveView::OnMove (0/0)<br />
CTestOnMoveView::OnMove (2/2)<br />


Afterwards OnMove() is never called again, no matter how I move, resize, maximize and minimize the application window and/or the child window. Only if I close the document/childwindow and make a new one ("File"->"New") then OnMove() is called again twice, then no more afterwards.

Sorry, I just don't get it Dead | X|

OnResize() on the other hand works 100% as expected, firing every time the size of the window is someway changed.

Any help welcome,
thanks,

T.T.H. / Matthias
GeneralRe: in view of MDI app OnMove() never happens Pin
Iain Clarke, Warrior Programmer13-Jan-05 23:44
Iain Clarke, Warrior Programmer13-Jan-05 23:44 
GeneralHelp For ToolTipText in VC++ Pin
phijophlip13-Jan-05 22:03
phijophlip13-Jan-05 22:03 
Questionhow to get ethernet card ip address Pin
vc-programmer-13-Jan-05 21:44
vc-programmer-13-Jan-05 21:44 
AnswerRe: how to get ethernet card ip address Pin
pc_dev13-Jan-05 23:05
pc_dev13-Jan-05 23:05 
GeneralRe: how to get ethernet card ip address Pin
vc-programmer-13-Jan-05 23:22
vc-programmer-13-Jan-05 23:22 
GeneralRe: how to get ethernet card ip address Pin
David Crow14-Jan-05 2:54
David Crow14-Jan-05 2:54 
General#include header files order. Pin
rbid13-Jan-05 21:34
rbid13-Jan-05 21:34 
GeneralRe: #include header files order. Pin
Iain Clarke, Warrior Programmer13-Jan-05 23:56
Iain Clarke, Warrior Programmer13-Jan-05 23:56 
GeneralRe: #include header files order. Pin
Dimitris Vikeloudas15-Jan-05 2:01
Dimitris Vikeloudas15-Jan-05 2:01 
General"Virutal" drive Pin
13-Jan-05 18:43
suss13-Jan-05 18:43 
GeneralRe: &quot;Virutal&quot; drive Pin
Ryan Binns13-Jan-05 19:18
Ryan Binns13-Jan-05 19:18 
GeneralRe: &quot;Virutal&quot; drive Pin
Mathieu Deslauriers13-Jan-05 19:49
Mathieu Deslauriers13-Jan-05 19:49 
GeneralCreate Reports similar to Access Pin
Toni7813-Jan-05 18:06
Toni7813-Jan-05 18:06 
GeneralRe: Create Reports similar to Access Pin
Andrew Walker13-Jan-05 18:46
Andrew Walker13-Jan-05 18:46 
GeneralRe: Create Reports similar to Access Pin
Ryan Binns13-Jan-05 19:23
Ryan Binns13-Jan-05 19:23 
GeneralRe: Create Reports similar to Access Pin
Iain Clarke, Warrior Programmer14-Jan-05 0:11
Iain Clarke, Warrior Programmer14-Jan-05 0:11 
GeneralRe: Create Reports similar to Access Pin
RomanBe14-Jan-05 2:45
RomanBe14-Jan-05 2:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.