Author Topic: Windows GUI Frame Project - UpdateWindow  (Read 4218 times)

Offline sevendogzero

  • Multiple posting newcomer
  • *
  • Posts: 15
Windows GUI Frame Project - UpdateWindow
« 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,


Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Windows GUI Frame Project - UpdateWindow
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ