djolivet Posted February 9, 2008 Report Share Posted February 9, 2008 (edited) There seemed to be alot of interest in this so i thought I would share this code. I have not used it in a real project yet so user beware. If you come across any problems, or improvements, please post. Denis See here for download: Edited September 30, 2009 by Michael Aivaliotis Fixed Link Quote Link to comment
Ton Plomp Posted February 9, 2008 Report Share Posted February 9, 2008 Looks nice :thumbup: I advice you to add this to the Code Repository, in that way we can keep it good accessible! What version of .Net is needed? Ton Quote Link to comment
djolivet Posted February 9, 2008 Author Report Share Posted February 9, 2008 <cite>QUOTE(tcplomp @ Feb 8 2008, 05:21 AM) </a></cite> Looks nice :thumbup: I advice you to add this to the Code Repository, in that way we can keep it good accessible! What version of .Net is needed? Ton I'm not sure. I've used it in Vista and XP (Net 2.0). I believe it should work for Net 1.1 and above. Quote Link to comment
CaseyM Posted February 9, 2008 Report Share Posted February 9, 2008 QUOTE(djolivet @ Feb 7 2008, 05:59 PM) There seemed to be alot of interest in this so i thought I would share this code.I have not used it in a real project yet so user beware. If you come across any problems, or improvements, please post. Denis Cool. I'd like to use this dialog with the system path control, but the simplest way I can think to do this is to make a custom Boolean control that looks like the "browse" button on the path control and tie that to a user event. Anyone know where I can get that icon to customize a control? Or better yet, has anyone already done this? I didn't find anything from the search. Quote Link to comment
Yair Posted February 10, 2008 Report Share Posted February 10, 2008 <cite>QUOTE(cmay @ Feb 8 2008, 07:11 PM) </a></cite> I'd like to use this dialog with the system path control, but the simplest way I can think to do this is to make a custom Boolean control that looks like the "browse" button on the path control and tie that to a user event. Anyone know where I can get that icon to customize a control? Or better yet, has anyone already done this? I didn't find anything from the search. We have such a button in the CCT. I don't remember what we did off hand (my guess would be that we took a path control, hidden the path behind the button and used a transparent boolean over it, so that it's actually two controls), but you should be able to do the same. You can also probably simply get the image by customizing the dialog control (I seem to remember that it can be done), but that will probably mean that the image of the control will not change when you change Windows versions or themes. Quote Link to comment
djolivet Posted February 12, 2008 Author Report Share Posted February 12, 2008 QUOTE(cmay @ Feb 8 2008, 12:11 PM) Cool. I'd like to use this dialog with the system path control, but the simplest way I can think to do this is to make a custom Boolean control that looks like the "browse" button on the path control and tie that to a user event. Anyone know where I can get that icon to customize a control? Or better yet, has anyone already done this? I didn't find anything from the search. Here you go Quote Link to comment
CaseyM Posted February 18, 2008 Report Share Posted February 18, 2008 QUOTE(djolivet @ Feb 11 2008, 06:17 AM) Here you go Excellent. Thanks. Quote Link to comment
djolivet Posted September 29, 2009 Author Report Share Posted September 29, 2009 Repost BrowseforFolder (NET)(LV80).vi 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.