Results 1 to 3 of 3

Thread: [RESOLVED] need help from professions

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2009
    Posts
    46

    Resolved [RESOLVED] need help from professions

    Ok I solved the problem. thanks
    Last edited by linguist2000; Jul 20th, 2014 at 04:38 PM. Reason: solved

  2. #2
    Bad man! ident's Avatar
    Join Date
    Mar 2009
    Location
    Cambridge
    Posts
    5,398

    Re: need help from professions

    Can you program in vb? Does the user see the webbrowser at all?

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,350

    Re: need help from professions

    Rewriting your application in VB.NET certainly doesn't guarantee a performance improvement. It really depends exactly where the performance bottlenecks are. If the issue is that you've written your code poorly then you'd probably write VB.NET code poorly too and things would be no better. You may well be able to optimise your VB6 code to improve performance. You really need to start by identifying what level of performance you expect and then identify specific sections in the code where they don't execute as quickly as you think they should. Trying to fix a problem when you don't really know if there is a problem and you don't know what the cause is if there is indeed a problem is not likely to end well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width