Search:

Type: Posts; User: patrick22

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    11,363

    it takes less than 6 secondes.

    it takes less than 6 secondes.
  2. Replies
    9
    Views
    11,363

    Do you mean it is only possible with sleep...

    Do you mean it is only possible with sleep functions?!
  3. Replies
    9
    Views
    11,363

    Reduce CPU usage

    Hi,

    i am deleting over 2000 files in a for loop, everything works ok except that the CPU usage is 100 % during this loop. Here is the Code:


    for( size_t i = 0; i < filesO.GetCount(); i++ )
    {...
  4. Under Vista: -The first call to DeleteFile...

    Under Vista:

    -The first call to DeleteFile returns 0, and GetLastError returns ERROR_ACCESS_DENIED.
    -After changing the file attribute, DeleteFile returns non-zero value(success).
    -Thumbnails...
  5. Can't delete Thumbnail Cache under Windows 7

    Hi,

    under Vista, i used to delete my Thumbnail Cache files :



    with the following Code:
  6. There was something wrong( don't know what ). But...

    There was something wrong( don't know what ). But here is what i did :

    I filled IE History files with zeros and restarted IE, after that everything worked as expected.
  7. Problem resolved.

    Problem resolved.
  8. To describe the problem better, i have made a...

    To describe the problem better, i have made a screenshot :

    http://img441.imageshack.us/img441/1091/capture01042009121840.png
  9. What are the Internet Explorer 8 Registry locations?

    Hi,

    can you please, tell me what history-related-registry locations for IE8( like typedurls, adress bar history.... ) are available?

    For example i know that typed urls location for IE7 is :

    ...
  10. Replies
    2
    Views
    8,401

    Do you mean CancelWaitableTimer or KillTmer? ...

    Do you mean CancelWaitableTimer or KillTmer?


    EDIT :
    -------

    It worked with CancelWaitableTimer :).

    Thanks for help.
  11. Replies
    2
    Views
    8,401

    Using RegisterWaitForSingleObject.

    Hi,

    I have a question regarding RegisterWaitForSingleObject :
    Should i call UnregisterWait after using RegisterWaitForSingleObject? If yes, can provide me with an example; because i am having...
  12. Replies
    6
    Views
    2,542

    Thanks, it worked flawlessly :D

    Thanks, it worked flawlessly :D
  13. Replies
    6
    Views
    2,542

    Now it works correctly:o Thanks for help. ...

    Now it works correctly:o
    Thanks for help.


    But i have another problem :
    I have created a shortcut by right-clicking the Dial-up connection under "Network Connections" and then selected "Create...
  14. Replies
    6
    Views
    2,542

    char szFile[512] = { "\0" }; OPENFILENAME ofn;...

    char szFile[512] = { "\0" };
    OPENFILENAME ofn;

    ZeroMemory( &ofn, sizeof( OPENFILENAME ) );

    ofn.lStructSize = sizeof( OPENFILENAME );
    ofn.Flags = OFN_FILEMUSTEXIST |...
  15. Replies
    16
    Views
    2,562

    Well, turning the computer On from hibernation (...

    Well, turning the computer On from hibernation ( S4 state ) after some time is very easy programaticly( if your motherboard support S4 state ), but turning the computer from the Shutdown State ( S5 )...
  16. Replies
    16
    Views
    2,562

    Sorry, i did not understand what do you mean with...

    Sorry, i did not understand what do you mean with that:confused:
  17. Replies
    16
    Views
    2,562

    Standby / Hibernation issue

    Hi,

    i have been using the Standby / Hibernation for one year with no problems on both Vista and Xp.

    But now, when i put the PC to Standby or Hibernation it powers on from itself after undefined...
  18. Replies
    6
    Views
    2,542

    Open dialog box issue

    Hi,

    i am using the GetOpenFileName and "OFN_FILEMUSTEXIST | OFN_NONETWORKBUTTON | OFN_PATHMUSTEXIST" flags to enable the User to select a file of any type, but when i try to open a file with URL...
  19. Replies
    2
    Views
    1,201

    File association

    Hi,
    i used to save a file in my own format and extension.
    -Can you tell me, please, how can i associate the extension with my Application?

    -How do i need to change the Code so that when the...
  20. Replies
    1
    Views
    4,904

    Read CMOS under windows?

    Hi,

    -Is it there any way to read(dump) the CMOS to a file using C++ under windows operating system?

    -Is it mainboard dependent?

    -Can you, Please, tell me where can i find a reference to CMOS...
  21. Replies
    7
    Views
    25,200

    @Codeplug: Your code is working great. :) I...

    @Codeplug:

    Your code is working great. :)
    I have 2 more questions:
    1.Where are the display properties stored in Win9x ? Under WinXp they are stored in :
    ...
  22. Replies
    7
    Views
    25,200

    Wow :cool:. Many thanks Codeplug, i appreciate...

    Wow :cool:.
    Many thanks Codeplug, i appreciate your answer.



    Like:

    Go to standby
    Wake-Up from standby
  23. Replies
    7
    Views
    25,200

    Monitor State detection

    Hi,

    i can turn the Monitor( Display ) off and on programaticly with SendMessage and SC_MONITORPOWER. But in some cases, other applications may prevent that.

    My question is : how can i detect...
  24. Replies
    2
    Views
    3,006

    O.K i have found the location : ...

    O.K i have found the location :



    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}\Count]


    I can enumerate the values...
  25. Replies
    2
    Views
    3,006

    Frequent Programs List in the Start Menu

    Hi,

    I know that the number of "most frequent used programs" is stored under :

    [ HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Start_MinMFU ]

    I have 2...
Results 1 to 25 of 42
Page 1 of 2 1 2