Search:

Type: Posts; User: The_Inferno

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    957

    Deleteing a key in the reg?

    or rather everything in:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
    ??? please thanks!
  2. Replies
    4
    Views
    1,033

    thanks, but like how do I delete the...

    thanks, but like how do I delete the subdirectorys with out deleting the current dir?
  3. Replies
    4
    Views
    1,033

    ?? The predefined functions can only delete...

    ??
    The predefined functions can only delete empty folders to my knowlege.
  4. Replies
    4
    Views
    1,205

    lol yeah I got it thanks tho, LPITEMIDLIST...

    lol yeah I got it thanks tho,


    LPITEMIDLIST dd = NULL;
    SHGetSpecialFolderLocation(
    NULL,
    CSIDL_DESKTOPDIRECTORY,
    &dd);
    char szpathint[_MAX_PATH];
    SHGetPathFromIDList(dd,szpathint);
  5. Replies
    4
    Views
    1,033

    Emptying the contetns of a folder.

    How can I do that?
    Please and thanks.
  6. Replies
    4
    Views
    1,205

    Yes, but you also have to translate the ID. Any...

    Yes, but you also have to translate the ID.
    Any one got any tips for that?
  7. Replies
    2
    Views
    1,148

    Re:

    Yeah I got that one thanks. But the run box is the one I wanna clear.
  8. Replies
    2
    Views
    1,148

    Clearing the MRU.

    I want to clear the MRU.
    How would I go about doing this?
    I know I can do this through the registry, but how would I edit the reg?
    Thanks!
Results 1 to 8 of 8