Click here to Skip to main content
15,884,062 members

Comments by Ali Al-Masry (Top 54 by date)

Ali Al-Masry 14-Jan-18 4:48am View    
is it available to use using statement in this way you provided in c++?
i am facing my problem in c++ code not C# one
Ali Al-Masry 19-Feb-16 9:12am View    
i found the problem is in image pixel format in paint it's System.Drawing.Imaging.PixelFormat.Format1bppIndexed

in C# its Format32bppRgb ... but when i change my image to Format1bppIndexed i get this exception message{A Graphics object cannot be created from an image that has an indexed pixel format.}
Ali Al-Masry 15-Jan-15 17:24pm View    
can you post a simple code i learn from it ?
Ali Al-Masry 15-Jan-15 17:06pm View    
i used this method to get image bytes to send it as a packet i can get it's id and length in server packet handler ...
Ali Al-Masry 15-Jan-15 15:37pm View    
any sample ?

i made this cuz i want to know which coming packet and its length ...