Question
CS2 VB Resize
I do some work at a VB application that places and resizes JPEGs into a table cell.
The problem: when I run it from the MS Visual Studio 6 development environment, it scales well both horizontally and vertically. However when I create an executable myprogramm.exe it does no longer scale horizontally ???
--
The code that is directly involve looks like this HScale# and VScale# are computed before and have reasonable values.
actRect.Resize HScale#, VScale#
aktCell.Height = H#
aktCell.Width = W#
actRect.Fit idContentToFrame
Any hint is welcome,
werner frank
The problem: when I run it from the MS Visual Studio 6 development environment, it scales well both horizontally and vertically. However when I create an executable myprogramm.exe it does no longer scale horizontally ???
--
The code that is directly involve looks like this HScale# and VScale# are computed before and have reasonable values.
actRect.Resize HScale#, VScale#
aktCell.Height = H#
aktCell.Width = W#
actRect.Fit idContentToFrame
Any hint is welcome,
werner frank