multi line listbox

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hello all

I program win32 api in C and I need a multiline listbox, could anyone please
tell me how I can accomplish that or refer me to some sample application.

Thank you in advance
 
Frank said:
Hello all

I program win32 api in C and I need a multiline listbox, could anyone please
tell me how I can accomplish that or refer me to some sample application.

Frank:
I suggest you look at an ownerdraw listbox. It will present two messages to the
parent. One is "what is the size of this entry" and the other is "draw entry
#n". You can take it from there..

/steveA
 
Back
Top