CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    How to Increase the picture control width size more than 32,767 pixels

    Hi,

    Is it possible to increase the picture control width size more then 32,767 pixels small Integer to long, so that i can draw the full diagram picture and scroll whereever i need. it's reduce the redraw work again and again.

    Advance Thanks,
    K.Babu
    Please avoid sending emails to my personal mail:
    write your doubts as thread in Codeguru
    Crystal Reports Forum
    .

    This will help all people having similar matters, and will let people who know solutions on the specific topic
    share their knowledge.

    Visit my company web site (Qmax Test Equipments Private Limited)

    Yours friendly,
    K.Babu

  2. #2
    Join Date
    Jul 2004
    Posts
    155

    Re: How to Increase the picture control width size more than 32,767 pixels

    Hi ,

    IMO , it is not possible. That Limit has been set for making the control run on
    win95/win98/WinNT/Win2000/WinXp and WinME.

    Win95/win98/WinME supports 16-bit graphics only.

    Praseed Pai
    www.praseedpai.com

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

Featured