Link to home
Start Free TrialLog in
Avatar of Harry_Kewell
Harry_Kewell

asked on

Win32 API - Get filename in OpenFile dialog

    In Win32 API, I get the path and filename the user select by sending the message
CDM_GETFILEPATH:

          SendMessage(hListbox, CDM_GETFILEPATH, iSize, (LPARAM) szFileName)

 in which hListBox is the HANDLE of listbox in OpenFile dialog.

    I have not been successful yet. Pls help me. Thks so much and Grade A for the solution.


ASKER CERTIFIED SOLUTION
Avatar of mahesh1402
mahesh1402
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial