Re: Offline message

  •  06-25-2009, 11:58 AM

    Re: Offline message

    Hi Terry,
     
    sorry for my lack of knowledge but how do I get a Date out of this string  "InstantActivateTime:633815108295813936" ?
     
    Dim myCol As New NameValueCollection()
    myCol = CuteChat.ChatUtility.GetProperties("InstantActivateTime:633815108295813936")

    Dim s As String

    For Each s In myCol.AllKeys

    Dim MyStuff As String = myCol(s)

    Next s

    does not give me a date that i can use to see if a message was read or not...
    I guess what i don't know is how to deserialize the string...
    any help would be great

     
     
View Complete Thread