From: Justace C. <pro...@co...> - 2004-07-22 23:47:32
|
I think that a starting point can also be the kile application. There is a gnuplot interface there. It is done in QT for linux but I am sure that it can be somewhat instructive. You could also just write a frontent for it to create a gnuplot command list and then pipe that to an instance of gnuplot. That will save you from a lot of low level stuff. Justace On Thu, 2004-07-22 at 18:11, Hans-Bernhard Broeker wrote: > On Thu, 22 Jul 2004 ren...@ya... wrote: > > > I want to build an interface with Visual basic 6.0 for > > a project in my school. > > I'm not sure you'll be up to this unless you have some > serious lower-level programming experience with Windows. > > Get yourself the gnuplot sources, and look at the source to the > pgnuplot.exe program. If you don't understand what you see there, odds > are you won't be able to pull this off. |