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

Search:

Type: Posts; User: aquarianutsav

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,610

    Virtual Desktop

    Hi,
    I have created a virtual desktop through NComputing.
    When I add a disk to Session 1, I get WM_DEVICECHANGE on Session 0.
    How do I find out the Session from which the disk is added?
    and how do...
  2. Replies
    1
    Views
    1,214

    Volume change

    Is there any way to find out the change in the volume(storage) through Shell programming??
  3. Thread: Drive

    by aquarianutsav
    Replies
    0
    Views
    394

    Drive

    Hi
    How to add/remove a virtual drive and mount/unmount iso images?
  4. Thread: Time

    by aquarianutsav
    Replies
    12
    Views
    1,903

    Re: Time

    It is a desktop application that asks for password at its startup. If correct password is entered, admin is the user, if password is wrong or no password is entered, its normal user.
    The person who...
  5. Thread: Time

    by aquarianutsav
    Replies
    12
    Views
    1,903

    Re: Time

    The user with administrator rights of the application sets a time period during which certain features of the application will be blocked. A normal user cannot use those blocked features during that...
  6. Thread: Time

    by aquarianutsav
    Replies
    12
    Views
    1,903

    Re: Time

    time based behavior. independent of system time.
  7. Thread: Time

    by aquarianutsav
    Replies
    12
    Views
    1,903

    Re: Time

    Yes I know I need to redesign my application and there is no internet. How do I achieve it?
  8. Thread: Time

    by aquarianutsav
    Replies
    12
    Views
    1,903

    Re: Time

    what if system time is changed before starting the application?
  9. Thread: Time

    by aquarianutsav
    Replies
    12
    Views
    1,903

    Time

    I have an application that works according to time, i.e. it behaves differently during certain hours and in a different manner other hours. But a user can change the system time and the application...
  10. Re: Computer restarts on DeviceIOControl

    MW_driver.c is the driver code

    Main.cpp and Driver.h is the application using the driver
  11. Computer restarts on DeviceIOControl

    Hello,
    I am new to driver development.
    The need to write the driver is to see the hidden registry keys
    I wrote a function that enumerates a registry key, I displayed the key names using Dbgprint...
  12. Thread: Netbios

    by aquarianutsav
    Replies
    0
    Views
    514

    Netbios

    I have to get the all Netbios names of a machine on network if its IP address is known
    (like that in nbtstat -A IP)

    I am working on Windows server 2000

    I am using NCB structure and NCBRESET,...
  13. Replies
    1
    Views
    4,008

    ObRegisterCallbacks

    Can I get a detailed example of ObRegisterCallbacks
    It will be very helpful.
    Thanks.
  14. Re: A Question About inserting node in a regular Binary Tree

    In the Insert function change the conditional expression to

    if (ch == 'L' || ch == 'l')
    and
    if (ch == 'R' || ch == 'r')
  15. Replies
    7
    Views
    990

    Re: Comparision

    previously I was reading it using GetPrivateProfileString and GetPrivateProfileSectionNames.
    Now I am using 'fread' and it has solved the purpose.
    Thanks.
  16. Replies
    7
    Views
    990

    Re: Comparision

    The time taken in reading the values of keys of around 5500 sections is 16 seconds and it takes only a second to make 5500 maps from the values read.

    How do I reduce the time taken to read the...
  17. Replies
    7
    Views
    990

    Re: Comparision

    for example :

    [!EP (ExE Pack) V1.0 -> Elite Coding Group]
    signature = 60 68 54 ?? ?? ?? B8 48 ?? ?? ?? FF
    ep_only = true

    [Nullsoft Install System v1.98]
    signature = 83 EC 0C 53 56 57 FF 15...
  18. Replies
    7
    Views
    990

    Re: Comparision

    with database i meant ini file.

    that ini file has more than 5000 sections and in each section there is this list which is the value of key "signature"

    i have to compare this signature with the...
  19. Replies
    7
    Views
    990

    [RESOLVED] Comparision

    I have a database of hexadecimal lists like
    "12 A2 3E BB DC 5E AD C7 00 ?? A2 00 EE ?? C3 55 90"
    there are ??(two question marks) for unknown value

    I have to compare the lists in database with a...
Results 1 to 19 of 19





Click Here to Expand Forum to Full Width

Featured