如何用shellexecute打开右键菜单(20分)

  • 主题发起人 主题发起人 zsy_good
  • 开始时间 开始时间
Z

zsy_good

Unregistered / Unconfirmed
GUEST, unregistred user!
ShellExecute(handle, 'Properties','d:/qq', Nil, nil, SW_SHOW)

我该怎么做才可以阿,msdn所这样不行

 
ShellExecute
Performs an operation on a specified file.



HINSTANCE ShellExecute(
HWND hwnd,
LPCTSTR lpOperation,
LPCTSTR lpFile,
LPCTSTR lpParameters,
LPCTSTR lpDirectory,
INT nShowCmd
);

看到了么,on a specified FILE!!!
 
连你的问题都没有看懂还是你没有说清楚啊???
 
ShellExecute(Application.Handle, 'open','D:/Program Files/Tencent/QQ2000b.exe', nil, nil, sw_shownormal);
 
看错题了.....
 
用一个ItemProp.pas文件(在DFS控件中有),可以解决弹出右键Context Menu的问题,
比较方便,就是太长了,1000多行,我不想贴,需要的话我给你发邮件吧
 
后退
顶部