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

Search:

Type: Posts; User: JDShaffer

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    626

    Bad response to radiobuttons in loop

    I have 2 radiobuttons, each button has a loop in it. The problem is that I need to click a radio button 2 to 3 times before it gets selected. I know my code is clumsy and would appreciate some help...
  2. Re: Trying to check if radiobutton checked in loop

    This is a form, so will go to the other forum to finish up. Thanks for your help in getting this far.
  3. Re: Trying to check if radiobutton checked in loop

    Thanks for your help.
    I am still having problems with the handle. I have been trying to get the following line of code to work, unless I am way off I thought this is what I needed to do? I have...
  4. Re: Trying to check if radiobutton checked in loop

    Thanks for the replies,
    The code is reading either an analog or a digital signal from a USB IO device. So radiobutton1 sends the command to switch the device to digital mode then loops reading the...
  5. Trying to check if radiobutton checked in loop

    I have 2 radiobuttons. Each of them has a loop, When radiobutton1 is selected I want the loop in it to run until radiobutton2 is selected, then radiobutton2 will run in a loop until radiobutton1...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured