graphics in c

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sreedivya
    New Member
    • Jul 2007
    • 14

    graphics in c

    hi
    im new to c progamming ,pls any one suggest
    how to create a scroll bar using c coding just as in windows


    regards
    divya
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by sreedivya
    hi
    im new to c progamming ,pls any one suggest
    how to create a scroll bar using c coding just as in windows


    regards
    divya
    Have you looked into the Win32 API?

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      Also, get a copy of Programming Windows by Charles Petzold.

      Comment

      • sreedivya
        New Member
        • Jul 2007
        • 14

        #4
        Originally posted by weaknessforcats
        Also, get a copy of Programming Windows by Charles Petzold.

        hi
        thanx for ur reply
        when compile the program
        i got error (unable to open windows.h) header file
        pls suggest how to include this header file and where do i found that
        is there any downloads

        Comment

        • weaknessforcats
          Recognized Expert Expert
          • Mar 2007
          • 9214

          #5
          What compiler are you using??

          windows.h and the windows libraries are installed with Visual Studio.NET 2005.

          However, I had a similar question about a missing windows.h when the OP was using Visual Studio Express 2005. It may be that product won't allow windows programming since it is really an academci version.

          Comment

          Working...