Search results for query: *

  • Users: Aiken_Bob
  • Content: Threads
  • Order by date
  1. A

    windows 10 update and DataVisualization.Charting

    I have iinherate a vb.net application that has died with the new windows 10 update. It was using the graphing package DataVisualization.Charting. Somehow I get an error that says it is not defined. I'm thinking that i have to re-register this but have forgotten how. I know is is simple but...
  2. A

    Question Lost a namespace

    Somewhere along the line my "System.Windows.Forms.DataVisualization" namespace is no longer recongized. The only thing I can think of is there was a window 10 update. How do I get this re-register or whatever the proper term is. Many thanks
  3. A

    reset a chart

    It may be obvious but I missing it.... How do I reset the chart so that I can use new data for the same control. I have tried the disposed method without luck. Any help would be appreciated.
  4. A

    problems with connection string

    I'm running out of options. I have a visual basic 2008 program that uses an Access DB with no problems. DB opens any I perform many queries I recently tried to use another Access DB and the connection fails to open each time. Both DB's are the access-2007 version. Are there certain options in...
  5. A

    Question MS Chart question

    I'm using the chart control, pretty cool. The problem I'm having is that I need a way to clear the chart so that I can put in a new set of data in. Currently my code just keeps adding additional lines. I've looked and looked and can't find something like .clear or .reset Any help would be...
Back
Top