Search:

Type: Posts; User: Bill Agnor

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,815

    Setting up a Menu Resource file

    Hi Jamort,

    I will try to outline how you can set up a resource file for a menu.

    1. Go to your WinMain and locate the section where you set up the windows class.

    wcl.lpszMenuName =...
  2. Replies
    9
    Views
    21,147

    Microsoft SDK API Complete Information

    I found the Microsoft SDK API Complete Information Package.

    This is a source of all commands, messages, data types and
    how each call function operates. Plus there are some other
    very...
  3. Replies
    9
    Views
    21,147

    Found the API Information at Microsoft

    I finally found the Microsoft site that has the API information.

    Windows API Reference

    The following topics provide information about the programming elements included in the Windows API.

    ...
  4. Replies
    9
    Views
    21,147

    Schulman Book on API

    Hello Jeffcobb,

    I found a copy of the Schulman "A Programmers Guide to Reserved Microsoft Windows API Functions" on amazon and ordered the book. Thank you for the suggestion.

    Bill
  5. Replies
    9
    Views
    21,147

    6-8-2010 Thank you for all the information. ...

    6-8-2010

    Thank you for all the information.

    Jeffcobb - I will take a look at the Schulman Books. I have not looked at that series before.

    Cpjust - You sure are correct about MSDN being...
  6. Replies
    9
    Views
    21,147

    Win32 API - List of commands

    I am learning how to use the Win32 API commands using the Borland C++ X development system. Can any one tell me where I can find a list of API functions with a description of what messages each...
  7. Replies
    2
    Views
    1,834

    Thank you for the solution.

    Thank you for the solution.
  8. Replies
    2
    Views
    1,834

    CIN inputing the wrong type

    How can you protect an integer defined input variable from a accidental keyboard charter input when using cin to read the keyboard? An accidental charter input seems to disable the cin or scanf...
  9. Replies
    6
    Views
    3,534

    Unresolved external '_main' referenced from C:\BORLAND\BCC55\LIB\COX32.OBJ

    Thanks to vulcan_146's post on 03-06-2004 at 08:25 PM about the Unresolved external '_main' referenced from C:\BORLAND\BCC55\LIB\COX32.OBJ. I was able to fix my problem of Borland C++ Complier Error...
  10. Unable to open file 'C0X32.OBJ'

    Found the solution to the "Unable to open file 'C0X32.OBJ' ".

    Thanks to vulcan_146's post on 03-06-2004 at 08:25 PM about the Unresolved external '_main' referenced from...
  11. Borland C++ Complier Error Missing cox32.obj

    I have the Borland C++ 5.5 complier and linker and have been using them for 3 weeks. I have set up the configure files as shown on your cprogramming web page instructions.

    The complier and linker...
Results 1 to 11 of 11