Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Graph in VC++

Dear Master
 
Hello?
This is South KOREA. My name is Kim  Sorry I'm poor english.
 
I have question.
 
When I use NICWGRAPH in VC++
I can't make Dlg file and Control.
This my first project ... but really difficult for me.
 
anyway I'll attachment my source file... http://e-newspace.com/source.exe <=== source file.
 Please check it.
I wanna control Graph....
 
Please....
 
Thank you.
 
 
0 Kudos
Message 1 of 2
(3,117 Views)

Hello Kim,

 

I recommend the Getting Started with Measurement Studio for Visual C++ manual. Chapter 3 of this manual has step by step instructions for creating an application that uses the CWGraph. This manual is a PDF and installs with Measurement Studio in

 

C:\Program Files\National Instruments\MeasurementStudio\Help

 

If you cannot find it there, it can be downloaded from here.

 

Here are a couple helpful hints to get you started:

 

+ To start a new project that will use Measurement Studio controls, select File»New»Projects, and click NI Measurement Studio AppWizard.

 

+ When you place a CWGraph on the dialog, you will want to add a member variable for the control so that you can set its properties and call its methods from within your program.

 

The tutorial in Chapter 3 of the manual describes this in detail.

 

Also, I did not look at the source you attached. It appears to be a compiled executable.

 

Regards,

 

Eric M

Applications Engineering

National Instruments

0 Kudos
Message 2 of 2
(3,100 Views)