<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to use Labview 7.0 to make program interface? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/222896#M123796</link>
    <description>Hellow!&lt;BR /&gt;Will Labview 7.0 be able to make the program interface? just like some application software made by VC++,VB?&lt;BR /&gt;The program interface should have the menu,button,...&lt;BR /&gt;Thanks!</description>
    <pubDate>Wed, 01 Jun 2005 01:57:41 GMT</pubDate>
    <dc:creator>happybird</dc:creator>
    <dc:date>2005-06-01T01:57:41Z</dc:date>
    <item>
      <title>How to use Labview 7.0 to make program interface?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/222896#M123796</link>
      <description>Hellow!&lt;BR /&gt;Will Labview 7.0 be able to make the program interface? just like some application software made by VC++,VB?&lt;BR /&gt;The program interface should have the menu,button,...&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 01 Jun 2005 01:57:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/222896#M123796</guid>
      <dc:creator>happybird</dc:creator>
      <dc:date>2005-06-01T01:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Labview 7.0 to make program interface?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/222917#M123806</link>
      <description>Yes!&lt;BR /&gt;Happybird have you ever did something with Labview??&lt;BR /&gt;&lt;BR /&gt;Ton</description>
      <pubDate>Wed, 01 Jun 2005 05:35:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/222917#M123806</guid>
      <dc:creator>TCPlomp</dc:creator>
      <dc:date>2005-06-01T05:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Labview 7.0 to make program interface?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/222940#M123815</link>
      <description>&lt;P data-unlink="true"&gt;You can use LV to create a fully working program with an interface of your design, just like you would in any other compiler. LV actually serves as a compiler for a graphical language called G, which is based on dataflow instead of text based execution (the data "flows" through wires from one function to the next, controlling execution order and filling the role of variables).&lt;BR /&gt;&lt;BR /&gt;Since LV is multiplatform (and not MS), its default controls are not identical to those in VC and VB, but those can be accessed to. Actually, in many ways, it's much easier to build an interface in LV, because building the interface actually defines your "variables" and your interaction with the code.&lt;BR /&gt;&lt;BR /&gt;An interface would be no good without a program, so you will have to know how to use LV. It's much faster to learn than other languages, but you will still need some experience to write good programs.&lt;BR /&gt;To learn more, I suggest you start by reading the LabVIEW user manual. Also, try searching this site and google for LabVIEW tutorials. &lt;A href="http://cnx.rice.edu/content/col10241/latest/" target="_blank" rel="noopener"&gt;Here&lt;/A&gt; and &lt;A href="https://learn.ni.com/learn/article/labview-tutorial" target="_blank" rel="noopener"&gt;here&lt;/A&gt; are a couple you can start with. You can also contact your local NI office and join one of their courses.&lt;BR /&gt;In addition, I suggest you read the LabVIEW style guide.&lt;BR /&gt;&lt;BR /&gt;If your question was only about MS buttons, like in VB and VC, you can find them in the Dialog Controls palette, or you can use ActiveX to embed them into your program.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 17:06:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/222940#M123815</guid>
      <dc:creator>tst</dc:creator>
      <dc:date>2025-11-26T17:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Labview 7.0 to make program interface?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/223234#M123920</link>
      <description>I think there's some misunderstanding,what i mean is that how to design a main interface,for example,on the main interface,there's a button named" test 1" ,the other button named"test 2",if i click on "test 1",there appear a window which begin the measurement 1. if i click on "test 2" the other windows appear and begin the measurment 2.and in the main interface,there's also menu which have"file","edit","View",just like some commercial software.</description>
      <pubDate>Wed, 01 Jun 2005 16:10:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/223234#M123920</guid>
      <dc:creator>happybird</dc:creator>
      <dc:date>2005-06-01T16:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Labview 7.0 to make program interface?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/223243#M123922</link>
      <description>You really need to check the tutorials mentioned by tst or take an official course from NI. You should also be looking at the shipping examples. The event structure is perfect for detecting button clicks. One such example is called New Event Handler. It has a simulated acquisition. For custom pull-down menus, start with the example called Menu Selection with Events. All of things you mention are pretty simple implementations in LabVIEW. You just need to take the time to learn the basics.</description>
      <pubDate>Wed, 01 Jun 2005 16:34:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-use-Labview-7-0-to-make-program-interface/m-p/223243#M123922</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2005-06-01T16:34:19Z</dc:date>
    </item>
  </channel>
</rss>

