Re: OpenDialog
- From: Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx>
- Date: Sat, 18 Oct 2008 21:05:30 -0400
Stark wrote:
I want my user to choose a file in a folder among those staring with some characters in their name. I do this using the filter property. This does not avoid the user entering a totally different filename in the filename edit. How can I avoid this ? Can I disable the filename edit ? Or is there another solution ?If you want to continue using that control, I would suggest you
simply test the file name on return and force another Dialog
pop up until they cancel it or get it correct.
Other wise, you'll need to subclass that control and monitor
the windows messages going to that edit box.. Much like adding
a OnKeyDoww,Up etc to the control.
Unless I'm over looking something.
http://webpages.charter.net/jamie_5"
.
- References:
- OpenDialog
- From: Stark
- OpenDialog
- Prev by Date: Re: OpenDialog
- Next by Date: Re: OpenDialog
- Previous by thread: Re: OpenDialog
- Next by thread: Re: OpenDialog
- Index(es):
Relevant Pages
|