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

Search:

Type: Posts; User: Dritech

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,682

    Re: [RESOLVED] Do While loop for Button

    Ok problem solved. I used radiobuttons instead of checkboxes, therefore eliminating more coding and this problem :)
  2. Replies
    4
    Views
    1,682

    Re: [RESOLVED] Do While loop for Button

    Another question:

    I am using three checkboxes. I set them so that only one checkbox can be true at one time. Below is the coding for this:



    private void...
  3. Replies
    4
    Views
    1,682

    Re: Do While loop for Button

    Thanks for the reply. It worked :)
  4. Replies
    4
    Views
    1,682

    [RESOLVED] Do While loop for Button

    Hi all,

    I am using visual studio in form mode, where I am using a label and a button. The label is named as X. Now i want the label to change to Y while the button is pressed. When it is released,...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured