Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/04/2011 at 11:17, xxxxxxxx wrote:
User Information: Cinema 4D Version: 12 Platform: Windows ; Language(s) : C++ ;
--------- Hi to all
Sorry for the noob question, but it is possible to open the file browser to chose a file from the SDK? I've tried the Browser* function with no luck...
Many thanks!
Best regards.
On 22/04/2011 at 11:26, xxxxxxxx wrote:
Filename fn; if (fn.FileSelect(xxxx)) // do something with selected file
On 23/04/2011 at 02:29, xxxxxxxx wrote:
Thanks!
I would never have found without an example Nice!
Bye.