Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 16044

Change image size from text

$
0
0
I am having a problem, I want to change the image size from text and so what I have is
Code:

Image.Size(WidthTXT.Text, HeightTXT.Text)
but it says there are too many arguments, so I then tried
Code:

Image.Width(WidthTXT.Text)
SourceImg.Height(HeightTXT.Text)

But It gives me for both lines "Public Overloads ReadOnly Property Width As Integer" and "Public Overloads ReadOnly Property Height As Integer"
I put in actual number instead of the textbox.txt and no error, but I want to be able to change the size manually from the textbox. How can I do this?

Viewing all articles
Browse latest Browse all 16044

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>