Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sevendogzero on February 09, 2012, 07:04:36 pm

Title: Windows GUI Frame Project - UpdateWindow
Post by: sevendogzero on February 09, 2012, 07:04:36 pm
Code Blocks 10.5
Long time since I've programmed Win32.
 
Created a new Frame based Windows GUI app. Code Blocks created
a nice windows standard framework. (Thanks)

Question.
After the main CreateWindow, I see a ShowWindow call,
but no UpdateWindow call.
What's the thinking here?

Regards,

Title: Re: Windows GUI Frame Project - UpdateWindow
Post by: MortenMacFly on February 09, 2012, 08:15:26 pm
Question.
After the main CreateWindow, I see a ShowWindow call,
but no UpdateWindow call.
What's the thinking here?
Get the free book here: http://www.wxwidgets.org/docs/book/ and read for yourself.

Unrelated to Code::Blocks, closing topic.