Link to home
Start Free TrialLog in
Avatar of modijs
modijs

asked on

zooming

techniques/source code  for zooming a form or picture in and out according to scale and percentage(e.g. in drawing or cad softwares) in visual basic programmes
Avatar of modijs
modijs

ASKER

reply if possible with source codes
ASKER CERTIFIED SOLUTION
Avatar of mcrider
mcrider

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 modijs

ASKER

give more clarrifications
suppose i have made a drawing with circles and lines and etc in vb using graphics methods in vb and this are drawn on form than how to maximize particular area of this drawing on the form. it should be like zooming in the  coreldraw  or pro-e etc softwares
You would have to capture the drawings on the form an then use the Forms 2.0 Image object to display the captured image...


Check out this microsoft article:

HOWTO: Capture and Print the Screen, a Form, or any Window
http://support.microsoft.com/support/kb/articles/Q161/2/99.ASP?LNG=ENG&SA=MSDN 
 

You can also try another method by using the WANG (KODAK) Image Control.  You can obtain it here:  http://support.microsoft.com/support/kb/articles/Q197/1/29.ASP
 

Cheers!