读书人

C#中怎么将其它的应用程序铅入到小弟我

发布时间: 2012-03-14 12:01:13 作者: rapoo

C#中如何将其它的应用程序铅入到我的界面上,做个子界面?
如题!

[解决办法]
up
[解决办法]
try..

右键添加-> 现有项-> ..
[解决办法]
学习。。
[解决办法]
其它的应用程序??
activex 的好办
其他的
要 CreateProcess 定义主窗体
[解决办法]
使用Win32API吧...
[解决办法]
ProcessStartInfo 好像没封装


HINSTANCE ShellExecute(

HWND hwnd,// handle to parent window
//这个不知有没有 用

LPCTSTR lpOperation,// pointer to string that specifies operation to perform
LPCTSTR lpFile,// pointer to filename or folder name string
LPCTSTR lpParameters,// pointer to string that specifies executable-file parameters
LPCTSTR lpDirectory,// pointer to string that specifies default directory
INT nShowCmd // whether file is shown when opened
);

读书人网 >C#

热点推荐