new version of core32 (running in DMD 1.013)

yidabu yidabu.nospam at gmail.com
Sun Apr 29 21:15:47 PDT 2007


new version of core32 (running in DMD 1.013)

I tried suggest the new version of  Core32 to http://svn.dsource.org/projects/core32/ use TortoiseSVN, but failed, anybody help?

qiezi modified core32 to fit DMD 1.013.
download here:
http://bbs.yidabu.com/attachments/d/core32.zip
http://bbs.yidabu.com/attachments/d/embed_ie.zip

first:how to get the properties of ie?
  in activex\ie.d:
	sucessed:
	ie.set("Left", toVariant(10));
	
	failed:
	auto re=ie.get("Left");

2 how to get the hwnd of ie 
(I want to SetParent() to Form.handle(created by DFL),display HTML + CSS in a GUI )

thanks



More information about the Digitalmars-d mailing list