Hi, Thanks again for support, after several attempts of trying I found that it has nothing to to with MSchart.
It is a project tracing software, I have one 2x11 MSHgrid, where user inputs project's parameters including execution time in month, a second MSHflexgrid will have 7x No of month cells to record monthly prograss. From the 2nd one , data is fed to chart.
The problem was, in earlier windows versions, when you create a new project, nothing is assigned to those cells and attemting to read them gave zero and did not cause problem, but in XP the project goes in an infinate loop, when I try to stop it, the visual basic crashes and I get the "Error sending report" Window. When I skipped that part in code for a "New Project" and do it only for "Existing Project", every thing worked fine....
Yet I do not understand why in single step mode, it opens the first grid but crashes with displaying MSchart while in "Run" mode F5, it just craches... :surprised
The code for displaying is simple .visible=True and .visible=False in the toolbar's select case code, so error in calculation is supposed to be done in the form load code(as I had it before correction)
Best regards, Thanks again