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

Search:

Type: Posts; User: SpartanGuy07

Search: Search took 0.02 seconds; generated 13 minute(s) ago.

  1. Re: MFC Concept Help- Radio Buttons

    RESOLVED! Finally got it to work the way I wanted. Thank you for all the help and guidance S_M_A and Arjay!
  2. Re: MFC Concept Help- Radio Buttons

    I have actually done this. Like I said I wanted to test to make sure that I set up the group right and everything so I created the function Joint to reply in an edit box which joint radio button was...
  3. Re: MFC Concept Help- Radio Buttons

    I think we might have a bit of a misunderstanding here.

    I did write a switch function that returned a value for when one of the radio buttons was clicked (just to test to make sure I did it...
  4. Re: MFC Concept Help- Radio Buttons

    @Eri523

    Sorry about the wrong section. If either of you guys can move it then go ahead.

    @S_M_A

    I am using a worker thread to run this part of the application because otherwise the GUI...
  5. [RESOLVED] MFC Concept Help- Radio Buttons

    I am having a little bit of a concept problem having to do with MFC (and I hope this is the right part of the forum). I am writing a program with MFC / C++ to control a robot.

    I did do some other...
  6. Re: C++ CLI Form Problems - Label Display

    It looks like maybe you made that Test4 file in VS2010? I only have 2008 so I can't open it, but its ok. I think I understand how to get things done now.

    Thanks again for your help! You really...
  7. Re: C++ CLI Form Problems - Label Display

    Alright, using some code from one of the examples you gave me I created a program with a form that is formatted basically the way I need it. It recognizes when the mouse is in the set area (and when...
  8. Re: C++ CLI Form Problems - Label Display

    I'm not really sure that I understand how to use the event to read and report the mouse position. Clarification on this would be greatly appreciated.

    Sorry, but I am really new at this and I am...
  9. Re: C++ CLI Form Problems - Label Display

    :rolleyes: i knew it...

    Like I mentioned, this is really my first C++/CLI program. I have programmed using Visual Basic (about 8 years ago) and I took C++ programming classes (4 years ago), so I...
  10. [RESOLVED] C++ CLI Form Problems - Label Display

    My overall goal is to create a program to read the mouse position on a form and control a servo motor attached to the program based on the mouse position. However, I am coming across an issue (or...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured