kngofdrkns's Profile User Rating: -----

Reputation: 7 Worker
Group:
Active Members
Active Posts:
82 (0.04 per day)
Joined:
21-May 08
Profile Views:
1,422
Last Active:
User is offline Nov 28 2012 07:49 AM
Currently:
Offline

Previous Fields

Country:
EG
OS Preference:
Windows
Favorite Browser:
Chrome
Favorite Processor:
Intel
Favorite Gaming Platform:
Playstation
Your Car:
Volkswagen
Dream Kudos:
0

Latest Visitors

Icon   kngofdrkns has not set their status

Posts I've Made

  1. In Topic: deleted tool box items by mistake

    Posted 28 Apr 2012

    thank you
  2. In Topic: Bad data error in DES decryption.

    Posted 27 Apr 2012

    same problem after applying file headerwith name length and data
    try
                    {
                        byte[] clientData = new byte[1024 * 5000];
                        int receivedBytesLen = s.Receive(clientData);
                        byte[] b = clientData;
                        int fileNameLen = BitConverter.ToInt32(clientData, 0);
                        
                        fileName = Encoding.ASCII.GetString(clientData, 4, fileNameLen);
                        byte[] l = Encoding.ASCII.GetBytes(fileName);
                        Console.WriteLine("Client:{0} connected & File {1} started received.", s.RemoteEndPoint, fileName);
    
                        string temp = System.Text.Encoding.UTF8.GetString(b, 3 + fileNameLen, receivedBytesLen); // the line causing the error i think.
                        fileBytes = System.Text.Encoding.UTF8.GetBytes(temp);
                        Console.WriteLine("rec file");
                        
                    }
                    catch (Exception exx)
                    {
                        Console.WriteLine(exx.ToString());
                        Console.Read();
                    }
    
    
  3. In Topic: Bad data error in DES decryption.

    Posted 27 Apr 2012

    i understand the char problem. can u state the class to access the header or create one for the block?
  4. In Topic: The panel delete the contents when using invoke to add.

    Posted 21 Dec 2011

    Thanks i thought it will add the label again not over write it :stupid:
  5. In Topic: form turn to not responding after download...!

    Posted 26 Nov 2011

    Alf shokr ya basha. I tried this and it works and the form doesn't turn to not responding but it still doesn't show the MessageBox.Show(msg);
    any ideas?

My Information

Member Title:
D.I.C Head
Age:
Age Unknown
Birthday:
November 21
Gender:

Contact Information

E-mail:
Click here to e-mail me

Friends

kngofdrkns hasn't added any friends yet.

Comments

kngofdrkns has no profile comments yet. Why not say hello?