Link to home
Start Free TrialLog in
Avatar of andcu
andcu

asked on

Wang imaging control. Can't set the screen size

When using the wang imaging control the window that displays the scanned picture is defaulting to fill almost the whole screen.  Obviously, this may cause problems when distributing the package as some users will have lower resolution.
Avatar of vignola
vignola

Private Const BestFit = 0
ImgEdit.FitTo (BestFit)

Avatar of andcu

ASKER

NO RESULT!
Avatar of andcu

ASKER

Where do you place the best fit?
Your information is vague.  Does the app scan an image and then display the in the imgedit control, and the imgedit control window is the one 'defaulting to fill almost the whole screen'?  What screen are you trying to size that won't let you???
Avatar of andcu

ASKER

The program uses imaging.  When the image is scanned it uses OLE to run imaging/imaging professional and places the image in there.  It is this window where the image is displayed that is defaulting to 'fill almost the whole window.  It never used to so, there must be some code which would have the implication of this problem.
I have not used imaging pro thru OLE yet, and do not have time to play right now, wish I did.  I do know some applications will let you specify minimized/normal/maximized for the apps.  The only other thing I can say right now is to try and see what happens with a lower resolution on your workstation.  Most packaged applications will not go over a screen, they adjust to the resolution.  The screen size problem usually occurs when a programmer programs for their resolution, and does not make allowances for the various settings.  Also, I have know people to specify a certian resolution or higher for their apps, making no guarentees to the customer if they use a lower resolution........good luck!
ASKER CERTIFIED SOLUTION
Avatar of vignola
vignola

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial