Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

displaying issues

This is just a general question for NI Measurement Studio and Visual C++.

Let's say, you created a simple project. On the dialog box, you add a window controls (let's say a button control). You add a member variable to this control (m_cStart). Now, in the code, you type in m_cStart. in order to display the different functions that you can call with the button.

My question is: sometimes the internal display window that displays the different functions that you can call with the button will not display at all. How can you get the window to display the diffrent functions that you can call with the button?
0 Kudos
Message 1 of 2
(2,740 Views)
In general, you can make the Intellisense window come up by pressing Ctrl+Alt+T (or Edit->List Members) in the code editor window. If that doesn't work, try shutting down Visual C++, delete the .ncb file (which is the Intellisense database file) in your project directory, restart Visual C++, re-open your project (which will rebuild your .ncb file), and then try it again.

- Elton
Message 2 of 2
(2,740 Views)