T teargirl Unregistered / Unconfirmed GUEST, unregistred user! 1999-08-18 #1 How to run the "run..." and "find..." dialog(Start Menu) in my application?(100分)<br />How to run the "run..." and "find..." dialog(Start Menu) in my application?
How to run the "run..." and "find..." dialog(Start Menu) in my application?(100分)<br />How to run the "run..." and "find..." dialog(Start Menu) in my application?
T teargirl Unregistered / Unconfirmed GUEST, unregistred user! 1999-08-18 #2 in my own application, How to Show the "run..." and "find..." dialog of Start Menu ?
P pegasus Unregistered / Unconfirmed GUEST, unregistred user! 1999-08-18 #3 通过OLE接口对 Shell 这个对象操作(系统提供的), Shell对象具有下列方法:BrowseForFolder CascadeWindows ControlPanelItem EjectPC Explore FileRun FindComputer FindFiles Help MinimizeAll NameSpace Open RefreshMenu SetTime ShutdownWindows Suspend TileHorizontally TileVertically TrayProperties UndoMinimizeALL Windows 瞧,你需要的功能全部都在里面了 //Shy,我现在正在研究如何在Delphi中是用Shell对象 Uses ShlObj; 还有其它的步骤,正在研究中。。。
通过OLE接口对 Shell 这个对象操作(系统提供的), Shell对象具有下列方法:BrowseForFolder CascadeWindows ControlPanelItem EjectPC Explore FileRun FindComputer FindFiles Help MinimizeAll NameSpace Open RefreshMenu SetTime ShutdownWindows Suspend TileHorizontally TileVertically TrayProperties UndoMinimizeALL Windows 瞧,你需要的功能全部都在里面了 //Shy,我现在正在研究如何在Delphi中是用Shell对象 Uses ShlObj; 还有其它的步骤,正在研究中。。。
P pegasus Unregistered / Unconfirmed GUEST, unregistred user! 1999-08-18 #4 Hehe, 全部搞定了, 现在能够Find.., Run..,TaskBarProperty..., Shutdown... 等等, 需要我的演示程序的朋友给我留EMail,我会给大家寄上工成源码
P pegasus Unregistered / Unconfirmed GUEST, unregistred user! 1999-08-18 #6 OK, sent out to yysun and teargirl.
M menxin Unregistered / Unconfirmed GUEST, unregistred user! 1999-08-18 #7 佩服!请给我一份! 我看了半天,没什么头绪,你是怎么搞定的?
P pegasus Unregistered / Unconfirmed GUEST, unregistred user! 1999-08-18 #8 OK, 寄出了, 我在里面谢了一个Readme.txt, 大概说了一下是如何得到Shell Object的定义文件(Type Library)的 有了这个文件我们的工作就非常轻松了,大家看了源码就知道,
OK, 寄出了, 我在里面谢了一个Readme.txt, 大概说了一下是如何得到Shell Object的定义文件(Type Library)的 有了这个文件我们的工作就非常轻松了,大家看了源码就知道,
P pegasus Unregistered / Unconfirmed GUEST, unregistred user! 1999-08-19 #12 哦,to wuyi and 柳五公子, sent out.
W wtiebo Unregistered / Unconfirmed GUEST, unregistred user! 1999-09-06 #13 能不能在给我也寄一份(Shell对象的)? 谢谢! hanker@263.net