Search:

Type: Posts; User: mr.v.

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,392

    I'm starting windows programming too and I can...

    I'm starting windows programming too and I can easily say that Charles Petzold's "programming windows 5th edition" is fantastic. Truly fantastic. I'm already making windows and painting stuff on...
  2. Replies
    1
    Views
    885

    Painting on the entire display...

    Hi all--

    The basic quesiton I have is that I want to paint in fullscreen mode using GDI+.

    I can obtain a handle to the entire display using:


    HDC hdc = CreateDC(L"DISPLAY",NULL,NULL,NULL);...
  3. Thread: C# Links

    by mr.v.
    Replies
    37
    Views
    192,076

    Sticky: helpful c# tutorial!...

    helpful c# tutorial!
    http://csharpcomputing.com/Tutorials/TOC.htm
  4. Will win32 API programming knowledge in C still aplly to MS Vista?

    I recently bought the Petzold Programming Windows 5th edition. I've made it to chapter 3. But I was just curious because a reviewer on amazon said that in MS Vista, the new windows version, the win...
  5. Thanks anonytmouse! those links were...

    Thanks anonytmouse!

    those links were interesting. It was also nice to know I can move on with learning such great tasks as opening a window or outputting a character without feeling totally lost =)
  6. WINAPI, WINUSERAPI, and calling conventions...what the heck are these?!

    Hi all--

    I some programming in college using mostly C++ (and some Java) and we learned stuff like quick sorts, hash tables, red-black trees etc. The extent of input/output was cout << "Hello,...
Results 1 to 6 of 6