Click to See Complete Forum and Search --> : VC++


Rajdeep Majumdar
September 7th, 1999, 10:04 AM
Let me tell you the exact nature of my problem. Inside Windows Explorer I wan't to drag a long filename onto a .exe file(vc++ application). Now this file name comes in a corresponding 8.3 format on the title bar after the application opens. If I open the application(.exe) and then drag it using OnDragAcceptFiles() option then it works fine. But I wan't it the previous way. In applications like word if we drop a *.doc file onto the word.exe in explorer then it shows the full file name after opening. I think you got it.

Rajdeep