| Re: Compile Errors -
06-04-2007, 09:33 AM
"Roger Vale" <EMAIL REMOVED>'s wild thoughts
were released on Fri, 29 Dec 2006 10:40:18 -0000 bearing the
following fruit:
>Hi all
>
>Visual studio 2005
You need to ask in a 'dotnet' group, this group is for VB
'cl***ic'
J
>windows mobile application
>
>I am getting this from the imediate window A first chance exception of type
>'System.InvalidCastException' occurred in System.Drawing.dll
>
>Now the program still runs but this error seems to appear every time i swap
>an image from a file
>
>Code i am using is as follows
>
>Dim leftImage As Bitmap
>
>
> leftImage = New Bitmap(boardImagesPath +
>CStr(boardPositionP1 - 1) + ".jpg")
> leftPb.Image = leftImage
>
>
>I dont know if this is enough information any help would be great
>
>Thanks in advance
>
>Roger
Jan Hyde (VB MVP)
--
Show me a piano falling down a mineshaft and I'll show you A-flat minor
(Karen Mascew) |