James Posted December 23, 2006 Posted December 23, 2006 I was just wandering if it is possible to display webpages in an edit box. I don't think it is, but just incase, how can I? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Richard Robertson Posted December 23, 2006 Posted December 23, 2006 #include <INet.au3> Dim $text = _INetGetSource('www.autoitscript.com') ; GUI code here GUICtrlSetData($editbox, $text) Source code. Displaying the formatting would be impossible for anything short of a rich text box.
James Posted December 23, 2006 Author Posted December 23, 2006 Thanks. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Thatsgreat2345 Posted December 23, 2006 Posted December 23, 2006 theres a thing called objects, look at guictrlcreateobj in the help file
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now