Re: Kens API and diff applications
- From: Steven <Steven@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 9 Aug 2008 20:10:00 -0700
Yes, I get so wound up and anxious that sometimes I dont read the entire
code ... I just copy it and go.
Thank you for the help.
"pietlinden@xxxxxxxxxxx" wrote:
Did you miss the sample?.
Function TestIt()
Dim strFilter As String
Dim lngFlags As Long
'--EXAMPLES OF ADDING MULTIPLE FILTERS TO THE LIST....
strFilter = ahtAddFilterItem(strFilter, "Access Files (*.mda,
*.mdb)", _
"*.MDA;*.MDB")
strFilter = ahtAddFilterItem(strFilter, "dBASE Files (*.dbf)",
"*.DBF")
strFilter = ahtAddFilterItem(strFilter, "Text Files (*.txt)",
"*.TXT")
strFilter = ahtAddFilterItem(strFilter, "All Files (*.*)", "*.*")
' Since you passed in a variable for lngFlags,
' the function places the output flags value in the variable.
Debug.Print Hex(lngFlags)
End Function
- Follow-Ups:
- Re: Kens API and diff applications
- From: Chris O''''Neill
- Re: Kens API and diff applications
- References:
- Kens API and diff applications
- From: Steven
- Re: Kens API and diff applications
- From: pietlinden@xxxxxxxxxxx
- Kens API and diff applications
- Prev by Date: Re: Variable value from query
- Next by Date: RE: Open explorer and filter file selection
- Previous by thread: Re: Kens API and diff applications
- Next by thread: Re: Kens API and diff applications
- Index(es):
Relevant Pages
|
Loading