PROKA Posted July 7, 2005 Posted July 7, 2005 (edited) If u drag an Image control from the toolbox, you can easily set it's width / height from the properties list, but how can you achieve this from code view? I tried image.width.parse("100px") but it doesn't work :( Edited March 13, 2007 by PROKA Quote Development & Research Department @ Elven Soft
Moderators Robby Posted July 8, 2005 Moderators Posted July 8, 2005 I didn't look at your code but you can try ... Image.Width = Unit.Pixel(100) Quote Visit...Bassic Software
PROKA Posted July 8, 2005 Author Posted July 8, 2005 thanks, it helped Quote Development & Research Department @ Elven Soft
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.