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

Search:

Type: Posts; User: Ajai_P

Search: Search took 0.03 seconds.

  1. Get Loggin user name of current user...in NT Service

    Hai all,

    I'm ajai.. I need the User NAme of current logined user in my Windows NT Service.. I used GetUserName() for this.. The code is give below...

    char UserName[100];
    DWORD buffsize =...
  2. Replies
    1
    Views
    2,831

    Timestamp reading in FireBird using IBPP...

    Dear all...

    I used IBPP client library for manupulating a Firebird Databases.. I need to copy record from client to server database.. But the problem is for Timestamp... I can't read a...
  3. Replies
    1
    Views
    715

    Find all Network Drives in my computer..

    Dear all,

    I want to know how can I find all drive informations in my computer. I currently got drives such as Removable, Fixed cd Rom and RAM Drive. using some API calls.. But I failed to...
  4. Need HELP to SET UP a NTP Server and clients on My Network

    Dear all,

    I'm designing a NTP Client software.. I want to know how can I setup an NTP Server and Clients over my network.. Is there any freeware or shareware available that is act as an NTP...
  5. Replies
    1
    Views
    582

    Notify FileSystem Change of a drive..

    Dear all,

    Any one know the way to get Notification for FileSyatem Change like change of a drive file system from NTFS to FAT , change in Drive lable, Change of Partion Size using tools like...
  6. Replies
    11
    Views
    82,986

    Get CPU Serial Number

    Dear All,

    I want to know how we can Get the CPU serial number using C++ code. I found some ASM instruction "cpuid" . But it was not working...

    Is there any API for getting CPU...
  7. Re: Detect USB, CD, DVD and Floppy insertion and Removal..

    I found a code at MSDN for detect CD Rom insert and Remove...

    Any please help me by explaining how this code will work...

    I have a Win32 Consol project with mfc support.. I have to add...
  8. Detect USB, CD, DVD and Floppy insertion and Removal..

    Dear all,

    I want to know how will I detect the inserion or removal of a new media like USB drive, CD , DVD etc. I have an NT Service which will monitor the Drive status chage. How I will get...
  9. Replies
    3
    Views
    9,439

    Re: NTP Client in VC++ fot Time Correction

    Thanks Richard

    I am not that much familier to NTP. Is there any difference between NTP and SNTP.

    The assignment I got was to design an NTP client. The class given is for SNTP. In my lab...
  10. Replies
    3
    Views
    9,439

    NTP Client in VC++ fot Time Correction

    Dear all,

    If anyone got an NTP Client Code devoloped in vc++ kindly please give me.

    Thanks and Regards,
    Ajai...
  11. Replies
    2
    Views
    1,697

    need a ntp client sample project ..

    Dear all

    I need a NTP Client Sample project in vc++. I don't know anything about NTP Protocol and client. SO I need a project to study about this. If any one knows a link to any site or...
  12. Get FILE SYSTEM ( NTFS FAT or FAT32) Information of a Drive.

    Hai all,

    I am Ajai,. I need your help to find the File System Information of a drive ( C Drive , D Drive etc..) .

    Is there any API call to find FILE SYSTEM like NTFS FAT and...
  13. Replies
    8
    Views
    1,429

    Re: NT Service Non STOP..

    Dear Igor,

    Thanks for the updates..

    I'm new to VC++ language. I don't know how to use custum id for STOP. If you give my some detailed explenation it will be more helpful for me.
    ...
  14. Replies
    8
    Views
    1,429

    Re: NT Service Non STOP..

    Thanks a lot Mr. Igor Vartanov

    Your solution is working. Stop and Pause are disabled. But I cant Uninstall the service.. It says "ControlService Failed" . I think this was due to the removal...
  15. Replies
    8
    Views
    1,429

    Re: NT Service Non STOP..

    Thanks Jayender

    But I want to know how to prevent my process from kill process like activity.. I can hide the my Monitoring process in task manager using some smart c++ codes.

    I want...
  16. Replies
    8
    Views
    1,429

    NT Service Non STOP..

    Dear all,

    I am Ajai. I'm designing a System Activity Monitoring software for machines in network. Basically it is a service wich run in background and monitor all the activities....
Results 1 to 16 of 17





Click Here to Expand Forum to Full Width

Featured