i put a image box with a image. my screen resulation is 800 * 600. but when i change it to 1024 * 768 the image show small. i want the image will change with the change of screen resuation. help me
abu taher 34 Practically a Posting Shark
Recommended Answers
Jump to PostHi,
Place the Image Control on the Form, Make its property :
Strech = True
and in Form's Re-Size Event Write this Code:Image1.Width = Me.Width Image1.Height = Me.Height - 300
Regards
Veena
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.