User Profile

Collapse

Profile Sidebar

Collapse
SAMARM
SAMARM
Last Activity: Dec 19 '12, 05:31 PM
Joined: Dec 7 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SAMARM
    started a topic My xml create new verion on my Desktop
    in XML

    My xml create new verion on my Desktop

    Good Day

    I am creating my first internet explore add-in , my add-in combine between SR and TTS, the user will say any word and if the word in xml file the add-in will generate URL if not the add-in will display error MSG , also the user can add new word to xml file . the problem that I am facing now when setup my add-in and run it on internet explore error msg display and when click continue the new version of xml file will create...
    See more | Go to post

  • SAMARM
    started a topic new webpage in same window

    new webpage in same window

    Good day
    I am writing code to open every page in internet explorer and every page will be in new tab but my code open every page in separate window
    could plz help me :)
    I am using c#
    Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Net;
    using System.IO;
    ...
    See more | Go to post

  • SAMARM
    replied to checkSum Code
    in Java
    plz , can anyone help me :"""(
    See more | Go to post

    Leave a comment:


  • SAMARM
    started a topic checkSum Code
    in Java

    checkSum Code

    Hi, i wrote checksum method to ensure that there are no errors in the header and data in TCP.
    The technique calculates the values of the checksum field at the sender side, and stores the result in the checksum field. When the message reaches the destination, the receiver recalculates the checksum. If the final result is all zeroes, this designates that there is no errors in the message. when i run my program the result is not right i don't...
    See more | Go to post

  • i written this code and i have error this code to retrieve my data from

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
    <title>participator profile</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    <link href="Stylle.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
     <div id ="logo">
    ...
    See more | Go to post
    Last edited by Stewart Ross; Dec 7 '11, 09:35 PM. Reason: Added code tags
No activity results to display
Show More
Working...