CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: conanlive

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    2,414

    Re: local NTP server

    the port is 123....just setup ntp server n then let other ntp clients to get the local ntp time
  2. Replies
    5
    Views
    2,414

    Re: local NTP server

    my question is how to create local ntp server in java language? i done local ntp client in java...how about ntp server in java?
  3. Replies
    5
    Views
    2,414

    local NTP server

    May I know how to create local ntp server at pc side in order to let other local clients communicate with each others?
  4. Replies
    1
    Views
    1,440

    Manipulate XML Data in C#

    I am newbie in XML.
    How to manipulate xml data in C#??

    my xml file as shown below:

    myfile.xml:


    <project name="Hello">
    <target name="XXX">
  5. Replies
    3
    Views
    1,269

    Getting Exact File

    using List<string> to store them.
    There is a list of strings as shown below:


    "C:\AAA\bin\Obj\XXX.dll"
    "C:\AAA\bin\Debug\XXX.dll"
    "C:\ZZZ\QQQ\OOO\bin\Obj\YYY.dll" ...
  6. Replies
    6
    Views
    1,235

    Cutting String

    using List<string> to store them.
    There is a list of strings as shown below:

    "C:\WithCreationFilter_CS\bin\Debug\hello.dll"
    "C:\AAA\bin\Debug\XXX.dll"
    "C:\ZZZ\bin\Debug\YYY.dll" ...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured