James Posted December 23, 2006 Share 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 Link to comment Share on other sites More sharing options...
Richard Robertson Posted December 23, 2006 Share 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. Link to comment Share on other sites More sharing options...
James Posted December 23, 2006 Author Share Posted December 23, 2006 Thanks. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Thatsgreat2345 Posted December 23, 2006 Share Posted December 23, 2006 theres a thing called objects, look at guictrlcreateobj in the help file Link to comment Share on other sites More sharing options...
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