Decode to graphical representation

shers

Well-known member
Joined
Aug 12, 2007
Messages
86
Programming Experience
1-3
Hi,

I have a file from the client which is a text file. I have to decode the file to a graphical representation. Is there any way I can do it?

Thanks
 
Please re-read what you've written and ask yourself if you could provide any meaningful response given the information provided.

I'm guessing your answer will be a resounding "No"
 
Sorry, I didn't know how to explain. I have attached the files.

Thanks
 

Attachments

  • fields.zip
    56.6 KB · Views: 26
  • test.zip
    189.3 KB · Views: 26
The values are currently in a string array which is fine with me. I now get the x value, y value, width and height from this array. How do I draw a rectangle based on these values in the picturebox?

Thanks
 
Back
Top