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
    2
    Views
    1,311

    Saving srting problem

    Hi all,

    I am using visual studio in form mode where i have a textbox, a button and a label. When the user insert a value in the textbox and the button is pressed, the value will be saved in...
  2. Thread: Radiobuttons

    by Dritech
    Replies
    8
    Views
    2,076

    Re: Radiobuttons

    Hi, thanks for the replies.


    isn't valid code syntax. Perhaps this is a typo in your post, but if it isn't you might want review C# syntax basics.

    Yes that's a typo.


    Also, try to be...
  3. Thread: Radiobuttons

    by Dritech
    Replies
    8
    Views
    2,076

    Re: Radiobuttons

    Hi, thanks for the reply.

    I used boolean but it will not look neat when having lets say 10 buttons for each radiobutton. This is because you need to add "(if bool == true)" for every button as...
  4. Thread: Radiobuttons

    by Dritech
    Replies
    8
    Views
    2,076

    Re: Radiobuttons

    Hi, thanks for the reply.



    functional.

    The errors are:

    1) } expected ... but I cannot see a missing }
  5. Thread: Radiobuttons

    by Dritech
    Replies
    8
    Views
    2,076

    Radiobuttons

    Hi all,

    I am using two radiobuttons in visual studio window form. Now I want some buttons to be factional when radiobutton1 is pressed and the same thing with radiobutton2.

    To do so, I copied...
  6. Replies
    4
    Views
    1,674

    Re: [RESOLVED] Do While loop for Button

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

    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...
  8. Replies
    4
    Views
    1,674

    Re: Do While loop for Button

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

    [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 9 of 9





Click Here to Expand Forum to Full Width

Featured