Link to home
Start Free TrialLog in
Avatar of Victor  Charles
Victor CharlesFlag for United States of America

asked on

Help with centering pdf file

Hi,

I'm using the code below to open a PDF file, is there a way to center the file on the screen?

 If ComboBox1.Text = "Store" Then ',
            Process.Start(Application.StartupPath & "\store.pdf")
        End If

Thanks,

Victor
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

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
Avatar of Victor  Charles

ASKER

Thanks.