⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 c#浏览器. 采用最新的.net技术
💻
字号:
all : bin\WebBrowser.exe

bin\AxSHDocVw.dll : $(SYSTEMROOT)\system32\SHDocVw.dll
  cd bin
  aximp %%SYSTEMROOT%\System32\SHDocVw.dll
  cd ..

bin\MSHTML.dll : $(SYSTEMROOT)\system32\MSHTML.tlb
  cd bin
  tlbimp MSHTML.tlb
  cd ..

res\ND.WebBrowser.WebBrowserForm.resources : res\Browser.resX
  resgen res\Browser.resx res\ND.WebBrowser.WebBrowserForm.resources

bin\WebBrowser.exe : bin\AxSHDocVw.dll bin\MSHTML.dll res\ND.WebBrowser.WebBrowserForm.resources WebBrowser.cs Open.cs About.cs ImportExport.cs AssemblyInfo.cs
  csc /target:winexe /debug+ /warn:4 /resource:res\ND.WebBrowser.WebBrowserForm.resources /r:bin\SHDocVW.dll /r:bin\AxSHDocVW.dll /r:bin\MSHTML.DLL /win32icon:res\Sphere.ico /out:bin\WebBrowser.exe WebBrowser.cs Open.cs About.cs ImportExport.cs AssemblyInfo.cs
  
clean:
  del /s *.exe *.pdb *.dll *.resources

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -