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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gensus
  • Content: Threads
  • Order by date
  1. gensus

    How to use Chartfx in VC++

    Hello, Can anyone expalin me how to use chartfx in VC++: I put the control on a dialog winndow,I associated a variable to it and I tried without understanding the following code: int m=n=5; m_chart.OpenDataEx(1,m,n); for(i=0;i<m;i++) { m_chart.SetThisSerie(i); for(j=0;j<n;j++) {...

Part and Inventory Search

Back
Top