Quote:So how come you chose to put these in separate programs? Just curious Smile
The answer is obvious to me, he now has 3 independent programs that can be used in other apps, no need for libraries or copy/paste from a Toolbox of handy sub and function tools.
I started same with a GUI GetPathedFilename Dialog that prints selection to file and Clipboard.
That's one less direntry.h file I have to include in library or app, thats' one section I dont have to debug.
Big savings in time and redundant code is the short answer!
PLUS I can count on title working correctly as opposed to some other dialogues we've seen.
A piece at a time, independent of all other code, is a very clean uncluttered approach.
b = b + ...