10-30-2008, 05:28 PM
1. Use this dialog: floating toolbar -> files, web -> enumerate files. Type c:\*.txt and select Only in All.
2. In dialog Static picture controls can be used only bmp, gif and jpeg. In web browser controls also can be used flash. Example:
Function dlg_flash
It shows a swf file that is on the desktop. To get the HTML i opened the swf file in Internet Explorer and copied all the page source.
3. Text color. Search for __Font in the forum.
2. In dialog Static picture controls can be used only bmp, gif and jpeg. In web browser controls also can be used flash. Example:
Function dlg_flash
\Dialog_Editor
lpstr html=
;<HTML><HEAD>
;<SCRIPT src="res://mshtml.dll/objectembed_neutral.js"></SCRIPT>
;</HEAD>
;<BODY leftMargin=0 topMargin=0 scroll=no onload=ObjectLoad(); objectSource="file:///C:/Users/G/Desktop/digitalclock.swf"><EMBED src=file:///C:/Users/G/Desktop/digitalclock.swf width="100%" height="100%" type=application/x-shockwave-flash fullscreen="yes"></BODY></HTML>
str controls = "3"
str ax3SHD
ax3SHD=html
if(!ShowDialog("" 0 &controls)) ret
;BEGIN DIALOG
;0 "" 0x90C80A44 0x100 0 0 223 135 "Dialog"
;1 Button 0x54030001 0x4 120 116 48 14 "OK"
;2 Button 0x54030000 0x4 170 116 48 14 "Cancel"
;3 ActiveX 0x54030000 0x0 0 0 224 114 "SHDocVw.WebBrowser"
;END DIALOG
;DIALOG EDITOR: "" 0x2030003 "" "" ""
It shows a swf file that is on the desktop. To get the HTML i opened the swf file in Internet Explorer and copied all the page source.
3. Text color. Search for __Font in the forum.