Connecting Tech Pros Worldwide Help | Site Map

MFC CWnd::MoveWindow

  #1  
Old April 25th, 2009, 10:17 PM
Newbie
 
Join Date: Apr 2009
Posts: 1
Dear all,
I am developing a Windows mobile 6 MFC appplication in which i use movewindow function to resize and move some controls acccoring to and it works fine except that when the user presss the input panel button to start typing , all the controls I had drawn return to its original size and position as when the program starts for the first time and when I start writing in the edit boxes my drawing function is called so I can redraw the changes my only problem is when i press the input panel or when my dialog loose focus.
I tried On_Wm_KillFocus but it is not called when I press the input panel.
So if there is a method to make my drawing steady , plz tell me about it .
Thanks alot for your help.
Rgeards,
Mohamed ward
  #2  
Old April 27th, 2009, 09:17 AM
markmcgookin's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 543
Provided Answers: 2

re: MFC CWnd::MoveWindow


Do you have some example code you could post for us to have a look at?
Reply