I'm trying to implement a browse button so that the user can fill in a string box with a filename without having to type it everytime. There's got to be an easy way to do this - but I can't seem to find any info on it anywhere. Any help/resources would be greatly appreciated. Thanks!
Have the browse button launch the a file select dialog by calling FileSelectPopup. This function returns the path of the file selected that you can write to the string control.
Thanks for the quick response Chris. I knew there had to be an easy way. I'm still kinda learning the "tricks" of LabWindows - after being a hardcore "code by the seat of your pants" guy for sooooo long. Thanks again.