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

Search:

Type: Posts; User: Vorkosigan

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    548

    [RESOLVED] Arrays and Label Text

    I'm trying to figure out how to get this to work and I may not be looking at it the right way.

    I start with


    double[,] myArray = new double[x , x];

    x is a variable based on a selection made...
  2. Replies
    12
    Views
    1,331

    Re: Saving to a File

    Thanks FransBotes. I think learning how to use xml is on my list of things to learn next. (I'm open to suggestions on a good tutorial for this.) :)

    However, I've already solved my problem thanks...
  3. Replies
    12
    Views
    1,331

    Re: Saving to a File

    I would think that saving things to a file is part of the basics. (I am actually in the middle of the basics right now and never claimed otherwise.) Like I said, I think I could figure out how to...
  4. Replies
    12
    Views
    1,331

    Re: Saving to a File

    Every time I search, I come up with the same results. They all makes assumptions based on a much higher skill level.

    As a complete beginner, I need to be walked through it. Doesn't mean that I...
  5. Replies
    12
    Views
    1,331

    Re: Saving to a File

    This is the kind of answer that I found when doing my searches. It's great and all that you are trying to help, but telling me to use something is not the same as explaining how to use it. I am a...
  6. Replies
    12
    Views
    1,331

    Re: Saving to a File

    I actually already had that bookmarked. :)

    But I don't understand how to use that to do what I want.

    Name. I'm assuming this is the name of the individual control. Like a particular...
  7. Replies
    12
    Views
    1,331

    [RESOLVED] Saving to a File

    I'm writing a program that has about 5 variables that I would like to save and I would also like to save the state of a whole bunch of radiobuttons and checkboxes and a few comboboxes as well.

    I...
  8. Replies
    14
    Views
    14,814

    Re: A couple of radio button questions

    Thanks guys. I'm still trying to wrap my head around it. I haven't been able to focus on it as much as I would like at the moment.

    It would appear that it's above my current level of knowledge,...
  9. Replies
    14
    Views
    14,814

    Re: A couple of radio button questions

    I am still not seeing how that will work with what I've got. This is the method for the secondary values that I was talking about that is ran for each CheckedChanged event.



    removed code...
  10. Replies
    14
    Views
    14,814

    Re: A couple of radio button questions

    I'm gonna take another look at this tomorrow when I am more awake so that I can fully understand what you are trying to tell me, but so far it looks like it's more complex than I was thinking it...
  11. Replies
    14
    Views
    14,814

    Re: A couple of radio button questions

    Thanks Arjay, that did the trick. I knew it had to be something simple, but just wasn't sure what. :)

    Another radio button question that I've been trying to figure out... I have an exception that...
  12. Replies
    14
    Views
    14,814

    A couple of radio button questions

    I have two questions regarding radio buttons. I'm using Visual Studio 2008 Express with the targeted .Net framework being 2.0. I'm also still very new to C# and just trying to learn as I go.

    My...
  13. Replies
    13
    Views
    1,340

    Re: Need a Little Guidance

    Thanks guys.

    Don't worry, I ran across something about design patterns when I was still trying to decide on what books to get and I know that they are way out of my league.

    toraj, that sounds...
  14. Replies
    13
    Views
    1,340

    Re: Need a Little Guidance

    Oh, I'm not expecting to become proficient overnight. The books are just what I used to introduce me to C# and to get me used to the terminology and the basics of how it works. What they don't seem...
  15. Replies
    13
    Views
    1,340

    Need a Little Guidance

    I'm new to C# and programming and I could use a little guidance.

    I started off reading Sam's Teach Yourself the C# Language in 21 Days and now I am working through Visual C# 2008 Step by Step.
    ...
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured