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

Search:

Type: Posts; User: YungChewie

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    11,091

    Re: confused about overlapped I/O and Events

    Awesome- thank you so much for helping me with that. I spent so much time trying to figure out how to reconcile the different articles with each other- it didn't occur to me that Microsoft might...
  2. Replies
    4
    Views
    11,091

    Re: confused about overlapped I/O and Events

    Hmm- what a difference a word makes! Assuming that the word is supposed to be "false", let me check with you and see if I've got the concept.

    Problematic sequence of steps:

    1. Thread A...
  3. Replies
    4
    Views
    11,091

    confused about overlapped I/O and Events

    I have been trying to understand how Microsoft does overlapped (asynchronous) I/O, especially involving the OVERLAPPED structure and Event objects. I have spent hours reading the MSDN articles on...
  4. Replies
    8
    Views
    7,389

    Re: GUI help needed- beyond MFC?

    Thanks so much- you rock.

    I didn't know, because I have used neither Managed C++ nor C#. I'll have to bust out a book on C#. I can learn just about anything, but I hope my employer will be...
  5. Replies
    8
    Views
    7,389

    Re: GUI help needed- beyond MFC?

    I was thinking of using C++/CLI, in the theory that it would be the most similar to the C++ that I know. Do you think C# is a better bet?
  6. Replies
    8
    Views
    7,389

    Re: GUI help needed- beyond MFC?

    I just looked up about WPF, and it does seem to do the stuff I need.

    I have just one more question- I am concerned about the performance penalty that the .Net VM might have on my code. In your...
  7. Replies
    8
    Views
    7,389

    Re: GUI help needed- beyond MFC?

    I think I'm allowed to use .Net
    Is .Net the way to go? What are the advantages and disadvantages?

    Thanks for replying :-)
  8. Replies
    8
    Views
    7,389

    [RESOLVED] GUI help needed- beyond MFC?

    Hi folks,

    This is my first posting, so I'm hoping I've put it in the correct forum.

    I have some experience making GUIs using MFC, but when you do that, all your applications have a distinctive,...
  9. Replies
    16
    Views
    13,202

    Re: UI design help and suggestion

    That looks like a cool application! For my part, I have a couple of suggestions. Firstly, I don't think that "Measure" is a good name for the button that you have there. Think about exactly what...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured