Bitmap Display From buffer received by tcp socketI want to display my image on window without saving it. When data is received window size changes b...
TCP socket Server: Render image on windowI'm receiving the bytes,,thats ok but I think there is some problem in creating bitmap.. its my cod...
TCP socket Server: Render image on windowActually the main calculation is... [code] BYTE* data = new BYTE[256*256*256]; int packetsiz...
TCP socket Server: Render image on windowI got stuck in this so I tried this approach: [code] int i=256; BYTE* data = new BYTE[256*i]; ...
TCP socket Server: Render image on window@coder777,,, That may be an issue with app.. Do you have any idea to overcome this problem??
This user does not accept Private Messages