System.Drawing.Image

[code]
Private mImageFile As System.Drawing.Image

[color=Green][b]mImageFile = System.Drawing.Image.FromFile(mImageFilePath.ToString()[/b])[/color]
Dim imgHeight As Integer = mImageFile.Height
Dim imgWidth As Integer = mImageFile.Width
Dim imgLength As Integer = mImageFile.PropertyItems.Length

[/code]
Code works perfectly on IE 6/7/8 but om FireFox I got stupid Error like unexpectable ... Line of code highligted as green

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion