I have been attempting to load an image or draw a line on a vb.net picture box from data stored in a SQL text field. I have a vb6 program that does this but I have been unable to convert the code to .NET. If anyone has been able to do this or knows how I can do this it would be of great help. The main problem I am having is determining what format the text in the sql field is in. Here is an example of the text in the sql field
0008040004002<?>21;>:8=:=;5=5>>:??303S=;202180<6013<19408;045812<09>08 5;?2<01<0;205981<<16:0;403882?20<01<709382141<>084020046417309902>01700?107884<816>131099047774>:20<6823011:08?026013001>00;7<7;?31>96><<6>6;715<00<?i;;9>5:74?390?:;;?5<?><;8659;=?41?81??11?;:0057>3??1800<007003401<10<086843041620?1868>30<0<78131<6<?3579:;9<9b?337=9;>@>:07605?;??<4162<?7<30;2<39810;067823801<?8;7>2;<>1?6403301:816:0;50;884<42>817309:84
I can provide the vb6 code if it will help.
Thanks in advance
Fabian Schmied - 28 Mar 2005 20:35 GMT
> I have been attempting to load an image or draw a line on a vb.net
> picture box from data stored in a SQL text field. I have a vb6 program
[quoted text clipped - 7 lines]
>
> I can provide the vb6 code if it will help.
The format of the string doesn't really ring a bell for me. However, you
could provide the VB6 source code; maybe someone will be able to help you
convert it. (And a VB language group might give you more/better replies.)
Fabian