Click here to Skip to main content
15,910,797 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: - Presentation program - Pin
Johnny ²19-Aug-03 1:13
Johnny ²19-Aug-03 1:13 
GeneralWrite Compact Flash. Pin
Paolomat18-Aug-03 21:11
Paolomat18-Aug-03 21:11 
QuestionHow to overlap full-screen DX window Pin
freaky_NL18-Aug-03 20:48
freaky_NL18-Aug-03 20:48 
AnswerRe: How to overlap full-screen DX window Pin
Anonymous20-Aug-03 2:58
Anonymous20-Aug-03 2:58 
GeneralCOleDropTarget::Register() Fails Pin
Possum18-Aug-03 19:19
Possum18-Aug-03 19:19 
GeneralInvoking On-Demand virus scan programmatically Pin
abhinarulkar18-Aug-03 18:20
abhinarulkar18-Aug-03 18:20 
GeneralCompiled .HLP files show help for Internet Explorer Pin
Terry O'Nolley18-Aug-03 16:35
Terry O'Nolley18-Aug-03 16:35 
GeneralFlickering Web Browser Control When Resizing OnSize (CFormView).. Please help! Pin
Varun Shoor18-Aug-03 16:02
Varun Shoor18-Aug-03 16:02 
Hi,
I have a web browser control, I have added the WS_CLIPCHILDREN style to my CFormView and the "normal" flickering isnt there.

Now the problem is I am trying to resize the web browser control OnSize of CFormView and it flickers during that, I have tried all possible combinations to no avail (The WS_CLIPCHILDREN style is set, this is when the web browser control is resized *WITH* the CFormView class)



quote:
--------------------------------------------------------------------------------

void CMyFormView::OnSize(UINT nType, int cx, int cy)
{
ModifyStyle(0, WS_CLIPCHILDREN);
CFormView::OnSize(nType, cx, cy);

if (IsWindow(m_webbrowser.GetSafeHwnd())) {
m_webbrowser.MoveWindow(0,0,cx,cy, FALSE);
}
// TODO: Add your message handler code here
}

--------------------------------------------------------------------------------



Any idea how to stop this behaviour? Sigh | :sigh:

Thanks in advance!

GeneralMDI problem or Memory problem Pin
Benjamintee18-Aug-03 15:44
Benjamintee18-Aug-03 15:44 
GeneralRe: MDI problem or Memory problem Pin
John M. Drescher18-Aug-03 16:37
John M. Drescher18-Aug-03 16:37 
GeneralRe: MDI problem or Memory problem Pin
Anonymous19-Aug-03 21:11
Anonymous19-Aug-03 21:11 
GeneralSetting Focus from Login dialog to other dialog Pin
dk_sn1p3r18-Aug-03 13:34
dk_sn1p3r18-Aug-03 13:34 
GeneralRe: Setting Focus from Login dialog to other dialog Pin
valikac18-Aug-03 17:54
valikac18-Aug-03 17:54 
GeneralRe: Setting Focus from Login dialog to other dialog Pin
dk_sn1p3r21-Aug-03 10:53
dk_sn1p3r21-Aug-03 10:53 
GeneralRe: Setting Focus from Login dialog to other dialog Pin
valikac21-Aug-03 17:43
valikac21-Aug-03 17:43 
GeneralParsing Tabulted Text Files Pin
afj66618-Aug-03 13:29
afj66618-Aug-03 13:29 
GeneralRe: Parsing Tabulted Text Files Pin
Steve S18-Aug-03 22:17
Steve S18-Aug-03 22:17 
GeneralHelp with templates (newbie) Pin
Anonymous18-Aug-03 12:57
Anonymous18-Aug-03 12:57 
GeneralRe: Help with templates (newbie) Pin
Christian Graus18-Aug-03 13:23
protectorChristian Graus18-Aug-03 13:23 
GeneralRe: Help with templates (newbie) Pin
Jay Hova18-Aug-03 16:03
Jay Hova18-Aug-03 16:03 
GeneralRe: Help with templates (newbie) Pin
Christian Graus18-Aug-03 17:03
protectorChristian Graus18-Aug-03 17:03 
GeneralRe: Help with templates (newbie) Pin
Christian Graus18-Aug-03 13:26
protectorChristian Graus18-Aug-03 13:26 
GeneralRe: Help with templates (newbie) Pin
Michael Dunn18-Aug-03 14:11
sitebuilderMichael Dunn18-Aug-03 14:11 
GeneralRe: Help with templates (newbie) Pin
Nemanja Trifunovic18-Aug-03 18:54
Nemanja Trifunovic18-Aug-03 18:54 
GeneralRe: Help with templates (newbie) Pin
Hosam Aly Mahmoud18-Aug-03 21:39
Hosam Aly Mahmoud18-Aug-03 21:39 

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.