02-01-2012 07:23 PM
I tried to put breakpoint in Mainform.cs to see the flow and press F11 several times to step into. Then after few minutes when I started debugging, there was completely new GUI which I've attached previously in this thread. I am using niScope 3.7 and the path of the configured acquisition file i used is
C:\Users\Public\Documents\National Instruments\NI-SCOPE\examples\DotNET3.5\ConfiguredAcquisition\cs
Please help..
02-01-2012 08:05 PM
The GUI kind of looked like this before it changed. How can I get back this kind of GUI back?
02-02-2012 11:00 AM
Hi Paritosh,
Sorry for the delay, I just realized that I didn't even have the .NET examples installed on my computer which is why I couldn't find them. If you go to \<National Instruments>\NI-SCOPE\examples\ConfiguredAcquisition\cs\ConfiguredAcquisition.2008.csproj and just double click on main.cs on the right side, you can see the GUI that is going to be populated with this code. When you use Visual Studio, you populate buttons and dials on this GUI. Then you associate code to execute when you interact with the things you add. I don't know why the "old" GUI appeared, but the "old" GUI appears to be the LabVIEW Front Panel GUI. Showing the "new" GUI is the expected behaviour of this example code.
Jason L.
02-02-2012 11:01 AM
I have attached a screenshot of my MainForm