TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shefali Lahariya
NA
257
155.7k
System.Drawing - Parameter is not valid
Dec 22 2017 12:39 AM
using code:
byte[] toBytes = Encoding.ASCII.GetBytes(objgroupconfereneResponse.groups[i].grpIcon.ToString());
if (toBytes != null)
{
MemoryStream ms = new MemoryStream(toBytes);
ms.Position = 0;
picboxserver.Image = Image.FromStream(ms);
}
please suggest me how to resolve it.
Reply
Answers (
7
)
Searching with filter list in C# winform
how to send filepath empty to server using filestream IN C#