01-28-2011 04:38 AM
As already mentioned in this thread, one of the parameters you can provide is a window handle. The dialog will be modal to that window (although, if memory serves, it's only that window and not the entire process, so you might wish to look through the function's documentation if that's what you want).
01-28-2011 01:29 PM - edited 01-28-2011 01:37 PM
Alright, I figured out my problem. In my vi I was changing the window title to something other than the filename. The browse folder wrapper vi wants to use the vi filename, not the window title as the window handle. Thanks for the help.