How would I convert a string of a sum (e.g. 2+5) into its actual mathmatical answerv (e.g. 7). Just making a quick calculator app and I am stuck here. Any help appriciated
Louis Hill
Version 6.0 had a web browser in it and was where the project comes from. (check http://www.cbtnuggets.com , on the free videos, in the programming section, VB6.0 basics, it shows how to make a fully functional webbrowser in 5mins). So to clear my question:
I am looking for the VB (2005 edition)...
No, why would I make a webbrowser in ASP.net, used for web applications (run over the net). One of the first projects you make in VB.net is make a web browser. All I want is how to get a % loaded of a web page from the WebBrowser Component.
Louis Hill
How would I go about retriving the currently loaded amount of a web page (integer between 0 - 1000) so that it can be placed in a progress bar, currently can only get wether it is loading or not (true or false)
Louis Hill
how do you change the name of a form in code to pull part of the name from a variable (ie the title of an internet explorer)
Private Sub wbMain_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles...
Just building a first web browser (as in other posts) and I am wondering how I would make a progress bar fill as a page loads like IE. Any help appriciated
Louis Hill
New to VB.net, made a tool strip at top and had it populate its self with defaults, but the print, cut, copy and paste buttons do not actually do anything. What is the VB for this? Any help appriciated.
Louis Hill
Thanks alot, if i wasnt so busy with work I would have spent more time delving into the intelli sense thing and eventually found it. Thanks alot.
Louis Hill
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.