Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>drawmenubar()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DrawMenuBar()
Re-draw a window's menu bar
------------------------------------------------------------------------------

Syntax
DrawMenuBar( <hWnd> )   -->   nil

Arguments
<hWnd> is the handle to the window.

Returns
NIL.

Description
This function can be used to re-draw the menu bar of a window.
It is only necessary to do this if you have changed the menu
since the window was created.

Example
DrawMenuBar( hAppWnd )


See Also: AppendMenu() CreateMenu()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson