// JP opened flex table

Click to See Complete Forum and Search --> : Opening a file


McAlonso
July 10th, 2008, 06:42 AM
Hi, I'd like to code a function to tell Windows to open a file with the default program according to its extension. How can I do it?

Tyvm!

fred100
July 10th, 2008, 07:34 AM
Why don't you use ShellExecute() ?!!!!!!!!!

McAlonso
July 10th, 2008, 08:09 AM
Yep, cool. Ty.

//JP added flex table