找传奇、传世资源到传世资源站!

JavaScript + Delphi + ErLang(1)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】JavaScript Delphi ErLang(1)
第一部分:JavaScript Delphi,主体是讲在Delphi上如何方便的控制IE,给出了全部示例,以及相关问题的解决方法。 重传了800回了!为啥不中呢!!!

【相关图片】

from clipboard

【源码结构】
文件清单
├── 01. HtmlDialog
│   ├── CPP
│   │   ├── HTMLDlg.bpr
│   │   ├── HTMLDlg.cpp
│   │   ├── HTMLDlg.htm
│   │   ├── htmldlg.pdf
│   │   ├── Htmldlg.rc
│   │   ├── HTMLDlg.res
│   │   ├── html.res
│   │   ├── Login.htm
│   │   ├── Main.cpp
│   │   ├── Main.dfm
│   │   └── Main.h
│   ├── HTMLDlg.dpr
│   ├── HTMLDlg.htm
│   ├── HTMLDlgMain.dfm
│   ├── HTMLDlgMain.pas
│   ├── HTMLDlg.res
│   ├── html.rc
│   ├── html.RES
│   └── hwlogo.gif
├── 02. HtmlLite
│   ├── from codeproject
│   │   ├── htmllite.dll
│   │   ├── htmllite_src.zip
│   │   └── note from codeproject.txt
│   ├── htmllite.7.0.9466.0.dll
│   ├── htmllite.7.0.9581.0.dll
│   ├── htmllite.dll
│   ├── htmllite.gif
│   ├── HtmlLiteUnit.pas
│   ├── main.dfm
│   ├── main.pas
│   ├── MyRes2.rc
│   ├── MyRes2.RES
│   ├── MyRes.rc
│   ├── MyRes.RES
│   ├── test.dpr
│   ├── testimg.bmp
│   ├── testimg.PNG
│   └── test.res
├── 03. MSNGroup
│   ├── CoralSpy.zip
│   ├── DirectUI
│   │   ├── directui_demo.zip
│   │   ├── directui_source.zip
│   │   └── MSN-reshack2.png
│   ├── IESpy.exe
│   ├── ISSource.exe
│   └── spy.PNG
├── 04. IE in Delphi
│   ├── 1. Call js function.txt
│   ├── 2. Access Control instance.txt
│   ├── 3. Listen IE.txt
│   ├── 4. Delphi ActiveControl in IE.txt
│   ├── 5. Security Manager.txt
│   └── KICK RAD!
│       ├── Client RAD - 1.gif
│       ├── Client RAD - 2.gif
│       ├── Client RAD - 3.gif
│       ├── Client RAD - 4.gif
│       ├── DB&Server RAD - 1.gif
│       └── DB&Server RAD - 2.gif
├── 05. Like JS
│   ├── CustomVariants
│   │   ├── code from dmag73.txt
│   │   ├── CustomVariants.dpr
│   │   ├── CustomVariants.res
│   │   ├── CustomVariantsU1.dfm
│   │   ├── CustomVariantsU1.pas
│   │   └── SetOfSuitVariant.pas
│   ├── MyCustomVariants
│   │   ├── CustomObj.pas
│   │   ├── MyCustomVariants.dpr
│   │   ├── readme.txt
│   │   ├── step2
│   │   │   ├── CustomObj.pas
│   │   │   ├── Step2_console.dpr
│   │   │   └── VUndefined.pas
│   │   └── step3
│   │       ├── CustomObj.pas
│   │       ├── Step3_console.dpr
│   │       └── VUndefined.pas
│   └── Scope.dpr
├── 06. TinyWebUI
│   ├── main.dfm
│   ├── main_f.pas
│   ├── main.pas
│   ├── !! readme.txt
│   ├── ResBuilder
│   │   ├── demo.bat
│   │   ├── HtmlRes
│   │   │   ├── MPL.txt
│   │   │   ├── Org_version
│   │   │   │   ├── dd-htmlres-src.zip
│   │   │   │   ├── dd-resfile.zip
│   │   │   │   └── dd-vinfo.zip
│   │   │   ├── ReadMe-Src.txt
│   │   │   ├── SourcecodeLicenses.txt
│   │   │   └── Src
│   │   │       ├── HTMLRes.dpr
│   │   │       ├── HTMLRes.rc
│   │   │       ├── HTMLRes.res
│   │   │       ├── PJResFile.pas
│   │   │       ├── PJVersionInfo.dcr
│   │   │       ├── PJVersionInfo.pas
│   │   │       ├── UErrors.pas
│   │   │       ├── UMain.pas
│   │   │       ├── UParams.pas
│   │   │       ├── UVerInfo.pas
│   │   │       ├── VHTMLRes.res
│   │   │       └── VHTMLRes.vi
│   │   ├── make.bat
│   │   ├── make_d.bat
│   │   ├── !! readme.txt
│   │   ├── StrRep
│   │   │   └── StrRep.dpr
│   │   └── x-make.bat
│   ├── run-uos.bat
│   ├── SampleHtml
│   │   └── base.html
│   ├── TinyWebUI.dpr
│   ├── TinyWebUI.dproj
│   ├── TinyWebUI.res
│   ├── TinyWebUI.ridl
│   ├── TinyWebUI.tlb
│   ├── TinyWebUI_TLB.pas
│   ├── uos
│   │   ├── ad
│   │   │   ├── banner2.jpg
│   │   │   ├── banner3.jpg
│   │   │   ├── g.gif
│   │   │   └── winbanner.jpg
│   │   ├── ajaxpage.asp
│   │   ├── auto.asp
│   │   ├── controller.js
│   │   ├── count.asp
│   │   ├── count.xml
│   │   ├── dhooo2asp
│   │   │   ├── dhooo.asp
│   │   │   ├── ex.asp
│   │   │   ├── string.asp
│   │   │   └── xml.asp
│   │   ├── dhooo_hide.asp
│   │   ├── dhooo_net.asp
│   │   ├── dhooo_net.js
│   │   ├── dhooo_os_apple.css
│   │   ├── dhooo_os_auto.js
│   │   ├── dhooo_os_boot.js
│   │   ├── dhooo_os_context.css
│   │   ├── dhooo_os_dll.js
│   │   ├── dhooo_os_html.js
│   │   ├── dhooo_os_main.htm
│   │   ├── dhooo_os_menu.js
│   │   ├── dhooo_os_skin.css
│   │   ├── dhooo_os_sys.css
│   │   ├── dhooo_os_vista.css
│   │   ├── dhooo_sys.js
│   │   ├── en.asp
│   │   ├── en.htm
│   │   ├── filesystem.xml
│   │   ├── game
│   │   │   ├── mhzz.swf
│   │   │   └── setColor.swf
│   │   ├── getvideo.asp
│   │   ├── htmlEdit
│   │   │   ├── blankpage.htm
│   │   │   ├── ColorSelect.htm
│   │   │   ├── colorSelect.js
│   │   │   ├── editfunc.js
│   │   │   ├── editorArea.css
│   │   │   ├── FontFaceSelect.htm
│   │   │   ├── FontSizeSelect.htm
│   │   │   ├── images
│   │   │   │   ├── 10.gif
│   │   │   │   ├── 11.gif
│   │   │   │   ├── 12.gif
│   │   │   │   ├── 13.gif
│   │   │   │   ├── 14.gif
│   │   │   │   ├── 15.gif
│   │   │   │   ├── 16.gif
│   │   │   │   ├── 17.gif
│   │   │   │   ├── 18.gif
│   │   │   │   ├── 19.gif
│   │   │   │   ├── 1.gif
│   │   │   │   ├── 20.gif
│   │   │   │   ├── 2.gif
│   │   │   │   ├── 3.gif
│   │   │   │   ├── 4.gif
│   │   │   │   ├── 5.gif
│   │   │   │   ├── 6.gif
│   │   │   │   ├── 7.gif
│   │   │   │   ├── 8.gif
│   │   │   │   ├── 9.gif
│   │   │   │   ├── bg.gif
│   │   │   │   └── line.gif
│   │   │   ├── index.html
│   │   │   ├── line.gif
│   │   │   ├── portraitSelect.htm
│   │   │   └── portraitSelect.js
│   │   ├── ico
│   │   │   ├── color.png
│   │   │   ├── c.png
│   │   │   ├── dhboy.png
│   │   │   ├── drive.gif
│   │   │   ├── endtime.png
│   │   │   ├── e.png
│   │   │   ├── five.png
│   │   │   ├── folder.gif
│   │   │   ├── ft.png
│   │   │   ├── game.png
│   │   │   ├── mp3.png
│   │   │   ├── m.png
│   │   │   ├── mydoc.png
│   │   │   ├── mymsg.png
│   │   │   ├── mypc.png
│   │   │   ├── myvideo.png
│   │   │   ├── note.png
│   │   │   ├── pay.png
│   │   │   ├── pics.png
│   │   │   ├── project.png
│   │   │   ├── qh.png
│   │   │   ├── rl.png
│   │   │   ├── r.png
│   │   │   ├── set.gif
│   │   │   ├── set.png
│   │   │   ├── sj.png
│   │   │   ├── sky.png
│   │   │   ├── sound.gif
│   │   │   ├── tq.png
│   │   │   ├── tuku.png
│   │   │   ├── vp.png
│   │   │   ├── wjj.png
│   │   │   ├── words.png
│   │   │   ├── w.png
│   │   │   └── x.png
│   │   ├── images
│   │   │   ├── add.gif
│   │   │   ├── ad.gif
│   │   │   ├── adlink.gif
│   │   │   ├── admin.gif
│   │   │   ├── allApp_03.gif
│   │   │   ├── app.gif
│   │   │   ├── bbg.gif
│   │   │   ├── bbg.jpg
│   │   │   ├── cmd.gif
│   │   │   ├── default_btn_bg.gif
│   │   │   ├── dhooo_task_cen.gif
│   │   │   ├── dhooo_task_start.gif
│   │   │   ├── dhooo_task_tray_btn.gif
│   │   │   ├── dhooo_task_tray.gif
│   │   │   ├── dhooo_task_winbtn.gif
│   │   │   ├── disk.gif
│   │   │   ├── f2.jpg
│   │   │   ├── fastico_bg.gif
│   │   │   ├── fl.gif
│   │   │   ├── folder.gif
│   │   │   ├── h_align.gif
│   │   │   ├── iTunes.jpg
│   │   │   ├── lastdoc.gif
│   │   │   ├── load.gif
│   │   │   ├── loading.gif
│   │   │   ├── logout.gif
│   │   │   ├── main_menu_bg.gif
│   │   │   ├── menu_bg.gif
│   │   │   ├── menuico_close.gif
│   │   │   ├── menuico_max.gif
│   │   │   ├── menuico_min.gif
│   │   │   ├── menuico_reset.gif
│   │   │   ├── msg.gif
│   │   │   ├── music.gif
│   │   │   ├── news.gif
│   │   │   ├── notify_win_cap.gif
│   │   │   ├── office.gif
│   │   │   ├── play_bg.jpg
│   │   │   ├── progess_bg.gif
│   │   │   ├── progess_in.gif
│   │   │   ├── qq
│   │   │   │   ├── default_btn_bg.gif
│   │   │   │   ├── dhooo_task_start.gif
│   │   │   │   ├── fastHot.gif
│   │   │   │   ├── main_menu_bg.gif
│   │   │   │   ├── menu_bg.gif
│   │   │   │   ├── noifly_cap.gif
│   │   │   │   ├── start_menu.jpg
│   │   │   │   ├── task_bg.gif
│   │   │   │   ├── task_tray.gif
│   │   │   │   ├── task_win_left.gif
│   │   │   │   ├── task_win_right.gif
│   │   │   │   ├── win_cap_cen.gif
│   │   │   │   ├── win_cap_left.gif
│   │   │   │   ├── win_cap_right.gif
│   │   │   │   ├── win_sys_btn_close.gif
│   │   │   │   └── win_sys_btn.gif
│   │   │   ├── querying.gif
│   │   │   ├── reg.gif
│   │   │   ├── resizer.png
│   │   │   ├── rrs.gif
│   │   │   ├── rrs_li.png
│   │   │   ├── rss_cap.gif
│   │   │   ├── search.gif
│   │   │   ├── show_toptesk.gif
│   │   │   ├── space.gif
│   │   │   ├── startmenu.gif
│   │   │   ├── status.gif
│   │   │   ├── sysbtn.gif
│   │   │   ├── task_win_left.gif
│   │   │   ├── task_win_right.gif
│   │   │   ├── textcursor.gif
│   │   │   ├── titlebg.jpg
│   │   │   ├── v1.jpg
│   │   │   ├── v_align.gif
│   │   │   ├── videolise.gif
│   │   │   ├── vista
│   │   │   │   ├── dhooo_task_start.jpg
│   │   │   │   ├── fastHot.gif
│   │   │   │   ├── startmenu.gif
│   │   │   │   ├── task_bg.gif
│   │   │   │   ├── task_win_left.jpg
│   │   │   │   ├── task_win_right.jpg
│   │   │   │   ├── win_cap_cen.gif
│   │   │   │   ├── win_cap_left.gif
│   │   │   │   ├── win_cap_right.gif
│   │   │   │   └── win_sys_btn.gif
│   │   │   ├── warn.gif
│   │   │   ├── web.gif
│   │   │   ├── win_btn_close.gif
│   │   │   ├── win_btn_max.gif
│   │   │   ├── win_btn_min.gif
│   │   │   ├── win_cap_cen.gif
│   │   │   ├── win_cap_left.gif
│   │   │   ├── win_cap_right.gif
│   │   │   ├── win_ico.gif
│   │   │   ├── win_sys_btn_close.gif
│   │   │   ├── wordbg.gif
│   │   │   ├── wordfooter.gif
│   │   │   ├── wordico1.gif
│   │   │   ├── wordico2.gif
│   │   │   └── wordlogo.gif
│   │   ├── index.htm
│   │   ├── menu
│   │   │   ├── 51.gif
│   │   │   ├── 6home.gif
│   │   │   ├── copy.gif
│   │   │   ├── dhoooMark.gif
│   │   │   ├── hassub.gif
│   │   │   ├── info.gif
│   │   │   ├── link.gif
│   │   │   ├── qq.gif
│   │   │   ├── run.gif
│   │   │   ├── taobao.gif
│   │   │   └── update.gif
│   │   ├── mp3.js
│   │   ├── msg.asp
│   │   ├── msg.xml
│   │   ├── music.xml
│   │   ├── resList.asp
│   │   ├── server_get_ip.asp
│   │   ├── server_get_shouji.asp
│   │   ├── sinaplayer.js
│   │   └── video.xml
│   ├── uos.rar
│   └── UOS_Shell
│       ├── run.bat
│       └── TinyWebUI.dpr
├── 07. Other
│   ├── 26069_my_programming_language_delphi_can_do_this.ZIP
│   ├── images
│   │   ├── HtmlDlg.bmp
│   │   ├── HtmlLite.gif
│   │   └── MSNGroup.bmp
│   └── MS_WebBrowser and MSHTML Archive
│       ├── colbtn.exe
│       ├── drillerMFC.exe
│       ├── drillerVB.exe
│       ├── edannotator.exe
│       ├── EditCommands.exe
│       ├── EditFeatures.exe
│       ├── EditGlyphs.exe
│       ├── EditHost.exe
│       ├── htmldlg.exe
│       ├── RenderBehave.exe
│       └── walkall.exe
├── JavaScript_Delphi_ErLang.ppt
├── JavaScript_Delphi_ErLang.pptx
└── !! readme.txt

35 directories, 351 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复