^^^如何隐去ie地址栏???

大雨仔 2006-01-17 10:17:53
我在ppc下作的:
[DllImport("coredll.Dll", EntryPoint="CreateProcess", SetLastError=true)]
extern static int CreateProcess(string strImageName, string strCmdLine, IntPtr pProcessAttributes, IntPtr pThreadAttributes , int bInheritsHandle, int dwCreationFlags, IntPtr pEnvironment, IntPtr pCurrentDir, IntPtr bArray, ProcessInfo oProc);

ProcessInfo pi = new ProcessInfo();
CreateProcess("iexplore.exe" , "http://www...", IntPtr.Zero, IntPtr.Zero, 0, 0, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, pi);

这样打开的ie是有地址栏的,如何隐去他???
...全文
107 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
o1o 2006-01-17
  • 打赏
  • 举报
回复
查查线程创建时还能带什么参数
大雨仔 2006-01-17
  • 打赏
  • 举报
回复
axbrowser在CF下不能用,我的环境是ppc2003
alwaysinsist 2006-01-17
  • 打赏
  • 举报
回复
用JS
真相重于对错 2006-01-17
  • 打赏
  • 举报
回复
直接用axbrowser控件呢???

111,097

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • AIGC Browser
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧