12-24-2007 10:23 AM
12-25-2007 06:54 AM
12-26-2007 05:44 AM
12-26-2007 10:50 AM
12-26-2007 10:52 AM
Nice graphics. But the sound didn't work until I looked into the vi and changed the path to the sound file.
As a general rule, if you are going to distribute your application, don't hard code any paths. If you must do so, put a big note to let the user know where certain files need to reside. The best way to do it, in my opinion, is to let the sound file reside in the same folder as the vi, and use Current VI's Path, Strip Path, and Build Path functions to build a path to the folder where the vi is stored. That way the user can store both files (the vi and the sound file) into the same folder at any location he chooses, and it will work.
12-26-2007 11:21 AM