Re: Display Bitmap from HttpStream



"Andreas Zita" <andzi460@xxxxxxxxxxxxxx> schrieb:
Now I have a new problem (as usual). When the stream is loaded it freezes the interface completely for a while. Any guess how this could be solved?

You can use an asynchronous response. To do that, call 'BeginGetResponse' instead of 'GetResponse'.


--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>


.