Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>int pascal listboxsetredraw(hwnd hbox, bool fredraw)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal ListBoxSetRedraw(HWND hBox, BOOL fRedraw)

  This function sets or clears the redraw flag associated with a
listbox. You might want to clear the redraw flag while filling a
listbox with strings to eliminate the redrawing after each string is
inserted. After the filling is completed, you would set the redraw
flag.

Parameters
  hBox is the handle of the listbox control.
  fRedraw is TRUE (non-zero) or FALSE (zero), and controls whether the
   listbox will be redrawn after certain operations.

Returns
  Nothing.


.

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