Results 1 to 6 of 6

Thread: THIS IS URGENT

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    55

    Unhappy

    how come when i make a program and send it to my friends they say some of the graphics are messed up
    Everyone is a begginer at some time, but we all get our fame.

  2. #2
    Guest
    Do they have the same colour depth as you?

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    55
    i mean that the pictures are dispositioned
    Everyone is a begginer at some time, but we all get our fame.

  4. #4

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    55
    here is what the program is supposed to look like
    if you have any comments on the interface please give them to me
    http://www.geocities.com/trigger957/cool.jpg
    Everyone is a begginer at some time, but we all get our fame.

  5. #5
    Guest
    Could be that their Screen Resolution is different from yours.

  6. #6
    Guest
    It could the the screen resolution is different, although this shouldn't affect the positioning on the form.

    More likely, it is the fact that you are running in different font sizes - in large fonts, the value of Screen.TwipsPerPixelX is different from the value when you are in small fonts.

    So if you are using magic numbers to position stuff, change them to be pixel values * Scree.TwipsPerPixelX & Y.

    - gaffa

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