Results 1 to 3 of 3

Thread: Very simple question. what to use for drawing

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2000
    Location
    New Hampshire
    Posts
    32

    Smile

    Now what should i use to draw everything on
    example picturebox, or imagebox or on the form?

    please tell me the one with less restriction.

  2. #2
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Bethel, North Carolina, USA
    Posts
    987
    Are you talking about drawing with the API or using BitBlt? If so then you cannot use a Image Control because it does not have a hDC property. Both the Picture Box and a Form have all the necessary properties and events to be used for drawing. Hope this helps!
    {Insert random techno-babble here}

    {Insert quote from some long gone mofo here}

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2000
    Location
    New Hampshire
    Posts
    32
    yes the bitblt thing
    but another question that i have is can you have grid square
    to refer to other grid squares

    for example
    from a universal view --> Galaxy view --> then a Solar system view

    like a grid within a grid
    is what im trying to accomplish here.

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