472,146 Members | 1,395 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,146 software developers and data experts.

Name of selected file

Hi
I would like to ask, how my program can get the name of the selected
file, when it was selected.
I mean, that i select a file in windows xp, and then my program that
works in background receives the name.
Does the windows has function that i need?
I guess that the function like that doesnt exists in VS 2005
PK

Nov 24 '05 #1
2 1320
ShellCallback functions:
http://msdn.microsoft.com/library/de...asp?frame=true

And more specific the the FMExtensionProc function:
http://msdn.microsoft.com/library/de...ensionproc.asp

And the message you are looking for is:
FMEVENT_SELCHANGE

Gabriel Lozano-Morán
MCSD .NET
Real Software
http://www.realdn.net
http://www.realsoftware.be
Nov 25 '05 #2
Thank you.
PK

*** Sent via Developersdex http://www.developersdex.com ***
Nov 25 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Giovane Calabrese | last post: by
reply views Thread by Giovane Calabrese | last post: by
2 posts views Thread by John Holmes | last post: by
2 posts views Thread by =?Utf-8?B?R3JlZw==?= | last post: by
reply views Thread by Saiars | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.