944,219 Members | Top Members by Rank

Ad:
Aug 23rd, 2007
0

How to Resize Image with form resize event

Expand Post »
Hi,
Please let me know how to resize an Image with form resize event.
Also I will have to limit the size so that the image size is not larger than the scrreen width and so small so that the text in the Image is illegible.
Also, please let me know how to check if caps are on.

Thanks
Hanky
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
hanky is offline Offline
7 posts
since Jun 2007
Aug 23rd, 2007
0

Re: How to Resize Image with form resize event

to resize the image control set its height =formheight-300 or any other value and the same for width also in the form resize event.
Featured Poster
Reputation Points: 665
Solved Threads: 427
Posting Genius
debasisdas is offline Offline
6,406 posts
since Feb 2007
Aug 23rd, 2007
0

Re: How to Resize Image with form resize event

Hi,

use this code in Form_resize event:

Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Image1.Left =0
  2. Image1.Top =0
  3. Image1.Width = (Me.Width * 0.9)
  4. Image1.Height = (Me.Height * 0.9)

Regards
Veena
Reputation Points: 84
Solved Threads: 140
Posting Shark
QVeen72 is offline Offline
923 posts
since Nov 2006
Aug 24th, 2007
0

Re: How to Resize Image with form resize event

thnks
Reputation Points: 10
Solved Threads: 0
Newbie Poster
hanky is offline Offline
7 posts
since Jun 2007
Aug 6th, 2011
0

Resizing image using asp.net-2.0(vb)

Hello There

I come to know you about Resizing image using asp.net-2.0(vb).

I have a url which can help you.

Click Here : http://www.raiseitsolutions.com/foru...9e14beda1d7b2c

I hope it is enough for you.

Thank You

AWON
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Awon02 is offline Offline
2 posts
since Jun 2011

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Buble Sort
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Timer with negative number





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC