now I make simple application that one form, one GdViewer one FileDrop event like this.
- Code: Select all
void __fastcall TForm1::GdViewer1FileDrop(TObject *Sender, BSTR sFilePath) { ShowMessage( sFilePath ); }
It raise a FileDrop event when drop file what has OS default character set file name,
but I can not get event when drop file what has Unicode file name,
and I write by VB.NET 2008, it was same result. something wrong?
