T
Tommy Martin
I am trying to use a bitmap in my asp.net page and I am running into a
problem because the name of the path has a space in it. Is this a limitation
of the function or am I just overlooking something?
If the filename has a space in the path i get an error "Invalid parameter".
Thanks in advance.
Tommy
Dim cPic As String = "d:\pics\picture.jpg" <---- works
Dim cPic As String = "d:\my pictures\picture.jpg" <---- does not work
Dim oPic As New Bitmap(cPic)
problem because the name of the path has a space in it. Is this a limitation
of the function or am I just overlooking something?
If the filename has a space in the path i get an error "Invalid parameter".
Thanks in advance.
Tommy
Dim cPic As String = "d:\pics\picture.jpg" <---- works
Dim cPic As String = "d:\my pictures\picture.jpg" <---- does not work
Dim oPic As New Bitmap(cPic)