Click here to Skip to main content
15,885,890 members

Comments by The Manoj Kumar (Top 24 by date)

The Manoj Kumar 21-Nov-13 16:08pm View    
And the problem is? Did you try XML or Binary serialization?
The Manoj Kumar 21-Nov-13 0:42am View    
Are you trying to set the Palette? Here: http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.bitmappalettes%28v=vs.110%29.aspx
The Manoj Kumar 20-Nov-13 23:57pm View    
How about using NetworkStream in place of Stream. Here is a example http://msdn.microsoft.com/en-us/library/system.net.sockets.tcpclient.getstream%28v=vs.110%29.aspx
The Manoj Kumar 20-Nov-13 15:50pm View    
:). I mentioned that "if s seconds to add to current time then..."
The Manoj Kumar 20-Nov-13 15:29pm View    
Both calls refer to time in future. Take this example:

now = time()
thisyear = (gmtime(now))[0]
nextweek = gmtime(now+3600*24*7)

If s seconds to add to current time then it will lead to DateTime.Now.Add(TimeSpan.FromSeconds(s))