User Profile

Collapse

Profile Sidebar

Collapse
Ushach
Ushach
Last Activity: Mar 5 '09, 01:16 PM
Joined: Nov 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to set FirstName property of Win32_TSLicensing

    hi all,
    i want to set FirstName property of Win32_TSLicensi ng (wmi class) using powershell script.how to set that property?
    any pointers regarding this will be highly appreciated.
    See more | Go to post

  • Ushach
    replied to How do I read the machine policy in C#?
    in .NET
    [QUOTE=tlhintoq]---> Google (pointer to google, get it?)

    thanks for your inputs.To be ore specific,I want to read
    Computer Configuration\A dministrative Templates\Windo ws Components\Term inal Services\Termin al Server\Device and Resource Redirection fileds (gpedit.msc values) through c#.
    See more | Go to post

    Leave a comment:


  • Ushach
    started a topic How do I read the machine policy in C#?
    in .NET

    How do I read the machine policy in C#?

    hi,
    how do i read the machine policy in c#?
    any pointers will be highly appreciated.
    See more | Go to post

  • how to resolve error " STATUS_INVALID_USER_BUFFER (c00000e8)"?

    hi all,

    how to resolve error " STATUS_INVALID_ USER_BUFFER (c00000e8)"?


    thnx in advance
    See more | Go to post

  • Ushach
    replied to how to retreive OEM ID?
    in C
    how to view OEM ID of a windows 2003 server?
    See more | Go to post

    Leave a comment:


  • Ushach
    started a topic how to retreive OEM ID?
    in C

    how to retreive OEM ID?

    hi,
    how to retrieve OEM ID of a server programatically ?Is there any built function to retrieve it?
    See more | Go to post

  • Ushach
    started a topic how to resolve unable to load XXX.lib file error?
    in C

    how to resolve unable to load XXX.lib file error?

    hi,
    I have created 2 c++ projects say CREATEDLL,USEDL L.
    CREATEDLL is a dll and after building am getting CREATEDLL.lib and I want to use in a header file of USEDLL.
    I compiled CREATEDLL and pasted the CREATEDLL.lib in the solutin directory of USEDLL.
    while compiling USEDLL project am getting error as" "Error 1 fatal error LNK1104: cannot open file CREATEDLL.lib' USEDLL USEDLL"
    plz help me to resove...
    See more | Go to post

  • Ushach
    started a topic regarding winlogon

    regarding winlogon

    hi,
    how to invoke a function from winlogon process?
    ie that function should be called by winloon process.how to wtite the code for that.
    thnx in advance
    See more | Go to post

  • Ushach
    started a topic regarding Threads
    in Java

    regarding Threads

    hi all,
    my sample code is like this.
    Code:
    public Classs X
    {
    int n[]=new int[10];
    public void Xdes()
    {
    Z z=new Z();
    z.Zdes(n);
    }
    public class Z
    {
    public void Zdes(n)
    {
    //3loops which iterare nearly 10000 time
    }
    }
    I want to call the method Zdes(n) by using run() method of thread class.
    I have wriiten the code as
    Code:
    public class
    ...
    See more | Go to post
    Last edited by JosAH; May 5 '07, 06:28 AM. Reason: added [code] ... [/code] tags

  • Ushach
    started a topic counting no of bytes in a line
    in Java

    counting no of bytes in a line

    hi all,
    suppose an input file is of the form
    12 23 44 455 67 78 89
    12 33
    45 55 67 88 54 32 31
    2 4 5 6 7 8 88 999 00 22 1111 22 33 344 55 666 7777 88.
    how to count number of bytes in each line in this file?
    thanks in advance
    See more | Go to post

  • Ushach
    started a topic size of the file
    in Java

    size of the file

    hi all,
    how to find the end of the file ,size of the file using java?
    See more | Go to post

  • Ushach
    started a topic Clustering data with Self Organizing maps
    in Java

    Clustering data with Self Organizing maps

    hi,
    I want to know about Self Organizing maps.T ounderstand the concept ,I need a small example which explains how clustering is done through self organizing maps?If any body implemented it plz send it to me.
    Thanks in advance,
    regards,
    ...
    See more | Go to post

  • Ushach
    replied to regarding TCP/IP
    That means Socket Driver ia a program which stores SocketNo,PortNo ,Ipaddress and then maps the Incoming packet according to it.Is it inbuilt of operating system?...
    See more | Go to post

    Leave a comment:


  • Ushach
    replied to regarding TCP/IP
    how incoming packets of yahoo,google reach their destination.how the packets bind to a particular socket?
    See more | Go to post

    Leave a comment:


  • Ushach
    replied to regarding TCP/IP
    thanks for giving me the reply.Is it possible to identify the process based on the destination address and portno?Yahoo,Go ogle all use HTTP, port80 only.So each has it's own socket Is this correct?
    See more | Go to post

    Leave a comment:


  • Ushach
    started a topic regarding TCP/IP

    regarding TCP/IP

    I have some doubts regarding Tcp/Ip.how one can identify packets belongs to a particular process.(ie)whi le browising we r simultaniously requesting for Yahoo.Google... .,and so many.how the response packets r sending exacltly to those yahoo,Google in windows.Which part of OS is esponsible for it?
    See more | Go to post

  • Ushach
    started a topic capturing TCP packet
    in Java

    capturing TCP packet

    hi,
    how to capture a TCP packet in java?which package I have to use?
    See more | Go to post
No activity results to display
Show More
Working...