Results 1 to 2 of 2

Thread: Intro to graphics

  1. #1
    ChimpFace9000
    Guest
    Your not gonna find that here. You have to ask a question, not demand code from people.

  2. #2
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810

    Post VC++ Win32

    My advice is for people whose:
    (1). Visual C++ user
    (2). Making Win32 App
    (3). Capable of making a dialog

    Code:
    LoadIcon(hwnd,MAKEINTRESOURCE(YOURICON));
    Place this code right after creating your dialog. It will make your app's icon similar to YOURICON.

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

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