Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hilliolouis

  1. hilliolouis

    Calculations

    Thanks earthandfire, works a treat. Louis Hill
  2. hilliolouis

    Calculations

    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
  3. hilliolouis

    % loaded of a webpage

    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)...
  4. hilliolouis

    % loaded of a webpage

    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
  5. hilliolouis

    % loaded of a webpage

    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
  6. hilliolouis

    change name of a form in code

    resolved, not paying attention has to be = (name you want) Louis Hill
  7. hilliolouis

    change name of a form in code

    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...
  8. hilliolouis

    Run cut and paste in VB

    will have a look through thoughrly tomorrow. Thanks. Louis Hill
  9. hilliolouis

    DDR RAM upgrade

    Thanks, will bear this in mind. Just a secondary though, would a P4 need the 3200 or would that actually only need 2700? Louis Hill
  10. hilliolouis

    DDR RAM upgrade

    Worked brilliant, now have 1GB RAM Louis Hill
  11. hilliolouis

    convert progress of loading a page to a progress bar?

    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
  12. hilliolouis

    Run cut and paste in VB

    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
  13. hilliolouis

    VB.Net (2005) version of a VB6 command

    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
  14. hilliolouis

    VB.Net (2005) version of a VB6 command

    How do you run the old VB6 command AddItem to a combo box in VB.Net 2005? Cannot find it anywhere. e.g.: cbBox.AddItem (string) Louis Hill
  15. hilliolouis

    Make shell resistant to programs it can not find

    How would you set the app just to either show a message or do nothing if it cannot find an application run though the Shell command? Thanks Louis Hill

Part and Inventory Search

Back
Top