CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: andycruce

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,993

    Determining which radio button is selected

    I have created radio buttons at run time to select a particular file to access. The code is:



    System.Windows.Forms.RadioButton[]
    rb = new...
  2. Replies
    1
    Views
    628

    Working with verbatim strings

    I am trying to create a filename in a class that is part of a data collection program. The verbatim construct works properly in the main program. However in the class method, trying to create a...
  3. Replies
    2
    Views
    1,170

    C# WiinForm Application

    I am creating an application to record and evaluate aerobatic maneuvers using WinForms. My plan is to work with each of the forms that will eventually make up the project independently and then...
  4. Replies
    3
    Views
    901

    Re: Streaming Data to a Page

    I would like the last list item entered in the list box to be on the top of the list not the bottom. I's also like to limit the size of the listbox so that if more items are entered than specified...
  5. Replies
    3
    Views
    901

    Streaming Data to a Page

    I have an engineering applications where I am receiving real time data from two devices, an IMU and a GPS. While this data is coming in I'd like to be able to scroll the incoming data to something...
  6. Replies
    0
    Views
    11,209

    Streaming Data to a Page

    I have an engineering application where I will be receiving aerobatic airplane data from two sources, an IMU and a GPS, and storing them for later analysis. While this is going on I'd like to...
  7. Replies
    3
    Views
    860

    Re: OnLoad Method

    I am using directions I found on http://neokabuto.blogspot.com/2013/02/opentk-tutorial-1-opening-windows-and.html to get up an running with OpenGl. I am starting a home project to record, display...
  8. Replies
    3
    Views
    860

    OnLoad Method

    I am new to C# and trying to get an openGL program working. One of the calls I need to make is OnLoad to set something up for the OpenGL environment. However, I get a message from VisualStudio 2015...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured