Search results for query: *

  1. A

    Conversion Problem

    Thks for the reply.. i tried ur method but the same outcome just came out....
  2. A

    Conversion Problem

    I wanted to convert a String to Byte.. is that possible? what I did was i got a Public Sub(ByVal email As String) then i convert the email by the following method: Dim asd AsByte = CByte(email) anyone knows if this method works? because i got an error showing: An unhandled exception of type...
  3. A

    Remoting Object qns.. help needed pls...

    hi everyone... I got a project which involves encrypting the message(String) into an encrypted Object and then use the <System.Runtime.Remoting.Messaging.OneWay()> _ for sending of the object. But at the receiving of the object part did not seem to detect the object coming in... does anyone...
  4. A

    Needed Help urgently.. pls...

    Hi everyone.. may i know if anyone knows the solution to the problem that I encountered? I encountered a problem and the error message was shown like this: < An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in mscorlib.dll Additional information...
Back
Top