Thread: Coord system

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    20

    Question Coord system

    Is there a way to change the coordenate system from 0,0 in the top left of a window to other place(What ever I want).

    Ruben

  2. #2
    Barjor
    Guest
    Yes there is
    Search help file for windows mapping. I don't have access to one right now but there is a bunch of functions to map / scale / tweak the layout

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    MapWindowPoints()

    You could also look at ClientToScreen() and the reverse.

  4. #4
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    you could do some good math with the height and the width

    Oskilian

  5. #5
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    ..and/or you can use SetMapMode() and related functions.
    zen

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File System Implementation
    By dodgeviper in forum C Programming
    Replies: 9
    Last Post: 11-16-2007, 01:04 PM
  2. Using system icons
    By @nthony in forum Windows Programming
    Replies: 1
    Last Post: 01-13-2007, 07:56 PM
  3. Linux database system needed
    By BobS0327 in forum Tech Board
    Replies: 7
    Last Post: 06-11-2006, 03:56 PM
  4. measuring system resources used by a function
    By Aran in forum C Programming
    Replies: 1
    Last Post: 03-13-2006, 05:35 PM
  5. BIOS system and memory allocation problem
    By beely in forum Tech Board
    Replies: 9
    Last Post: 11-25-2003, 07:12 AM