CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    6

    Graphical user interface

    Dear anyone,
    i may be old fashioned here and you dont see much of it anymore but i would like to learn howto use a graphical user interface for dos applications. i cant find any documentation anywhere for it. and i know windows this windows that and im fine making windows applications but i think it would be fun and worth learning and improving my skills in c++, c. if anyone has the knowledge in this area including drawing, mouse, etc... please reply


  2. #2
    Join Date
    May 1999
    Posts
    28

    Re: Graphical user interface

    I can help you with programming the mouse in DOS. I would recommend a book from Microsoft Press entitled The Microsoft Mouse Programmers Reference (or something to that effect). I bought it from a local bookstore for $1. It tells you all about using interrupts to get mouse inputs in DOS. I can give you some more info once I check my files for some old stuff I did that I don't really remember anymore.

    Chris R. Wheeler, MCP
    Pensacola Christian College
    Desktop Programmer
    [email protected]

  3. #3
    Guest

    Re: Graphical user interface

    There are some old MS Foundation Classes for DOS applications.
    I only have some of them, but if you are interested
    e-mail me: [email protected].


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured