I am writing a program and I'm on the file choosing part of it. I thought it a good idea for the user to see what file and the path they are choosing via a static control. Well, of course a filename can be really long, so how do I display this long path+filename in this limited amount of static area. How do you make a static control's display (on a window, not a dialog) with wordwrap? That could always work. Thanks!

Garfield