News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Windows GUI Frame Project - UpdateWindow

Started by sevendogzero, February 09, 2012, 07:04:36 PM

Previous topic - Next topic

sevendogzero

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,


MortenMacFly

Quote from: sevendogzero on February 09, 2012, 07:04:36 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]