I'm writing a Win32 program with MSVC++ 6.0. The whole user interface is just one Dialog Box which I created with the resource editor. My question is, how can I set/add an icon to the title bar of the ...
I'm working on a small program right now which opens a file, operates on the contents, and outputs the result into another file.<BR><BR>Last night I put in all the code to make GetOpenFileName(...) ...